You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
azizatif
on 4 Mar 2015 at 8:32The text was updated successfully, but these errors were encountered: