vb dot net com+ long data type parameter and VBS

  • Thread starter Thread starter stuart dee
  • Start date Start date
S

stuart dee

Hi,

I have a com+ component written in vb dot net
with a property defined as long.

When i call it for a vbs file.
i get invalid datatype not supported

Any ideas

TIA

Stu
 
I have a com+ component written in vb dot net
with a property defined as long.

Does it have to be a Long? Isn't an Integer good enough? I don't think
VBScript supports a 64 bit integer type.



Mattias
 
Back
Top