Phile Page error, visual studio error
i have no clue why this is happening so maybe someone can help me.
whenever i open an aspx page that inherits PhilePage i get the following error in visual studio:
/
File could not be loaded into webforms designer. Please correct the error and try again.
The designer could not be showf for this file because non of the classes within it can be designed.
Base Class: Wrox.ThePhile.Web.PhilePage, ensure the assembly has been referenced and built if it is part of the project
Make sure all base classes are built and referenced.
/
I have built the project and made sure all references are correct,
i can even use the object browser to find PhilePage in the correct spot.
I have no trouble building and when i run the app on iis there is no trouble and everything works fine.
The only real problem is trying to design the page, i can only look at the html.
Please somebody help!!!
|