LIBOMV-697 Corrects issue with WGP/Analyst where the incorrect assembly was being loaded for the packet injection method
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3126 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -70,7 +70,7 @@ namespace WinGridProxy
|
||||
|
||||
public ProxyManager(string port, string listenIP, string loginUri)
|
||||
{
|
||||
openmvAssembly = Assembly.Load("OpenMetaverse");
|
||||
openmvAssembly = Assembly.Load("OpenMetaverseCore");
|
||||
if (openmvAssembly == null) throw new Exception("Assembly load exception");
|
||||
|
||||
_Port = string.Format("--proxy-login-port={0}", port);
|
||||
|
||||
Reference in New Issue
Block a user