Welcome
Login  |  Register
Wednesday, January 07, 2009
  Search
You are here:Knowledge Base
 
 
 

 Please Register or login to view our private forums, it is free!!

Subject: Could not load file or assembly 'ChilkatDotNet
Prev Next
You are not authorized to post a reply.

Author Messages
hostUser is Online
Posts:90

10/04/2007 9:24 AM  

Here is the error I am getting.

Could not load file or assembly 'ChilkatDotNet, Version=7.5.0.0, Culture=neutral, PublicKeyToken=16dba5cb7b161beb' or one of its dependencies. The system cannot find the file specified.
 1) Controls zip not unzipped into portal root folder per step 3 of the installation.

2) Web.config changes for element not present per step 4(d) of the installation.

Note: Since this block is now included in the DNN config starting with v4.3.x, step 4(d) is slightly different. First, you need to change the portion of your web.config, so it looks like this:

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin;bin\HttpModules;bin\Providers;bin\Modules;bin\Support;" />
<dependentAssembly>
<assemblyIdentity name="ChilkatDotNet" publicKeyToken="16dba5cb7b161beb" />
<codeBase version="7.5.0.0" href="bin\Speerio\ChilkatDotNet.dll" />
dependentAssembly>
assemblyBinding>
runtime>


... and then you need to add the following just before configuration>


<Mediachase.FileUploader.McHttpModule>
<httpPost BufferSize="128000"/>
<httpFile TempStoragePath="~/Controls/Speerio/Uploader/scratch" />
<pageFilter>
<allow RequestPath="*UploadDialog.aspx"/>
<deny RequestPath="*"/>
pageFilter>
Mediachase.FileUploader.McHttpModule>
You are not authorized to post a reply.
Forums > Knowledge Base (DNN MODULE FIXES and HOW TO's > IMPORTANT INFO > Could not load file or assembly 'ChilkatDotNet



ActiveForums 3.7
 
Copyright 2006-7 Vigilant Support