Hi,
i have a database Called MyDB and several tables in it.
Created the llblgen project. Using the catalog MyDB i chose the entities i want in my project and generated the code.
it is ms sql 2008 express, llblgen 2.6, C#, .net 1.1, self servicing
One entity in my project is called User.
calling the User.Save() method gives an error like
Invalid object name MyDB.dbo.User
In my connection string i have my initial catalog set as ABC (not myDB).
why is llblgen adding the catalog name before the table name? there is no such object of course since its a different database.
I changed the name of the db to MyDB1, refreshed the catalog and selected MyDB1 as the new catalog since MyDB isnt there anymore and regenerated teh project and this time i am getting
Invalid object name MyDB1.dbo.User
Am i doing something wrong here?
thanks
-shane