in reply to
Calling .NET Assemblies with Win32::OLE
Hello,
your example works fine. My problem was, that I could not load the assemblies to the cache(my .dlls have no key-file) so I was searching for another solution. I found that:
http://search.cpan.org/~yamato/Win32-CLR-0.03/lib/Win32/CLR.pm
Gacutil or regasm is not needed.
Greeds
Thomas B.
Comment on
Re: Calling .NET Assemblies with Win32::OLE
Replies are listed 'Best First'.
Re^2: Calling .NET Assemblies with Win32::OLE
by
Anonymous Monk
on Mar 26, 2012 at 07:19 UTC
I tried CLR.pm, looks it could only deal with .net original assemblies, may I ask how you managed to make it work with your own assembly?
[reply]
In Section
Tutorials