Skip to content
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

Open
GoogleCodeExporter opened this issue Jun 3, 2015 · 6 comments
Open

VS build on fresh clone breaks demo web site #384

GoogleCodeExporter opened this issue Jun 3, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

(Carried forward from issue #373)

What steps will reproduce the problem?

1. Clone repo (ART revision 0d650a436f7f)
2. Open Elmah.sln in VS 2013
3. Build the solution using NETFX 3.5 Debug configuration (have not tried 
others)
4. Once build completes, choose View in Browser from the context menu of the 
Demo web site project node
5. Once the demo home page opens in the browser (if an error occurs that 
App_Data does not exist, create the directory and retry), go to 
http://localhost:51296/elmah.axd

What is the expected output? 

Expect to see an empty error log page.


What do you see instead?

The log page produces the following error:

Unable to load DLL 'SQLite.Interop.dll': The specified module could not be 
found. (Exception from HRESULT: 0x8007007E)

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!

Original issue reported on code.google.com by azizatif on 4 Mar 2015 at 8:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant