Has anyone run into type conversion errors where you get a message like:
can't convert PcapFileHandler::PcapFileWriter into
PcapFileHandler::PcapFileWriter (TypeError)
when doing:
packetHandlerWrapper.PcapWriter =
NetworkMiner::PacketHandlerWriter.clr_new("", someobj)
I am totally buggered up with this. The packetHandlerWrapepr.PcapWriter
is
nil when I inspect it with ruby.
I have to solve this by tonight :'(
-a
--
If I had six hours to chop down a tree, Id spend the first four of them
sharpening my axe.
-Abraham Lincoln
on 2010-11-09 21:54
on 2010-11-09 22:37
Yes, you probably have the assembly that defines the type loaded twice
in different load contexts (Load vs LoadFrom).
That might happen if you load the assembly using a file path (require
'x.dll') instead of a full assembly name and then dependency loads it as
well.
Tomas
From: ironruby-core-bounces@rubyforge.org
[mailto:ironruby-core-bounces@rubyforge.org] On Behalf Of andrew Wilson
Sent: Tuesday, November 09, 2010 12:38 PM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Type conversion error
Has anyone run into type conversion errors where you get a message like:
can't convert PcapFileHandler::PcapFileWriter into
PcapFileHandler::PcapFileWriter (TypeError)
when doing:
packetHandlerWrapper.PcapWriter =
NetworkMiner::PacketHandlerWriter.clr_new("", someobj)
I am totally buggered up with this. The packetHandlerWrapepr.PcapWriter
is nil when I inspect it with ruby.
I have to solve this by tonight :'(
-a
--
"If I had six hours to chop down a tree, I'd spend the first four of
them sharpening my axe".
-Abraham Lincoln
on 2010-11-09 23:24
On Tue, Nov 9, 2010 at 10:18 PM, Tomas Matousek < Tomas.Matousek@microsoft.com> wrote: > > > What is it with this big blue font, Tomas? :D
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.