摘要:
批量注册dll或ocx文件------------------------------------------------------------------批量注册system32下的dll文件for %c in (%windir%/system32\*.dll) do regsvr32.exe ... 阅读全文
摘要:
vs2008开发的winform程序 迁移到vs2010后编译发生错误。“Encountered multiple versions of the assembly with GUID ****************** Try pre-importing one of these assembl... 阅读全文