And thanks for the step-by-step, because of which I now have my first dinky Strataframe -based website up and running (against VFP data, nevertheless). Where did I put that bottle of Dom Perignon now... Oh, I forgot, I think I drank it last night about 2 am out of frustration...
How many times does one have to feel like a grunt and a beginner yet again in one's life? To me this is time number 130,245... But, hey, maybe it's just one way to keep the old man Alzheimer at bay
Pertti
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\ProjectTemplates\Web\CSharp
You should have a zip file in this folder named SF_WebApplication.zip.
If you do, the close all of your Visual Studio instances and type the following command in the "run" window or at the command prompt:
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /setup
Go back into VS2005 and see if the template then exists. If not we will have to dig a little deeper.
This will present the following screen
Business ObjectsTo learn more about the BO Mapper go through the WinForms tutorial, even though the help is for VB, I am confident that you will able to work through the sample in C#. The BOs are the exact same for web as they are for WinForms. Additionally, there is a lot of documentation as it relates to the BO Mapper and the business objects. This should get you going in this department. Obviously you can post any questions you have in regards to this on the forum.
Note: Attached is the sample I created to write this post.
So, call me clueless...
I assume Business Objects and the BO functionality are exactly the same between web and windows apps, no?