\bin\System.EnterpriseServices.Wrapper.dll' is not an assembly
Linqpad 5:
1
- I have added all the assemblies in my \bin repository to make sure in the F4 window is ok
- Also pointed to my web.config
- it says CS0006 \bin\System.EnterpriseServices.Wrapper.dll' could not be found
Even when my query window is completely empty and I try to run the empty window.
- If i find one on disk and copy it to the bin dir and add it in the F4 window:
There is no EnterpriseServices.Wrapper.dll at all in my bin folder
?
(Visual Studio runs fine, the deployed website runs fine)
Comments
It is a .net Framework Web API targetted at 4.8 project.
I solved it by copying all my assemblies + copy of enterprise.services.wrapper in the \LinqPad Plugins\Framework 4.6 folder (although framework 4.8)