Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to add reference of Microsoft.Office.Interop.Word.dll to my asp.net project
Posted
Updated 22-Jun-11 8:45am
v3
Comments
Sergey Alexandrovich Kryukov 21-Jun-11 15:24pm    
Contradictory question: title makes no sense, but the body of the question is correct.
--SA

If you're using Visual Studio, select Solution Explorer, you project node and its child node "References", using context menu, choose "Add reference" and proceed to the references window. You will find the reference you need under the tab ".NET".

If you're confused about referencing of assemblies, you have almost no idea on how to do .NET development — just yet, of course; it will come soon.

Therefore, I suggest you set aside APS.NET (and Office interoperation) for a while and learn most elementary basics of .NET development: assemblies, processes, classes and instances, methods, fields and properties, delegates and events, threads and full course of the language you use. when you feel quite confident, come back to ASP.NET, otherwise you will get blocked on every step. Do simple exercises in console application development.

—SA
 
Share this answer
 
Comments
Monjurul Habib 21-Jun-11 16:00pm    
nice description, my 5.
Sergey Alexandrovich Kryukov 21-Jun-11 16:03pm    
Thank you, Monjurul; hope it can help.
--SA
Monjurul Habib 21-Jun-11 17:38pm    
expecting so..
You can get your answer here.

Target Office Applications Through Primary Interop Assemblies[^]

For the names of different reference library name visit :

Office Primary Interop Assemblies[^]

Thanks
 
Share this answer
 
 
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