G
Guest
Dear all,
I have a windows application which works perfectly well on my developement
platform.
When deplyoing it I get an error :
"Exception has been thrown by the target of an invocation"
By placing log entry point I figured out that it fails executing the
following function:
CType(AppDomain.CurrentDomain.CreateInstanceFromAndUnwrap(Application.StartupPath
& Global.ENVIRONMENT_PATH.PLUGINS_FILE_PATH & "\" & m_PluginST.FileName,
"NomosNetSolution.PluginAppRT.PlugIn" & m_PluginST.Name), IPRTApplication)
This function works well under my dev system
Thnaks for your help
regards
I have a windows application which works perfectly well on my developement
platform.
When deplyoing it I get an error :
"Exception has been thrown by the target of an invocation"
By placing log entry point I figured out that it fails executing the
following function:
CType(AppDomain.CurrentDomain.CreateInstanceFromAndUnwrap(Application.StartupPath
& Global.ENVIRONMENT_PATH.PLUGINS_FILE_PATH & "\" & m_PluginST.FileName,
"NomosNetSolution.PluginAppRT.PlugIn" & m_PluginST.Name), IPRTApplication)
This function works well under my dev system
Thnaks for your help
regards