Search found 1 match

by Heffer42
Fri Jan 05, 2007 9:52 am
Forum: GFL SDK
Topic: SafeArrayTypeMismatchException on SendBinary-Function
Replies: 0
Views: 1506

SafeArrayTypeMismatchException on SendBinary-Function

I am using the GflAx.dll library in a Visual Web Developer 2005 Express Edition Project.
Everything works fine until the SendBinary-Function is executed. A SafeArrayTypeMismatchException is thrown and the execution stops.

Here my code:
Partial Class _Default
Inherits System.Web.UI.Page ...