Hi there I hope this is in the right section, apologies to admin if not.
I have a vb.net project that references a 3rd party dll. Within my vb.net project I use the <3rdparty>.dl l events that are publicly available.
When building the solution for distribution, the <3rdparty>.dl l is included as a dependency and when the project is deployed using a .msi the <3rdparty>.dl l and a "Interop.<3rdpa rty>.dll" is included in the distribution directory.
To run my application, the dot network framework must be installed and I have to register <3rdparty>.dl l. This all works fine on a work station.
My question is, i would like to run my application on a server, from a work station and have not been able to do this successfully.
Experimenting, I have made 2 HelloWorld projects, one including and referencing the <3rdparty>.dl l and the other without and installed then both on a server. The work stations and server have .net framework and <3rdparty.dll > registered. The HelloWorld on the server without <3rdParty>.dl l runs like a charm when called from a work station. The Helloworld with <3rdparty>.dl l does not run - gets an error: "HelloWorld as encountered an error and needs to close".
Can anyone help? I dont want to install the application on every work station as its a nightmare to update when the program changes - i only want to update the program in one place.
Thanks in advance,
PJ
I have a vb.net project that references a 3rd party dll. Within my vb.net project I use the <3rdparty>.dl l events that are publicly available.
When building the solution for distribution, the <3rdparty>.dl l is included as a dependency and when the project is deployed using a .msi the <3rdparty>.dl l and a "Interop.<3rdpa rty>.dll" is included in the distribution directory.
To run my application, the dot network framework must be installed and I have to register <3rdparty>.dl l. This all works fine on a work station.
My question is, i would like to run my application on a server, from a work station and have not been able to do this successfully.
Experimenting, I have made 2 HelloWorld projects, one including and referencing the <3rdparty>.dl l and the other without and installed then both on a server. The work stations and server have .net framework and <3rdparty.dll > registered. The HelloWorld on the server without <3rdParty>.dl l runs like a charm when called from a work station. The Helloworld with <3rdparty>.dl l does not run - gets an error: "HelloWorld as encountered an error and needs to close".
Can anyone help? I dont want to install the application on every work station as its a nightmare to update when the program changes - i only want to update the program in one place.
Thanks in advance,
PJ
Comment