You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that while the assembly is AnyCPU compatible, I still require 32 or 64 bit P4DN.DLL. I get classic exception when using the P4.net dll:
Exception type: FileNotFoundException
Could not load file or assembly 'p4dn, Version=2.0.0.0, Culture=neutral, PublicKeyToken=ff968dc1933aba6f' or one of its dependencies. The system cannot find the file specified.
Sinc P4DN is a native DLL, I must continue to tackle the 'which DLL to load' problem, except now it is about p4DN.
Please advise.
The text was updated successfully, but these errors were encountered:
I understand now that p4DN 32/64 is embedded in the DLL and then pushed out to disk on load. However, I am getting a FileNotFound exception which I suspect is for a dependency of p4DN instead. I am running VS2012, so maybe I do not have 2010 DLL. I will investigate.
It appears that while the assembly is AnyCPU compatible, I still require 32 or 64 bit P4DN.DLL. I get classic exception when using the P4.net dll:
Exception type: FileNotFoundException
Could not load file or assembly 'p4dn, Version=2.0.0.0, Culture=neutral, PublicKeyToken=ff968dc1933aba6f' or one of its dependencies. The system cannot find the file specified.
Sinc P4DN is a native DLL, I must continue to tackle the 'which DLL to load' problem, except now it is about p4DN.
Please advise.
The text was updated successfully, but these errors were encountered: