Is there a diff???

Ommono

Active Member
Hi,

Recently I've posted about eq2harvest and I've been seeing the word ".net version" thrown around. For the past 2 months I've been using as a command /run eq2harvest. Is there a different version that I've not seen mentioned in the tutorials somewhere. I've seen it in the forums but no mention of it requiring a separate download or command. I've been told to try and run the command /dotnet eq2 eq2harvest. This gives me a long string of errors.


Code:
Exception[1] executing assembly: System.IO.FileNotFoundException: Could not load file or assembly 'file:///D:\Everquest II\eq2harvest' or one of its
dependencies. The system cannot find the file specified.

File name: 'file:///D:\Everquest II\eq2harvest'

   at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark,
Boolean throwOnFileNotFound, Boolean forIntrospection)

   at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)

   at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm,
Boolean forIntrospection, StackCrawlMark& stackMark)

   at System.Reflection.Assembly.LoadFrom(String assemblyFile, Evidence securityEvidence)

   at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)

   at System.AppDomain.ExecuteAssembly(String assemblyFile)

   at System.AppDomain.ExecuteAssembly(String assemblyFile)

   at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)

   at System.AppDomain.ExecuteAssembly(String assemblyFile)

   at System.AppDomain.ExecuteAssembly(String assemblyFile)

   at LavishVMRuntime.LVMDomainManager.AsEx.ExecuteAssembly()



WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Exception[2] executing assembly: System.IO.FileNotFoundException: Could not load file or assembly 'eq2harvest' or one of its dependencies. The system cannot
find the file specified.

File name: 'eq2harvest'

   at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark,
Boolean throwOnFileNotFound, Boolean forIntrospection)

   at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, 
   at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, Sta
   at System.Reflection.Assembly.Load(String assemblyString, Evidence assemblySecurity)

   at System.AppDomain.ExecuteAssemblyByName(String assemblyName, Evidence assemblySecurity, String
   at System.AppDomain.ExecuteAssemblyByName(String assemblyName)

   at System.AppDomain.ExecuteAssemblyByName(String assemblyName)

   at LavishVMRuntime.LVMDomainManager.AsEx.ExecuteAssemblyByName(Exception priorException)



WRN: Assembly binding logging is turned OFF.

To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!Ena
Note: There is some performance penalty associated with assembly bind failure logging.

To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Not a coder or scripter just a user :( so this has me a little confused. Could someone please elaborate on what I'm doing or not doing here.

Thanks
 

Stardog

Active Member
I"m not sure on eq2

but.... with vanguard i use...
dotnet Programname

no slashes.... and i type it straight into the innerspace console
Also, make sure the program is in the .NET directory of innerspace
 
Top Bottom