Vb.net – I would like to know is there a 64 bit version of advapi32.dll

asp.netvb.net

I have application on windows server 2008 which gets request for connection via web. The connection is made through registry key. I get this error "The description for Event ID 9300 from source CUSTOMPROJECT Security 3335 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

ActiveX component can't create object

the message resource is present but the message is not found in the string/message table"

I would like to know is there a 64 bit version of advapi32.dll ?

Best Answer

A quick google for advapi64.dll returns a fair number of results.

I also found this link:

http://social.msdn.microsoft.com/Forums/sk/netfx64bit/thread/410374d5-139a-47f9-9d5b-3851247f4024

Which indicates you should look for the 64-bit version of the file here:

%WinDir%\System32

Related Topic