Zath Level: Trainee
 Registered: 05-10-2006 Posts: 2
|
Re: CreateInstance and converting to VB.Net
Ok, I found the problem.
It's a VS.Net 2005 issue/change
In 2003, I usually put my class libraries in the project folder itself, in the wwwroot/projectName folder.
This made it easier when using VSS.
But, in 2005, you can't exclude from project these new folders which show up in the web project.
So, I did a test class and put it in the default mydocs/vsprojects folder, copied and pasted the classes, added new references and it worked!!!!
Zath
|