Referencing GAC in ASP.Net Page
-
Hi Thanks in Advance.:) I am developing the application in VS.Net 2005 in my local machine and the web server has only .Net Framework 1.1 and SDK. Now I have installed Office XP PIA's in my computer as well as in Production server and added the reference. It works fine. How do I do that in my web server and make it work. The second issue is when I use the codebehind file it works fine in my machine but in production server it says "Could not load type" followed by the class name in the codebehind file. I need ur help.:( Thank You very much
-
Hi Thanks in Advance.:) I am developing the application in VS.Net 2005 in my local machine and the web server has only .Net Framework 1.1 and SDK. Now I have installed Office XP PIA's in my computer as well as in Production server and added the reference. It works fine. How do I do that in my web server and make it work. The second issue is when I use the codebehind file it works fine in my machine but in production server it says "Could not load type" followed by the class name in the codebehind file. I need ur help.:( Thank You very much
the error you getting with the Code behind file is as a result of the ASP.NET 2.0b framework that gets installed with VS2005 To view the page though IIS select open Administrative tools from the Control panel-> double click on Internet Information Services (this will open up the IIS MC) navigate your way to Web Sites-> Default WebSite then select the application folder you are having the problem with, view the properties, then select the ASP.NET tab...there you will find a dropdown list that will allow you to change the framework used from 1.1 to 2.0 hope this helps :-) Thanks for your help, Afzal Hassen