ironhide1975
Programmer
Ok I've tried to find some sort of answer to this problem on the web. I have developed an ASP.Net website in Visual Studio and it runs fine on my local machine. But when I try to run it on a server I get the following cryptic error.
I have tried to publish the site using visual studio, but I get a "Web User control is ambiguous" error. I'm currently awaiting some sort of answer for this issue, but beyond that, I am unsure how to get this resolved.
The websites I have checked indicate I need to rebuild the site and copy over the DLL or /bin files, but I don't see these anywhere in my site. Where are these located when you create a site.
Any help is appreciated, thank you again.
Code:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type '_Default'.
I have tried to publish the site using visual studio, but I get a "Web User control is ambiguous" error. I'm currently awaiting some sort of answer for this issue, but beyond that, I am unsure how to get this resolved.
The websites I have checked indicate I need to rebuild the site and copy over the DLL or /bin files, but I don't see these anywhere in my site. Where are these located when you create a site.
Any help is appreciated, thank you again.