visual studio 错误框"the operation could not be completed",怎么样Re-registering the actxprxy.dll我用visual studio 2005创建了一个solidworks macro工程,编译没错误,可运行时候出现一个对话框"the operation could not be comple

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/14 19:32:01

visual studio 错误框"the operation could not be completed",怎么样Re-registering the actxprxy.dll
我用visual studio 2005创建了一个solidworks macro工程,编译没错误,可运行时候出现一个对话框"the operation could not be completed".
在msdn上看到的解决方案是Re-registering the actxprxy.dll,请问具体是怎么操作的.

那个actxprxy.dll应该是一个native的com组件吧?
to re-register it,run
1) regsvr32 /u actxprxy.dll
2) regsvr32 actxprxy.dll
记得用admin权限.

哈哈,你的软件是盗版的吧??