vb.net - how do I Add a reference to the Microsoft.Visual

diana
3StarLounger
Posts: 279
Joined: 01 Jun 2010, 00:27

vb.net - how do I Add a reference to the Microsoft.Visual

Post by diana »

I have word documents with managed code.

Ive implemented the following code to remove the managed code

http://msdn.microsoft.com/en-us/library/8fza57cs.aspx" onclick="window.open(this.href);return false;

however when I run the code i get the error on "CannotLoadManifest"

i may have missed step 2 . how do I add a reference, and what refernce?

im using Visual Studiao 2008...do I goto menu Project, Add Reference? and which reference?

Add a reference to the Microsoft.VisualStudio.Tools.Applications.Runtime.dll assembly to the project.


many thanks

diana
You do not have the required permissions to view the files attached to this post.

User avatar
HansV
Administrator
Posts: 78457
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: vb.net - how do I Add a reference to the Microsoft.Visual

Post by HansV »

I don't have Visual Studio, but you should indeed use Project | Add Reference..., and judging from your screenshot I'd say you'd need to select the second one listed, then click OK.
Best wishes,
Hans