Group: Forum Members
Posts: 336,
Visits: 497
|
I'm trying to go through the tutorial for Creating a WinForms App since I just downloaded the trial and want to see how things work. I'm getting to the point where I add a Business Object, then open up the Business Object Mapper to configure it. I add a new project, point it to my database with a connection string like this: Server=myserver;Database=mydb;User ID=sa;Password=mypwd;Integrated Security=False; I also tried browsing to the database and having it generate the connection string. In both cases, it seems to create the project fine, but when I get back to the Mapper, there is still a red x on the project name, and I still cannot configure the business object. Any idea what could be going wrong here? I'm at a loss as I have followed the tutorial exactly but cannot get past step 5 of "Configuring the Business Object Mapper Project". Please help!
|