Could not load type

  • Thread starter Thread starter Thom Little
  • Start date Start date
T

Thom Little

I create ASP.NET 1.1 web applications on localhost and check them out.
After compiling, I FTP the .aspx files to a directory on a remote host and
the .dll to the /bin directory on that same remote host.

For a very trivial application I have (a single label) this works correctly
on one remote server. FTPing exactly the same files to another remote
server results in ...

Parser Error Message: Could not load type 'class.module'

What is causing this problem and how do I correct it?
 
Back
Top