Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 13:23:57 +0000



Post From: newly compiled debug DLLs won't load anymore after updating to latest VS 2022 version

[2024-11-24 16:19:16]
ondafringe - Posts: 325
If you are building/deploying your dll from within VS, Release and Debug each have unique configurations. Since Release works and Debug doesn't, maybe the VS update altered your Debug configuration. Have you double-checked those settings to make certain they are still valid?

If those settings are still valid, you might make a backup copy of your cpp file and then undo the changes you mentioned earlier just to make sure those changes didn't cause the problem.

Now if you are only using VS as an editor, and building from within SC, not sure what to tell you because I do everything from within VS.