Using COM from .NET

  • Thread starter Thread starter Jerry Napoli
  • Start date Start date
J

Jerry Napoli

Hello,

We have a COM object that works fine under VB5/ASP and
other non-.NET environments. Using the same COM object in
a VB .NET application yields a "string too long" error
(code=-2147352567).

Has anyone experienced this "string too long" error in
a .NET application? Is there any limitation to the size
of a string that may be passed around in .NET?

Thanks,
Jerry
 
maybe try a different newsgroup?

microsoft.public.dotnet.framework.interop

which is devoted to the discussion of .NET and COM interop

-Dino
Microsoft
 
Back
Top