And again "object reference not set..." (loading a project)
I see there are a couple posts from people dealing with an "object reference not set" error. I'm getting the same error, but in a different circumstance. I...
- created a new SQL Server 2000 database project
- imported schema from a SQL Server 2000 database
- closed and saved the project
- re-opened the project
The error occurred during the project load.
I'm wondering if it might have something to do with the large number of objects in the schema (400+ tables, 3000+ procedures/functions). After opening the project, Visual Studio "thought" for a while before throwing the error. I tried a much smaller db, same scenario, no issues.
I just tried the same scenario, this time starting with a SQL Server 2005 project and using a SQL Server 2005 db as the source schema (the schema was basically identical to the first, however). I get the same error on re-open of the project.
Regards,
Daniel

