issues Search Results · repo:lscorcia/sqlclient.snishadowcopy language:C#
Filter by
2 results
(65 ms)2 results
inlscorcia/sqlclient.snishadowcopy (press backspace or delete to remove)The root cause of the issue is that IIS doesn t always clean up shadow copy folders with Microsoft.Data.SqlClient.DLL
when a new version of web app is deployed.
E.g. IIS copies Microsoft.Data.SqlClient.DLL ...
enhancement
abasau-incomm
- Opened on Feb 10, 2022
- #2
In case someone is interested, I ve found another solution.
Use P/Invoke to SetDllDirectory:
[DllImport(@ kernel32.dll , CharSet = CharSet.Auto, SetLastError = true)]
private static extern bool SetDllDirectory(string ...
UweKeim
- 1
- Opened on Jan 22, 2022
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.