Developer forum

Forum » Development » Could not load the HttpCompressionModule

Could not load the HttpCompressionModule


Reply
Hi,



Im trying to set up DW on loacalhost... I get a configuration error in web.config:



Parser error message: Could not load file or assembly 'HttpCompression' or one of its dependencies. The system could not find the file specified.











what is wrong ?

Replies

 
Nicolai Høeg Pedersen
Reply
mp@scandesigns.dk wrote:

Hi,







Im trying to set up DW on loacalhost... I get a configuration error in web.config:







Parser error message: Could not load file or assembly 'HttpCompression' or one of its dependencies. The system could not find the file specified.























what is wrong ?



HttpCompression.dll is missing in your /Bin directory. This file is distributed with Dynamicweb (Application.zip under download/Dynamicweb CMS/Software)


 


Another thing could be, that your virtual /Admin folder is set up as Application instead of normal virtual folder - is the icon different from the one /Files has? Then this is the error.

 
Reply
thanks, the virtual dir was set up as an application... I have another issue regarding installation of DW on localhost. I get the following error:



Could not convert Globalsettings.xml/aspx

Please wait!

The SQL-Server database could not be opened ('Dynamic.mdb') - the error is:



 System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

   at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)

   at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)

   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)

   at System.Data.SqlClient.SqlConnection.Open()

   at Dynamicweb.Database.GetConn(String strDatabase)

 



thanks in advance



NP wrote:


mp@scandesigns.dk wrote:



Hi,















Im trying to set up DW on loacalhost... I get a configuration error in web.config:















Parser error message: Could not load file or assembly 'HttpCompression' or one of its dependencies. The system could not find the file specified.















































what is wrong ?






HttpCompression.dll is missing in your /Bin directory. This file is distributed with Dynamicweb (Application.zip under download/Dynamicweb CMS/Software)




 




Another thing could be, that your virtual /Admin folder is set up as Application instead of normal virtual folder - is the icon different from the one /Files has? Then this is the error.


 
Nicolai Høeg Pedersen
Reply

Seems like your /Files virtual directory does not exist or points to the wrong folder.


 


You might wanna take a look at "8111_(en-US)_Installation_Guide.pdf" found here


http://documentation.dynamicweb.dk/Installation-23324.aspx and "7001_(en-US)_SDK_-_Solution_Installation.pdf" found here: http://documentation.dynamicweb.dk/Development-23323.aspx

 

You must be logged in to post in the forum