Thoughts from Dan Miser RSS 2.0
 Monday, August 21, 2006
I wrote a VS.NET 2005 class library that I wanted to use from Delphi. Using COM Interop, this should be a breeze. Simply call "regasm MyLibrary.dll /tlb" and I should get a type library that I can import in Delphi. If that's all there was to it, then I wouldn't be blogging. ;-)

The first problem I had was that when I ran this command, I got an error stating:
RegAsm error: Failed to load 'C:\MyLibrary.dll' because it is not a valid .NET assembly

This was weird, considering it was a .NET assembly. The problem was that the regasm being used was the one from the .NET 1.1 framework, so it choked on my .NET 2.0 compiled application. Simply running the VS 2005 Command Prompt and re-running regasm got the type library I wanted - or so I thought.

I marked the classes I wanted exported via COM with the [ComVisible(true)] attribute, but the only thing exported to the type library was classes with no members. In order to get the members exported, I ended up putting the [ClassInterface(ClassInterfaceType.AutoDual)] attribute on the class, too. This isn't the optimal approach, according to MSDN, so I'll end up extracting the members to an interface and exposing that instead, but at least I'm up and running for the moment.

Monday, August 21, 2006 9:40:00 PM (Central Standard Time, UTC-06:00)  #    Comments [2] -
Delphi
Tracked by:
http://9nx-information.info/73055230/mobile-phone-reception-signal.html [Pingback]
http://9nn-information.info/09143732/biggie-smalls-song-list.html [Pingback]
http://9nx-information.info/84944400/index.html [Pingback]
http://9na-information.info/21040721/index.html [Pingback]
http://9ns-information.info/92897226/stocker-fraley-funeral-home.html [Pingback]
http://9nc-information.info/46659595/direct-tv-hd-dvr-box.html [Pingback]
http://9nq-information.info/27131041/index.html [Pingback]
http://9nf-information.info/30448584/index.html [Pingback]
http://9ng-information.info/53332316/index.html [Pingback]
http://9nl-information.info/06103270/index.html [Pingback]
http://9na-information.info/22277285/index.html [Pingback]
http://9ng-information.info/03565902/index.html [Pingback]
http://9nj-information.info/07550370/racing-services-bereau.html [Pingback]
http://9ni-information.info/32901601/post-light-adaptor.html [Pingback]
http://9nm-information.info/05070119/murray-hill-east-hotel.html [Pingback]
http://9nb-information.info/58627883/index.html [Pingback]
http://9oj-information.info/81271466/index.html [Pingback]
http://9ot-information.info/97622041/health-issues-cebu-phillipines.html [Pingback]
http://9om-information.info/06505986/index.html [Pingback]
http://9qh-information.info/94908012/index.html [Pingback]
http://9qe-information.info/20166610/index.html [Pingback]
http://9qr-information.info/84065526/index.html [Pingback]
http://9oa-information.info/53477936/island-clumber-spaniels.html [Pingback]
http://9od-information.info/40061838/index.html [Pingback]
http://9rm-information.info/12130984/cbs-medium-tv-show-mn-news-psychi.html [Pingback]
http://9sl-information.info/57671930/aspirapolvere-aspiraliquidi.html [Pingback]
http://9ss-information.info/44660485/index.html [Pingback]
http://9ra-information.info/32804477/business-card-at-home.html [Pingback]
http://9rj-information.info/87291091/tuxtla-gutierrez-the-city-travel-guide.html [Pingback]
http://9uafi-le-informazioni.info/49957476/index.html [Pingback]
http://9uafp-le-informazioni.info/51681404/index.html [Pingback]
http://9uaer-le-informazioni.info/55109364/index.html [Pingback]
http://9uaej-le-informazioni.info/49520109/parental-responsibility-law.html [Pingback]
http://9uaeb-le-informazioni.info/07942521/combattere-energia-negativa.html [Pingback]
http://9uafn-le-informazioni.info/66294241/index.html [Pingback]
http://9uagm-le-informazioni.info/44314524/index.html [Pingback]
http://9uahn-le-informazioni.info/21346968/index.html [Pingback]
http://9uagn-le-informazioni.info/57755971/drum-toner-fotocopiatrice-lexmark.htm... [Pingback]
http://9uago-le-informazioni.info/09412614/index.html [Pingback]
http://9uagp-le-informazioni.info/40238048/index.html [Pingback]
http://9uagr-le-informazioni.info/75906795/vamal.html [Pingback]
http://9uagf-le-informazioni.info/43222888/cairo-abou-shakra.html [Pingback]
http://9uagb-le-informazioni.info/83914918/index.html [Pingback]
http://9uaga-le-informazioni.info/98196572/fiammingo-fregarsi-deretano-contro-po... [Pingback]
http://9uahb-le-informazioni.info/23162088/index.html [Pingback]
http://www.google.com/search?q=kthjubgm [Pingback]
Navigation
Archive
<July 2008>
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2008
Dan Miser
Sign In
Statistics
Total Posts: 306
This Year: 21
This Month: 0
This Week: 0
Comments: 604
All Content © 2008, Dan Miser
DasBlog theme 'Business' created by Christoph De Baene (delarou)