Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/03c6dea53fcb62a0da93bb6caf2aa27f43d33277 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Ignore copy error for SQLite.Interop.dll (so I don't need to quick IISExpress manually everytime I debug).

pull/7/merge
Mark McDowall 14 years ago
parent bda226096b
commit 03c6dea53f

@ -921,6 +921,7 @@
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PreBuildEvent>copy "$(SolutionDir)\Libraries\SQLite.Interop.dll" "$(TargetDir)"</PreBuildEvent>
<PreBuildEvent>copy "$(SolutionDir)\Libraries\SQLite.Interop.dll" "$(TargetDir)"
EXIT 0</PreBuildEvent>
</PropertyGroup>
</Project>
Loading…
Cancel
Save