G
Guest
Hello,
I'm not a developper, so sorry if it's a stupid question...
I'm trying to develop an application in vb.net and I have the following
problem:
I have some information in an array: sdist(i). The information is a string.
When I run the application, I don"t have problem for compilation but during
te execution, I have the error Cast from type 'Object()' to type 'String' is
not valid on the line: sdistinguishedname = Sdist(i). Or sdistinguishedname
is defined as string.
Do you have any idea ?
Thanks
Benoit
I'm not a developper, so sorry if it's a stupid question...
I'm trying to develop an application in vb.net and I have the following
problem:
I have some information in an array: sdist(i). The information is a string.
When I run the application, I don"t have problem for compilation but during
te execution, I have the error Cast from type 'Object()' to type 'String' is
not valid on the line: sdistinguishedname = Sdist(i). Or sdistinguishedname
is defined as string.
Do you have any idea ?
Thanks
Benoit