HI,i get the following error when i try to publish my aspx c# application to a webserver, when i test my application on vs 2005 or using IIS it works FINE!! but when i try to Publish a website from VS 2005 iget the following error :
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load the assembly 'App_Web_8f-yqnr4'. Make sure that it is compiled before accessing the page.
Source Error:
Line 1: <%@ page language="C#" autoeventwireup="true" inherits="Index, App_Web_8f-yqnr4" debug="true" %>
Line 2:
Line 3:
Does any one knows what can be done to fix this and or what makes this problum.
2006-12-27
08:32:08
·
4 answers
·
asked by
boaz k
1
in
Computers & Internet
➔ Programming & Design