question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need to download project to debug controller: AbpLocalization/ChangeCulture

See original GitHub issue

Hi support team,

I’m having issue at this url: https://localhost:44368/AbpLocalization/ChangeCulture?cultureName=nl&returnUrl=xxx when I click button to change language. This controller is not in generated projects. So, how can debug this controller? What is project and where can I download it?

Thank you so much.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
huyqtacommented, Mar 25, 2021

Hi @ismcagdas , I can debug it now, it was my mistake about downloading version of Abp.AspNetCore. It should be same version as file dll on my project. Thanks for you supporting

Best regard.

0reactions
huyqtacommented, Mar 24, 2021

No, I didn’t change Nuget version, I’ve just downloaded source code version 6.2 and build Abp.dll, then add reference to project Abp.AspNetCore as below screenshot, but it still cause error. Is it correct way? image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable debugging for ASP.NET apps - Visual Studio
Select the Debug tab and click the link to open the Open debug launch profiles UI. The UI presented corresponds to the settings...
Read more >
Debug from a DLL Project - Visual Studio (Windows)
Select the C++ DLL project in Solution Explorer. Select the Properties icon, press Alt+Enter, or right-click and choose Properties.
Read more >
Debugging in Visual Studio Code
In order to start a debug session, first select the configuration named Launch Program using the Configuration dropdown in the Run and Debug...
Read more >
Run and Debug Java in Visual Studio Code
Run from pressing F5. Pressing F5, the debugger will automatically find the entry point of your project and start debugging. You can also...
Read more >
Debug your app | Android Studio
Android Studio provides a debugger that lets you do the following and more: Select a device to debug your app on. Set breakpoints...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found