I'm working on a VB.NET program with a reference to microsoft.mshtml.dll. The program works on my computer, but does not work on the computers that do not have VS .NET installed. I noticed there is not a interop file created in the bin directory for microsoft.mshtml.dll.
How do I get the microsoft.mshtml.dll working on the client PC's I'm running this program on?
Up untill this point, I've simply copied the files that were created in the bin folder to the client PCs, and the program has worked. Do I need to do something different when I am using microsoft.mshtml?
How do I get the microsoft.mshtml.dll working on the client PC's I'm running this program on?
Up untill this point, I've simply copied the files that were created in the bin folder to the client PCs, and the program has worked. Do I need to do something different when I am using microsoft.mshtml?