无法 运行 我的 WinForm 应用程序 COR_ENABLE_PROFILING 设置
Couldn't run my WinForm app when COR_ENABLE_PROFILING set
当 COR_ENABLE_PROFILING = 1
时,我无法 运行 我的 .NET Framework Winform 应用程序
如果我从注册表编辑器中删除 COR_ENABLE_PROFILING,它工作正常。
当 COR_ENABLE_PROFILING = 1 时,您对 运行 我的应用程序有什么想法吗?
这里是错误
.NET Runtime version 4.0.30319.0 - Loading profiler failed. COR_ENABLE_PROFILING was set properly, but COR_PROFILER was not. COR_PROFILER must be set to the CLSID of the profiler to load.
这是因为我混淆工具的配置。我关闭了调试保护。
当 COR_ENABLE_PROFILING = 1
时,我无法 运行 我的 .NET Framework Winform 应用程序如果我从注册表编辑器中删除 COR_ENABLE_PROFILING,它工作正常。
当 COR_ENABLE_PROFILING = 1 时,您对 运行 我的应用程序有什么想法吗?
这里是错误
.NET Runtime version 4.0.30319.0 - Loading profiler failed. COR_ENABLE_PROFILING was set properly, but COR_PROFILER was not. COR_PROFILER must be set to the CLSID of the profiler to load.
这是因为我混淆工具的配置。我关闭了调试保护。