kienlamb / stacked

Automatically exported from code.google.com/p/stacked
0 stars 0 forks source link

Could not build and run Stacked solution on my PC #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launched Stacked.sln
2. Clicked Build -> Rebuild Website

What is the expected output? What do you see instead?

Received 153 errors on Error List. The first two as follows. There rest are 
similar.

Error   1   Unknown server tag 'ra:Window'. D:\Documents and 
Settings\Faido\Desktop\Stacked-Source\Stacked\WebSite\UserControls\AskQuestion.a
scx 7   
Error   2   Unknown server tag 'ra:Timer'.  D:\Documents and 
Settings\Faido\Desktop\Stacked-Source\Stacked\WebSite\UserControls\AskQuestion.a
scx 14  

What version of the product are you using? On what operating system?

Microsoft Visual Studio 2008
Vesrion 9.0.30729.1 SP

Please provide any additional information below.

Original issue reported on code.google.com by wongw...@gmail.com on 6 Nov 2010 at 7:58

GoogleCodeExporter commented 8 years ago
I experienced the same issue and found that it was due to the fact that I had 
not configured my Web.config properly. Take a look at Web.config.template and 
use that as a starting point. In other words, replace the contents of 
Web.config with the content from Web.config.template and see what happens.

Original comment by Maxa...@gmail.com on 29 Jun 2011 at 6:11