Re: Problems with DotNetNuke Integration

  •  02-13-2006, 1:30 PM

    Re: Problems with DotNetNuke Integration

    Adam,
     
    I am not exactly sure what you are asking me to do here.  Here is some information that may help.
     
    DotNetNuke is using a dll called SharpZipLib.dll - it is version 0.81.0.1407
    You are using a dll called ICSharpCode.SharpZipLib.dll - it is version 0.84.0.0
     
    When I bring each of these DLLs up in the Object Browser in Visual Studio, they seem to have virtually identical assembly information although I do notice that the exception handling object is different.
     
    It seems to me that the issue is that the Cute Editor and DNN are both using the same objects with different versions.  I checked the release notes on the SharpLib website (http://wiki.sharpdevelop.net/default.aspx/SharpZipLib.ReleaseHistory) and that coincides with the differences I observed in the two dlls.
     
    It seems that the only answer is to either rebuild the DNN core with the newer version or rebuild the cuteeditor with the older version.
     
    Thoughts?
     
    Cheers,
     
    Scott
     
View Complete Thread