Developer forum

Forum » Development » common.aspx

Reply

Hi,




 




When trying to install a sample solution (using the new packagaes application.zip, Emptydatabase.zip and CSharpClassicNet20.zip) Im getting an error saying 'missing common.asp' file. Any idea how to get rid of this?


Replies

 
Nicolai Høeg Pedersen
Reply
rjm wrote:


Hi,


When trying to install a sample solution (using the new packagaes application.zip, Emptydatabase.zip and CSharpClassicNet20.zip) Im getting an error saying 'missing common.asp' file. Any idea how to get rid of this?





There is no file in Dynamicweb named Common.asp - so thats a bid odd. If you are talking about Globalsettings.aspx make sure that the website installation has a virtual folder named "/Files" that points to the "files" folder of DefaultEmptyData.zip.


 


Otherwise post the exact error message.

 
Reply
np wrote:

rjm wrote:





Hi,






When trying to install a sample solution (using the new packagaes application.zip, Emptydatabase.zip and CSharpClassicNet20.zip) Im getting an error saying 'missing common.asp' file. Any idea how to get rid of this?










There is no file in Dynamicweb named Common.asp - so thats a bid odd. If you are talking about Globalsettings.aspx make sure that the website installation has a virtual folder named "/Files" that points to the "files" folder of DefaultEmptyData.zip.




 




Otherwise post the exact error message.





I got it to work. The error occured because I didnt install both updates to VS2005.


 


But now I get an DB timeout /globalsettings error:


 


Could not convert Globalsettings.xml/aspx

Please wait!

The SQL-Server database 'Dynamic.mdb' could not be opened - the error is: System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. 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)


 


My virtual dir in the IIS is set up correct (to the files dir), however, If I open the solution direktly via localhost entered in a browser, Ill get an "Server application unavailable" error...


 


Any Ideas?!

 
Reply




And finally I got it working...For some reason I had to switch of either my antivirus or firewall (did both at the same time). But now switched on again everything seems to be working... 

 

You must be logged in to post in the forum