Change 0.8.1 to 0.8.2

  1. #1

    Change 0.8.1 to 0.8.2

    Sorry my english...........


    I'm
    developing with version 0.8.1 and want to switch to 0.8.2, when
    replacement. Dll files and run my application I get the following error.
    Could
    not load file or assembly 'Coolite.Ext.Web, Version = 0.8.1.2802,
    Culture = neutral, PublicKeyToken = f58c952e9aa5b80a' or one of its
    dependencies. The assembly manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
    
    
    
    [FileLoadException:
    Could not load file or assembly 'Coolite.Ext.Web, Version = 0.8.1.2802,
    Culture = neutral, PublicKeyToken = f58c952e9aa5b80a' or one of its
    dependencies. The assembly manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)]
       ProjectDetail.Page_Load (Object sender, EventArgs e) in c: \ Apps \ Projects \ NET \ Web \ eProject \ ProjectDetail.aspx.cs: 79
       System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback (Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad (EventArgs e) +99
       System.Web.UI.Control.LoadRecursive () +50
       System.Web.UI.Page.ProcessRequestMain (Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    But in design mode this problem does not happen

    How can I solve it?, Thanks.
  2. #2

    RE: Change 0.8.1 to 0.8.2

    Hi gpcontreras,

    I think this issue is related to the nasty habit of Visual Studio holding cached copies of assemblies.


    You should be able to flush the cache with the following steps.


    1. Delete the Coolite Assembly References. We'll add them back again at the end.


    2. Delete the /bin/ directory, or at a minimum any/all Coolite .dlls


    3. Delete the /obj/ directory.


    4. Rebuild your Project/Solution. Obviously this will fail at this point.


    5. Shut down Visual Studio. Wait a few moments for VS to clear the system memory, or verify when the VS process is destroyed from your systems TaskManager [Processes Tab].


    6. Restart Visual Studio and Project.


    7. Re-add the References to the Coolite.Ext.Web Assembly.


    8. Rebuild your Project. At this point things should be working again.


    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: Change 0.8.1 to 0.8.2

    Yes!!!!!! :D, thanks.

Similar Threads

  1. Replies: 12
    Last Post: Jun 17, 2009, 12:07 PM

Posting Permissions