Problem with Assembly / minor Version

S

Sebastian Meier

Hi everyone,
i have the following problem. I tried to import the file
ICSharpCode.SharpZipLib.dll into my VS Project. The Result was the
following.

Warning: Dependence 'ICSharpCode.SharpZipLib, Version=0.5.0.0,
Culture=neutral, PublicKeyToken=1b03e6acf1164f73' in project 'test' there it
cannot be copied the reference 'ICSharpCode.SharpZipLib,
Version=0.80.0.1373, Culture=neutral, PublicKeyToken=1b03e6acf1164f73' into
the remark listing,; would overwrite.

How can i add the dll to the project ?

Cheers
Seb.

=== Pre-bind state information ===
LOG: DisplayName = ICSharpCode.SharpZipLib, Version=0.5.0.0,
Culture=neutral, PublicKeyToken=1b03e6acf1164f73
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/test
LOG: Initial PrivatePath = bin
Calling assembly : itextsharp, Version=1.0.4.0, Culture=neutral,
PublicKeyToken=null.
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: ICSharpCode.SharpZipLib, Version=0.5.0.0,
Culture=neutral, PublicKeyToken=1b03e6acf1164f73
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/test/5e4617b7/13a23707/ICSharpCode.SharpZipLib.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/test/5e4617b7/13a23707/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib
..DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/test/bin/ICSharpCode.SharpZipLib.DLL.
WRN: Comparing the assembly name resulted in the mismatch: Minor Version



Stapelüberwachung:


[FileLoadException: Die Manifestdefinition 'ICSharpCode.SharpZipLib' der
Assembly stimmt nicht mit dem Assemblyverweis überein.]
iTextSharp.text.pdf.PdfDocument.Close()
iTextSharp.text.Document.Close()
webspace.register.PDFCreate(Object sender, EventArgs e) in
C:\Inetpub\wwwroot\test\register.ascx.cs:73
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePo
stBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1277





----------------------------------------------------------------------------
----

Versionsinformationen: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET-Version:1.1.4322.573

Hat jemand vielleicht einen guten Rat`?

Danke

Seb.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top