When I add a reference to my dll in Visual Studio project, I am able to use it, but when I compile my code or try to run it, I get an are you missing a using directive or an assembly reference?_ Error. I am able to confirm that I have the right using statement for my namespace and I am able to confirm that the dll is correctly loaded.
Anyone have any idea what I may not have right in this?
When I add a reference to my dll in Visual Studio project, I am
Share
Go to project settings and make sure that you are not compiling the project for a .net version that includes the text “client profile”.