Matren
-
2006-10-11
- priority: 5 --> 9
The Server does not load any Plugin and therefore no
operations are possible. Problem is an error in the
Plugin Library (as still mentioned in the Forums)
which does not expose any error at all (because there
is no error handling in the catch part):
I fixed this by the following changes to
the "PluginFactory.cs":
Assembly ass = Assembly.LoadFile
(System.Windows.Forms.Application.StartupPath
+ "\\Plugins\\" + Filename);
Apart of this it would be a good idea to not suppress
any errors (by empty catch). Instead they should be at
least written to the Windows Event Log.