-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS build on fresh clone breaks demo web site #384
Comments
Reported by @JamesDriscoll on 2015-03-04 09:49:30
|
Fixed in https://code.google.com/r/jamesdriscoll71-demo-project-issues Reported by @JamesDriscoll on 2015-03-10 00:05:41
|
Changing Status to Started as fix has not yet been pulled into the main repo. Reported by @atifaziz on 2015-03-10 06:10:57
|
Reported by @atifaziz on 2015-03-12 17:49:46 |
Looks like this may be by-design after all. :S First of all, my comparison was not apples to apples. The default configuration when opening up in VS is .NET 3.5 Debug. If the demo web is built and run, it fails. Building from the command line via The In the current state of affairs, the demo web site is only designed to work with .NET Framework 4.5 and that's acceptable for alpha and beta releases. I wonder if there's a way to set the default configuration in VS? Reported by @atifaziz on 2015-03-12 18:37:57 |
(Carried forward from issue #373)
What steps will reproduce the problem?
NETFX 3.5 Debug
configuration (have not tried others)App_Data
does not exist, create the directory and retry), go to http://localhost:51296/elmah.axdWhat is the expected output?
Expect to see an empty error log page.
What do you see instead?
The log page produces the following error:
Additional Information
If you take another fresh clone (or clean the existing one with hg purge --all) and
use build.cmd then the demo site works flawlessly. It seems as if the restore from
within VS does not honour package restore for Web Site projects.
Could you take a look at this? Thanks!
Originally reported on Google Code with ID 384
Reported by @atifaziz on 2015-03-04 08:32:43
The text was updated successfully, but these errors were encountered: