• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

ASP.NET Parser Error: Could Not Load Type "myApp._Default"

Joined
Feb 11, 2007
Messages
31
Hello,
I have been developing an ASP.NET application and have run into a problem I have not been able to solve for the past 2 days.
I build the application, and publish directly to our server using Visual Studio 2005, and the application works as long as I'm running it on my machine's localhost. Yet when I try to access Default.aspx on our server I get this error:
"Parser Error Message: Could not load type "myApp._Default""
I have been reading on forums and have tried everything suggested, rebuilding the application, deleting the DLL files and recompiling, and so on but nothing has worked.
If anyone has any other suggestions on how to solve this problem they would be greatly appreciated.
Regards.
 
In the "Publish Website" area.... What are the options you have selected/enabled?

Also, are namespaces in use throughout the app? If so, have you changed them at all at some point in time?

Generally speaking, this sounds like some content might be missing on the destination server. One possible cause is a missing application DLL file that is made during compile in VS2005. Look at the files on the destination server and see if any are missing (especially in the "bin" folder).
 
Back
Top