博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Fixed: My Generation Drivers Dropdown List Empty
阅读量:7061 次
发布时间:2019-06-28

本文共 1187 字,大约阅读时间需要 3 分钟。

I just installed latest version of MyGeneration 1.3.1 on my Windows Server 2008 R2 and on the first run I came to know that the “Drivers” dropdown list is empty.

Tried with different solutions from different sources on the net and none of them worked…

- Tried working DefaultSettings.xml replaced.
- Tried with different drivers installations.
- Tried without MDAC 2.7+ driver check.
- Checked if the problem is for 64-bit only, etc.

How it can be fixed? Here, follow these steps:

The problem is because of multiple .Net Frameworks installed. MyGeneration Setup program registers MyMeta.dll with .Net v2.0 while the program should be registered with the .Net v4.0:

1. Uninstall MyGeneration if already installed.

2. Uncheck the option for MDAC 2.7+ checkbox while setup.
3. After installation click “No” when asked – “Launch MyGeneration?”
4. Go to Visual Studio 2010 Command Prompt and enter following command
5. regasm.exe “c:\Program Files (x86)\MyGeneration13\MyMeta.dll” / tlb: MyMeta.tlb
6. Exit Command Prompt when successfully registered.
7. Run MyGeneration with Drivers dropdown list full of available drivers.

转载于:https://www.cnblogs.com/hdl253/archive/2012/04/21/2461112.html

你可能感兴趣的文章
2019,聊聊Web技术的发展
查看>>
centos7使用kubeadm配置高可用k8s集群的另一种方式
查看>>
深入探索 Kdump
查看>>
three.js 坐标系、camera位置属性、点、线、面
查看>>
kubernetes1.9安装dashboard,以及token认证问题
查看>>
linux tcpdump
查看>>
ASP.NET (Web) + C#算法 | 生成随机数字序列(随机数字+每个数字取随机不重复的位置和颜色)...
查看>>
理解神经网络:从神经元到RNN、CNN、深度学习
查看>>
我国第一部太赫兹视频合成孔径雷达成功研制
查看>>
外卖新零售品牌佐大狮完成数千万元天使轮融资,高榕资本领投
查看>>
GrooveX研发情感治愈机器人lovot,可与人类完成亲密互动
查看>>
使用kubeadm安装k8s-1.11版本
查看>>
美联邦调查局 FBI 网站被黑,数千特工信息泄露
查看>>
超燃!Apache Flink 全球顶级盛会强势来袭
查看>>
约你一起来写作
查看>>
修改arcgis infowindow 放大和缩小的模板
查看>>
ASP.NET 2.0+Atlas编写鼠标拖放程序(2)
查看>>
JavaScript返回上一页代码区别
查看>>
EntityFramework 如何进行异步化(关键词:async·await·SaveChangesAsync·ToListAsync)
查看>>
百度编辑器ueditor每次编辑后多一个空行的解决办法
查看>>