Hi All,
I have a windows application in VB.NET and want to generate certain documents in word from this application. I am using VSTO in VS 2005, so I created a separate project but added to the same solution of my windows application.
I have a module class in windows application which carries various values that I need in my VSTO project.
How can I add or import a reference to this module class from my windows application in my VSTO application.
Thanks,
I have a windows application in VB.NET and want to generate certain documents in word from this application. I am using VSTO in VS 2005, so I created a separate project but added to the same solution of my windows application.
I have a module class in windows application which carries various values that I need in my VSTO project.
How can I add or import a reference to this module class from my windows application in my VSTO application.
Thanks,