I'm creating a CCW for a .Net 1.1 DLL. regasm, however, is outputing the
wrong RuntimeVersion of v1.0.3705 - rather than v1.1.4322 which it should be.
This means I'm having to put <supportedRuntime version="v1.1.4322"/> in an
application config file to get the DLL to run correctly.
Any ideas why regasm isn't outputing a RuntimeVersion of v1.1.4322 for a .NET
1.1 DLL ?
Thanks,
Andy Mackie.
p.s. my PC has both .Net 1.0 and 1.1 installed (and Whidbey beta 2).
A Mackie - 07 Jun 2005 15:13 GMT
> I'm creating a CCW for a .Net 1.1 DLL. regasm, however, is outputing the
> wrong RuntimeVersion of v1.0.3705 - rather than v1.1.4322 which it should
[quoted text clipped - 9 lines]
> Andy Mackie.
> p.s. my PC has both .Net 1.0 and 1.1 installed (and Whidbey beta 2).
Looks like it's probably a pathing issue - I think the .Net1.0 regasm was
getting picked up, rather than the .net 1.1 regasm.
Andy.