简体   繁体   中英

How to Register C#.net DLL on Ubuntu? I am not able to Use Regasm.exe on Ubuntu10.10

I have used GACutil command to copy a .NEt DLL into GAC, and i am trying to Register the DLL using "C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727>regasm testdll.dll /tlb:testdll.tlb" using this command

I am executing this on Wine Command Prompt in Ubuntu 10.10

but it says "fixme:regasm:wmain stub: L"regasm" "testdll.dll" L "/tlb:testdll.tlb"

Please Help Me how to register the C#.net DLL on Ubuntu 10.10

just googling your title..

How to register a DLL?

you need Wine program

wine cmd
regsvr32 C:\windows\system32\<COM_DLL>.dll

if you know spanish, also check here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM