Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在 WPF 应用程序中使用 ocx。如果我在 .net 框架 4.5 下创建一个新项目,它可以完美运行。
但是,如果我尝试在任何其他 .net 框架中创建应用程序,VisualStudio 会给出错误“类未注册(来自 HRESULT 的异常:0x80040154(REGDB_E_CLASSNOTREG))”我试图用 regsvr32 修复它,但它仍然不起作用。
我该如何解决这个问题,以便我可以制作一个 .net 4.0 应用程序?
好的,我解决了这个问题,我唯一要做的就是将调试/发布模式更改为 x86。