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:
Jim Radford
2009-10-06 07:15:40 +00:00
parent c84de4e684
commit eeeb9ed4d0
2 changed files with 2 additions and 2 deletions

View File

@@ -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);