Hi all,
Working on installing NESMaker version 4.5, getting the following..
Unhandled Exception:
System.DllNotFoundException: DNA.dll assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) softworkz.DNA.DNA_SetCDMPathName(string)
at MysticSearchesTool.MysticSearchToolMainDialog.VerifyDNACert () [0x00019] in <46d8c123196d4262b71126f0502455db>:0
at MysticSearchesTool.MysticSearchToolMainDialog..ctor () [0x003ae] in <46d8c123196d4262b71126f0502455db>:0
at (wrapper remoting-invoke-with-check) MysticSearchesTool.MysticSearchToolMainDialog..ctor()
at MysticSearchesTool.Program.Main () [0x0000e] in <46d8c123196d4262b71126f0502455db>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: DNA.dll assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) softworkz.DNA.DNA_SetCDMPathName(string)
at MysticSearchesTool.MysticSearchToolMainDialog.VerifyDNACert () [0x00019] in <46d8c123196d4262b71126f0502455db>:0
at MysticSearchesTool.MysticSearchToolMainDialog..ctor () [0x003ae] in <46d8c123196d4262b71126f0502455db>:0
at (wrapper remoting-invoke-with-check) MysticSearchesTool.MysticSearchToolMainDialog..ctor()
I tried adding the dna.dll into the system32 directory. Still didn't find it. Also tried renaming to DNA.dll maybe thinking it was a naming issue with lower case, still no dice. Any ideas?