Developer forum

Forum » Development » Can´t build standard solution?

Can´t build standard solution?


Reply

 

I downloaded installed dynamicweb as described in the documentation. There are no problems using dynamicweb and building the backend module settings page. But because visual studio stops building the solution when it gets errors I can´t get my frontend output working.
This has nothing to do with my module – tried building the site without any modifications from my part with same result 77 Errors and 4 Warnings.
When I look into it its small errors like a link to a file that does not exist, missing (“”) in HTML and so on.
I am not quite sure how to solve this – but in my mind it can’t be true that I have to fix HTML bugs before being able to build solution.
What am i doing wrong?

Replies

 
Reply

In Visual Studio, go to Tools -> Options -> Text Editor -> HTML -> Validation and uncheck "Show errors"

 
Reply

This diddent solv my problem - i get the folllowin error:

 

Error 1 Filen 'D:\DynamicWeb application\Release\Admin\common.asp' blev ikke fundet. D:\DynamicWeb application\Release\Admin\Access\Access_TreeView_old.aspx 215 

 


 

 
Reply


When i rightclick the error and go to next - i get the following errors.

 

 

Error 4 Statement cannot appear within a method body. End of method assumed. D:\DynamicWeb application\Release\Admin\Access\Access_TreeView_old.aspx 9 1 http://localhost/
Error 5 Name 'UserArray' is not declared. D:\DynamicWeb application\Release\Admin\Access\Access_TreeView_old.aspx 14 22 http://localhost/
Error 6 Name 'UserArray' is not declared. 


am i missing somthing?

 

ps. this is only 2 of them - cant post all of them in this form

 
Reply

Try removing the Access_TreeView_old.aspx file.

 
Reply

Now i get these errors (102 errors and 21 warnings)

 

Error 2 Navnet 'Database' er ikke blevet erklæret. D:\DynamicWeb application\Release\Admin\Access\Access_User_Edit_Address.aspx 38 
Error 3 Navnet 'Base' er ikke blevet erklæret. D:\DynamicWeb application\Release\Admin\Access\Access_User_Edit_Address.aspx 40 
Error 4 Navnet 'UserID' er ikke blevet erklæret. D:\DynamicWeb application\Release\Admin\Access\Access_User_Edit_Address.aspx 40 
 

again i cant post all of them - an upload function here would be nice ;-)

 

 
Reply

Wooa, hold your horses. I didn't notice this at first. Why on earth are you trying to build the standard solution? Did you also install the solution according to the documentation? In VS the custom solution should work independently from the standard solution, so errors like that cannont occur if you set it up correctly.

 
Reply

ok - i thougth i installed it according to the notes - i hope that this is the problem - ill try setting it up again - thanks

 
Reply

Download and follow the instructions in (en-US)_Installation_Guide__Dynamicweb_dotNet.pdf available here: http://documentation.dynamicweb.dk/Installation-23324.aspx

 

You must be logged in to post in the forum