G
Guest
Hi all,
I have an interesting situation. I have a compiled Jscript.net dll. I am
referencing this in a Vb.net project. Now the jscript dll has a property
that is of decimal type. In the VB project I am assigning this property a
value. Something like:-
processor.Value1 = request.Value1
Where processor is the Jscript object and request is a VB object. When I
debug the VB project, request.Value1 shows a value of 398D, but
processor.Value1 shows a value of 0D after that line is run. Any ideas?
TIA!
I have an interesting situation. I have a compiled Jscript.net dll. I am
referencing this in a Vb.net project. Now the jscript dll has a property
that is of decimal type. In the VB project I am assigning this property a
value. Something like:-
processor.Value1 = request.Value1
Where processor is the Jscript object and request is a VB object. When I
debug the VB project, request.Value1 shows a value of 398D, but
processor.Value1 shows a value of 0D after that line is run. Any ideas?
TIA!