My Generation Drivers DropdownList Empty

Posted by hmloo on Geeks with Blogs See other posts from Geeks with Blogs or by hmloo
Published on Mon, 02 Jul 2012 03:57:05 GMT Indexed on 2012/07/02 9:16 UTC
Read the original article Hit count: 262

Filed under:

I just installed MyGeneration 1.3.1 on my Windows Vista, and when I try to setup the default settings there are no drivers to select from. but it's OK in my Windows XP machine. At last I got the answers from search engine, it is caused by multi .Net Frameworks coexist and MyMeta.dll is registered by the .Net v2.0 while it should be registered with the .Net v4.0. So we have to manually register the dll. Please follow these steps:
1. Run Visual Studio Command Prompt (2010) with "Run as Administrator".
2. Enter the command "regasm.exe "C:\Program Files\MyGeneration13\MyMeta.dll" /tlb: MyMeta.tlb"
3. Exit Command Prompt when successfully registered.
4. Run MyGeneration and the proplem should be disapear.
Hope this helps.
Thanks for reading.

© Geeks with Blogs or respective owner