vb dot net com+ long data type parameter and VBS

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
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top