regAsm'ing net4 assembly for use by a VB6 library - which version of RegAsm should I use?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<p style="padding-right:0px; font-size:13.333333969116211px; vertical-align:baseline; clear:both; word-wrap:break-word; font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif; line-height:16.666667938232422px
Im working on an app thats something like this:
<p style="padding-right:0px; font-size:13.333333969116211px; vertical-align:baseline; clear:both; word-wrap:break-word; font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif; line-height:16.666667938232422px
.net4 x86 App1 -> Vb6 Lib2 <strong style="margin:0px; padding:0px; border:0px; font-size:13.333333969116211px; vertical-align:baseline; background-color:transparent (SysWoW64 regsvrd) -> comwrapped .net4 assembly3<strong style="margin:0px; padding:0px; border:0px; font-size:13.333333969116211px; vertical-align:baseline; background-color:transparent (...Frameworkv4.0.30319regasmd) ->
win32 library4
<p style="padding-right:0px; font-size:13.333333969116211px; vertical-align:baseline; clear:both; word-wrap:break-word; font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif; line-height:16.666667938232422px
Ive had to use regasm to com wrap assembly3 so it can be used by the VB6 lib2.
<p style="padding-right:0px; font-size:13.333333969116211px; vertical-align:baseline; clear:both; word-wrap:break-word; font-family:Arial,Liberation Sans,DejaVu Sans,sans-serif; line-height:16.666667938232422px
Have I used the correct version of RegAsm? or should I have used the Framework64 version?

View the full article
 
Back
Top