Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to open word document from the vb.net project but i can't how to do it how to add reference for the microsoft.interop.word
Posted

 
Share this answer
 
First right click on your project in solution explorer.then add reference
and browse to the dll file and press Ok.To use that dll in your application
just import that dll in your application
VB
Imports microsoft.interop.word
 
Share this answer
 
Comments
devausha 7-Dec-11 2:11am    
Yes, I click the dll file Microsoft.forms.object.12.0 library but there is problem occured. it shows remove microsoft.forms.core then you add reference
how to do it
Manoj K Bhoir 7-Dec-11 2:24am    
So i think both Dll's are conficts each other thats why you are getting this error.
Manoj K Bhoir 7-Dec-11 2:26am    
I tried this on my computer and it's working fine.I tried this on VS2008 Remove reference of microsoft.forms.core and then try.
Hi,

Please check this Microsoft Word Documents from ASP.NET[^]
 
Share this answer
 
just add reference, .net tab then find microsoft.interop.word.


thanks

don't forget to vote
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900