MyGeneration 数据库驱动为空

本文介绍了一种解决MyGeneration安装后驱动信息缺失的方法。通过手动使用.NET Framework 4.0的regasm.exe来注册MyMeta.dll及其类型库,从而解决了由于多个.NET Framework共存导致的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

重做系统后安装了MyGeneration  但是安装完成后发现驱动中没有驱动信息,查了下网上的解决方案发下下面的可以完美解决,特作备忘:

The problem is because of multi .Net Frameworks coexist and the installation program was trying to
run the 2.0 regasm.exe to register the 4.0 MyMeta.dll. So, you have to manually register the dll and it's tlb after the installation using the 4.0 Regasm.exe...

安装完毕后不要直接运行程序,在安装log的框中定位到dll注册信息:Execute: "C:\WINDOWS\Microsoft.NET\Framework\........\regasm.exe" "C:\Program Files\MyGeneration13\MyMeta.dll" /tlb:MyMeta.tlb

将次信息修改为:"C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\regasm.exe" "C:\Program Files\MyGeneration13\MyMeta.dll" /tlb:MyMeta.tlb

复制到cmd中运行即可,安装需要fm  4.0安装时需要注意 

转载于:https://www.cnblogs.com/Ref-tian/p/3707176.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值