Monday 10 October 2011

Could not load file or assembly 'Microsoft.Dynamics.AX.Fim.PaymentService, Version=5.0.0.0,


While deploying SSRS , I got the below error :
Could not load file or assembly 'Microsoft.Dynamics.AX.Fim.PaymentService, Version=5.0.0.0,………….
To overcome this issue, we need to add the above mentioned dll from client\bin  folder to GAC as below :
Go to Start -> All programs -> Microsoft visual studio 2008 -> visual studio  tools -> visual studio  command prompt , right click and run as administrator :
Run the below  command :
Gacutil /i “location of dll”

Upon successfully added , you will get the message , “Assembly added to the cache”.


Hope it helps you as well.

8 comments:

  1. Many thanks, this was quite helpful.

    ReplyDelete
  2. Hey i am still getting the same error with different dlla/assembly not installed I am having AX 2009 installed and not AX2009 SP1 will that make a difference.

    Thanks,
    Vikas Mehta.

    ReplyDelete