When I try to perform the build from VS 2005 beta 2 for the starter web site project, I get many related errors such as: Type 'PhotoSize' is not defined... also Type 'PhotoManager' is not defined.
I see the PhotoManager.vb file and also the ObjectTypes vb file (that contains many of the missing types I need), but how do I get the build to see these?
solsurfer
Member
10 Points
2 Posts
problem with initial build for starter web site
Jul 31, 2005 05:02 AM|LINK
When I try to perform the build from VS 2005 beta 2 for the starter web site project, I get many related errors such as: Type 'PhotoSize' is not defined... also Type 'PhotoManager' is not defined.
I see the PhotoManager.vb file and also the ObjectTypes vb file (that contains many of the missing types I need), but how do I get the build to see these?
Thx!!
solsurfer
Member
10 Points
2 Posts
Re: problem with initial build for starter web site
Jul 31, 2005 08:50 PM|LINK
Looks like I've figured it out. I moved the class files (manually) to the App_Code directory. Now the classes are being found properly.