Unable to Trace my Desktop application
I have installed dotTrace and try to run my windows desktop application but on click of Run it gives me error like "Failed to register x86 COM object: RegSVR32 failed to register the core. Exit code is 00000003. Probably you haven't rebooted after a windows update. Please reboot the computer and try again."
I am working on VDI so can't reboot system, if I restart my VDI all installed app will be lost including dotTrace.
My application is running on windows7, VS 2013 premium edition.
Please do the needful on priority since I need to fix some memory issue coming on production.
Regards,
Nishant
Please sign in to leave a comment.
Hello Nishant,
You can try to change core registration type in Expert options. Press Ctrl+Alt+Shift+F11 in configuration window and change Core registration field to:
- Registry-free, if you run your application under .NET Framework 4.6
- Registry-free for x64 or x86 only, if you run your application under .NET Framework 4.0 (x64/x86) and higher