Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Please help if possible... I'm looking at my first asp.net with c# application.

When I click on any of the .aspx pages i get the following error. Could anyone please help explain it or atleast point me in the right direction. I googled it but didn't come up with anything.

 

Thanks

 

The file could not be loaded into the Web Forms designer. Please correct the following error and then try loading it again:
The designer could not be shown for this file because none of the classes within it can be designed.  The designer inspected the following
classes in the file:

ListRequests=== The base class 'COS.ETes.Ins.Web.InsPage' could not be loaded. Ensure the assembel has been referenced or builet if it is part of 
the project.

Make sure all of the classes used in the page are built or referenced in the project.

Posted
If you are registering the assembly in the .aspx page, then you need to make sure the assembly is referenced in the project, just as the error says. Make sure in your References, you have 'COS.ETes.Ins.Web.InsPage'

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...