Dear Eric,
I was creating my web applications using
ASP.NET 1.1 and upload them to hosting servers and had no problem.
I created a new application in
ASP.NET 2.0 and build my project accordingly. But I am not seeing the library file of my project myProj.dll in application BIN folder. While, this application running well in my PC. I uploaded my application to web hosting server and access the site with the domain name. The following error occured:
Parser Error Message: Could not load type mySupportClass.index'.
Source Error:
Line 1: < % @ Page Language="vb" AutoEventWireup="false" Inherits="Test_mySupportClass.index" CodeFile="index.aspx.vb" % >
Line 2:
I google the above error but failed. I think if I copy the .dll file to Bin folder it will resolve. But the debugger of VS 2005 is not making it in application Bin Folder.
Can you help me out?
naveed