RegAsm : error RA0000 : Unable to locate input assembly ‘c:\Windows\System32\Pay flow_dotNET.dll’ or one of its dependencies.

I was getting the error of

RegAsm : error RA0000 : Unable to locate input assembly ‘c:\Windows\System32\Pay
flow_dotNET.dll’ or one of its dependencies.

when following instructions from installing the Payflow_dotNET.dll dll for .NET to use.  As I was running this command:

C:\Windows\System32>c:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe c:\Windows\System32\Payflow_dotNET.dll

There is an issue here, is that the dll, although there, was not all that usable for a 64 bit version of .NET, so I moved the file to

C:\Windows\SysWOW64

and from that folder within a command prompt was able to move forward:

C:\Windows\SysWOW64>c:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegAsm.exe Payflow_dotNET.dll
Microsoft (R) .NET Framework Assembly Registration Utility 2.0.50727.5420
Copyright (C) Microsoft Corporation 1998-2004. All rights reserved.

Types registered successfully


Posted

in

by

Comments

3 responses to “RegAsm : error RA0000 : Unable to locate input assembly ‘c:\Windows\System32\Pay flow_dotNET.dll’ or one of its dependencies.”

  1. omg dude Avatar
    omg dude

    I spent 4 hours troubleshooting this; and then I find your site and it solves it instantly. Thanks for sharing!

  2. Hanin Avatar
    Hanin

    You really helped me. after trying several suggested solutions, only yours worked. Brilliant
    |Thanks

  3. Jake Avatar
    Jake

    You are the best! That just fixed what I was trying to get working for three days!!

Leave a Reply

Your email address will not be published. Required fields are marked *