Developer forum

Forum » Development » Problems setting up DW

Problems setting up DW


Reply

Hi!


 


I have installed the newest DW according to the install manual, but I get this error:


What could I have done wrong?!


 


  Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.



Parser Error Message: Could not load file or assembly 'HttpCompression' or one of its dependencies. The system cannot find the file specified. (x:\xxxx\xxxxx\DW\Application\web.config line 171)



Source Error:










Line 169:    
Line 170:
Line 171:
Line 172:

Line 173:




Source File: D:\websites\cwb.no\DW\Application\web.config    Line: 171


Server Error in '/Admin' Application.


Configuration Error


 


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Christopher


 


It seems like you are missing HttpCompression.dll in the /Bin folder of the solution. It can be found in the Application.zip in the /Bin folder. Just copy all the content of that folder to your local solution.

 
Jeff Widmer
Reply
I followed the Part 1 - Setting Up a Custom Modules Project exactly and I ran into this issue too:
"Could not load file or assembly 'HttpCompression' or one of its dependencies. The system cannot find the file specified."
I did have the Visual Studio Project Reference Paths set correctly because it did pull in some of the DyanamicWeb assemblies but not all (about 35 out of the 60 found in C:\DynamicWeb\bin\).  I copied over the remaining assemblies from the \bin folder and everything worked.  I suppose that should be added as part of the setup instructions.
-Jeff
 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
Hi Jeff,

Thank you; I just fixed it by adding Step 14 at the beginning of the article, explaining what to do, and why it's necessary.

Cheers,

Imar

 

You must be logged in to post in the forum