Skip to main content

Hi,

While I was debugging the code in VS, I am getting dll.il not found.

Am I missing any thing to add as reference in project or in Acumatica Instance.

Can someone help me on getting this done.

Thanks,

Hi Everyone,

Looking for an update on this.

cc: @Gabriel Michaud 


Do you have any add-ins installed in Visual Studio for dynamic deconpilation, such as Reflector or dotPeek?


NO @Gabriel Michaud , I don’t have any add-ins installed


I even tried installing new instance and setup everything from first 

and tried debugging again getting something new.

 


Your Acumatica instance is not the problem here, it’s something with the Visual Studio configuration. Is CommonActions.cs one of your files?

Can you try resetting your VS Settings?

  1. From within Visual Studio, select the “Tools” menu, then choose “Import and Export Settings…“.
  2. Select “Reset all settings“, then select “Next“.
  3. If you wish to save your existing settings, select “Yes, save my current settings“. Otherwise select “No, just reset settings, overwriting my current settings“. Select “Next” once you have chosen.
  4. Choose the default collection of settings you wish to reset to. In most cases, you’ll want to choose “General“. Select “Finish” once you have chosen, and you’re done!
  5. Restart Visual Studio and try debugging again.

@Gabriel Michaud thanks for the steps, 

but I am confused that is this successful or error.

 


Try the same steps from another machine if you can -- if it works there, then it means you have some configuration issue with your OS or Visual Studio...


Many thanks @Gabriel Michaud, I will try, if needed I will reinstall the VS.

 

Thanks.


Reply