I inherited a C# Visual Studio 2010 project that I am unable to compile because it’s looking the following reference which I am unable to satisfy.
using Microsoft.VisualStudio.Tools.Applications.Runtime;
I am new to VS but from what I have researched it has something to do with the version Microsoft Office and the .Net framework version. I currently have MS Office 2003 installed (with Project 2010 and Visio 2010). The Solution requires .Net 4.0 but from what I found on the web it looks like MS Office is reverting .Net to an earlier version.
When I type in using Microsoft.
Intellisense only shows
So I am missing the {}VisualStudio
resource.
Thanks.
I get the same error message but I was referencing:
using Microsoft.VisualStudio.TestTools.UnitTesting;
The solution for me was changing the target of .Net 4 CLIENT framework to .Net 4.0 FULL framework.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With