A
Anders Eriksson
I'm using a COM server to access some hardware (Laser). The Supplier has
a strange idea that they don't update the version of the .exe (COM
Server). It's always 1.0.0.0
When I use this COM server VS2010 will create an Interop dll
automatically. This will also always have version 1.0.0.0 (I'm guessing
that it just copy the version from the COM server exe)
I guessing here but it seems like vs2010 will not recognize that a new
exe file has been installed and doesn't recreate the Interop dll.
First is this guess true?
Is there someway of changing the version in the COM Server / Exe file
without having the source code?
Any other idea is also welcome.
Yeah, the obvious solution is to get the maker of the COM server to
add/change the version, but I have tried that and no such luck...
a strange idea that they don't update the version of the .exe (COM
Server). It's always 1.0.0.0
When I use this COM server VS2010 will create an Interop dll
automatically. This will also always have version 1.0.0.0 (I'm guessing
that it just copy the version from the COM server exe)
I guessing here but it seems like vs2010 will not recognize that a new
exe file has been installed and doesn't recreate the Interop dll.
First is this guess true?
Is there someway of changing the version in the COM Server / Exe file
without having the source code?
Any other idea is also welcome.
Yeah, the obvious solution is to get the maker of the COM server to
add/change the version, but I have tried that and no such luck...