G
Guest
I created a VB.NET Windows Service and installed it on my development machine without errors. When I try to install it on a production machine, I get the following error message
An exception occurred during the Install phase
System.InvalidOperationException: Unable to get installer types in the c:\toautomationservice\toautomationservice.exe assembly
The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message
One or more of the types in the assembly unable to load.
What's up with this
An exception occurred during the Install phase
System.InvalidOperationException: Unable to get installer types in the c:\toautomationservice\toautomationservice.exe assembly
The inner exception System.Reflection.ReflectionTypeLoadException was thrown with the following error message
One or more of the types in the assembly unable to load.
What's up with this