Bekomme seit neustem folgenden Fehler nach dem Kompillieren mit VS.NET
und anschlie�endem Aufruf im Browser:

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: CS0006: Metadata file
'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\400b97f8\50baf409\assembly\dl2\d636f71a\ac8f7b68_e227c501\ics
harpcode.sharpziplib.dll' could not be found

Source Error:

 

[No relevant source lines]
 

Source File:    Line: 0 



Show Detailed Compiler Output:


C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\csc.exe"
/t:library /utf8output
/R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a
\system.web.mobile.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\400b97f8\50baf409\assembly\dl2\e90f2bb8\08dd9a6d_e227c501\mys
ql.data.dll"
/R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\syste
m.data.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary
asp.net
files\root\400b97f8\50baf409\assembly\dl2\92da59d6\bc5e5863_35ddc401\www
.drescher-hackel.de.dll"
/R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f
11d50a3a\system.enterpriseservices.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\400b97f8\50baf409\assembly\dl2\563f89f5\dae27c7f_c3ebc201\cha
tservice.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary
asp.net
files\root\400b97f8\50baf409\assembly\dl2\4690b436\4cb42943_bf94c401\act
ivate.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\mscorlib.dll"
/R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system
.web.dll"
/R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll
"
/R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a
3a\system.web.services.dll"
/R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system
.xml.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary
asp.net
files\root\400b97f8\50baf409\assembly\dl2\9595736e\041e1fdd_0b28c501\www
.quellepartner.de.dll"
/R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\sy
stem.drawing.dll"
/R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\400b97f8\50baf409\assembly\dl2\1bc4f448\5e135dcd_bfd8c401\cha
t-net.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary
asp.net
files\root\400b97f8\50baf409\assembly\dl2\d636f71a\ac8f7b68_e227c501\ics
harpcode.sharpziplib.dll"
/out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\root\400b97f8\50baf409\ecbpm3us.dll" /D:DEBUG /debug+ /optimize-
/warnaserror /w:1  "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\root\400b97f8\50baf409\ecbpm3us.0.cs"


Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

error CS0006: Metadata file
'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\root\400b97f8\50baf409\assembly\dl2\d636f71a\ac8f7b68_e227c501\ics
harpcode.sharpziplib.dll' could not be found

 



Show Complete Compilation Source:


Line 1:
//----------------------------------------------------------------------
--------
Line 2:    // <autogenerated>
Line 3:    //     This code was generated by a tool.
Line 4:    //     Runtime Version: 1.1.4322.573
Line 5:    //
Line 6:    //     Changes to this file may cause incorrect behavior and
will be lost if 
Line 7:    //     the code is regenerated.
Line 8:    // </autogenerated>
Line 9:
//----------------------------------------------------------------------
--------
Line 10:   
Line 11:   namespace ASP {
Line 12:       using System;
Line 13:       using System.Collections;
Line 14:       using System.Collections.Specialized;
Line 15:       using System.Configuration;
Line 16:       using System.Text;
Line 17:       using System.Text.RegularExpressions;
Line 18:       using System.Web;
Line 19:       using System.Web.Caching;
Line 20:       using System.Web.SessionState;
Line 21:       using System.Web.Security;
Line 22:       using System.Web.UI;
Line 23:       using System.Web.UI.WebControls;
Line 24:       using System.Web.UI.HtmlControls;
Line 25:       
Line 26:       
Line 27:
[System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]
Line 28:       public class Global_asax : www.quellepartner.de.Global {
Line 29:           
Line 30:           private static bool __initialized = false;
Line 31:           
Line 32:           public Global_asax() {
Line 33:               if ((ASP.Global_asax.__initialized == false)) {
Line 34:                   ASP.Global_asax.__initialized = true;
Line 35:               }
Line 36:           }
Line 37:       }
Line 38:   }
Line 39:   
 
------------------------------------------------------------------------
--------
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET Version:1.1.4322.573 

Ich mache nix - kompilliere mit VS.NET einfach neu - und dann geht�s
ohne Fehlermeldung.
Ich lass mir das ja einmal gefallen - aber doch nicht jedes Mal nach
jeder �nderung.

Was ist das - wie kommt dieser Fehler zustande??

Danke

Rene  


_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[email protected]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an