sharon_mccarty
August 30th, 2004, 06:31 PM
Hi There,
I created an ASP.net application in C#. The web application compiles and works fine. I closed the application did a check-in which only changed a .cs file.
When I recompile my application, I get an error message:
----------------------------------------------------------------------------
Parser Error Message: Could not load type 'AutoUpdateService.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="AutoUpdateService.Global" %>
Source File: C:\AutoUpdate\source\UI\global.asax Line: 1
-----------------------------------------------------------------------------
I'm not sure what the problem is... I read on some articles that suggested I delete some dlls from the solution explorer, in which I did. I recompiled the web application, and I still get the same error. What is weird is that after deleting the AutoUpdateService.dll from the bin directory, it does not get recreated when I do a build. I even restarted my computer and still get the error message and the AutoUpdateService.dll is still gone. I double checked the 'configuration properties' in the 'Build' section and the output is pointing to the folder: "bin\" , so the destination path looks ok.
I'm at lost here. If you hear a bang across the world, that would be me throwing my computer out the window. Can someone please help me?
Thanks in advance.
Sharon
I created an ASP.net application in C#. The web application compiles and works fine. I closed the application did a check-in which only changed a .cs file.
When I recompile my application, I get an error message:
----------------------------------------------------------------------------
Parser Error Message: Could not load type 'AutoUpdateService.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="AutoUpdateService.Global" %>
Source File: C:\AutoUpdate\source\UI\global.asax Line: 1
-----------------------------------------------------------------------------
I'm not sure what the problem is... I read on some articles that suggested I delete some dlls from the solution explorer, in which I did. I recompiled the web application, and I still get the same error. What is weird is that after deleting the AutoUpdateService.dll from the bin directory, it does not get recreated when I do a build. I even restarted my computer and still get the error message and the AutoUpdateService.dll is still gone. I double checked the 'configuration properties' in the 'Build' section and the output is pointing to the folder: "bin\" , so the destination path looks ok.
I'm at lost here. If you hear a bang across the world, that would be me throwing my computer out the window. Can someone please help me?
Thanks in advance.
Sharon