K
Kim Nørby Andersen
Hello there
I am lost. i receive the output in the bottom, from a site that runs
excellently on our development server, but dies on the customer. We have had
a first version running at the customer, did some changes, recompiled,
zipped and sent it back to them, but then it screwed up.
As a part of the debugging process, the ASP.NET has been set to run as
SYSTEM, and all folders described in
http://support.microsoft.com/default.aspx?scid=KB;EN-US;318274 and
http://www.winnetmag.com/Articles/ArticleID/24838/pg/2/2.html and then IIS
was reset (iisreset.exe).
The really weird thing is, that I have never seen this happen before. And
have been throwing a lot of ASP.NET apps around :/
If anyone has encountered this before, and has some suggestions, I would be
very grateful!
Yours
Kim
Server Error in '/' Application.
----------------------------------------------------------------------------
----
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: CS1595: 'emisdb.front' is defined in multiple
places; using definition from
'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\bc3d6cf7\6df23cd\assembly\dl2\cd89a388\0a01dda2_9ac4c301\emis.DLL
'
Source Error:
Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 29: public class front_aspx : emisdb.front,
System.Web.SessionState.IRequiresSessionState {
Line 30:
Line 31:
Source File: c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\bc3d6cf7\6df23cd\cemlgzcq.0.cs Line: 29
I am lost. i receive the output in the bottom, from a site that runs
excellently on our development server, but dies on the customer. We have had
a first version running at the customer, did some changes, recompiled,
zipped and sent it back to them, but then it screwed up.
As a part of the debugging process, the ASP.NET has been set to run as
SYSTEM, and all folders described in
http://support.microsoft.com/default.aspx?scid=KB;EN-US;318274 and
http://www.winnetmag.com/Articles/ArticleID/24838/pg/2/2.html and then IIS
was reset (iisreset.exe).
The really weird thing is, that I have never seen this happen before. And
have been throwing a lot of ASP.NET apps around :/
If anyone has encountered this before, and has some suggestions, I would be
very grateful!
Yours
Kim
Server Error in '/' Application.
----------------------------------------------------------------------------
----
Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.
Compiler Error Message: CS1595: 'emisdb.front' is defined in multiple
places; using definition from
'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\bc3d6cf7\6df23cd\assembly\dl2\cd89a388\0a01dda2_9ac4c301\emis.DLL
'
Source Error:
Line 27:
Line 28:
[System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 29: public class front_aspx : emisdb.front,
System.Web.SessionState.IRequiresSessionState {
Line 30:
Line 31:
Source File: c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\bc3d6cf7\6df23cd\cemlgzcq.0.cs Line: 29