Hey Everyone....

I am working on a .NET 2008 web application. The application works great on my local machine and when I publish it to my test server. However when I create a setup project and go to install the setup project on my test server. I am presented with the following error.

Parser Error Message: Could not load type 'StandardReview.Global'

Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="StandardReview.Global" %>

I cannot figure this out. Especially because when I publish the application it works 100% of the time, but when I run my setup.msi I get the above error.

Another interesting fact is that I have run the setup.msi on another webserver and it works fine. I have messed with this for about 2 days now and can't figure it out.

I am sure it's something that I just over looked......I hope.

Thanks in advance.....

-zd