0

我的程序是其中带有 swf 的 Windows 窗体应用程序。我有这样的c#代码:

string invokeXmlString = "<invoke name=\"" + methodName + "\" returntype=\"xml\"><arguments><string>" +
response + "</string></arguments></invoke>";
if ( !string.IsNullOrEmpty( this.FlashApplication.Movie ) )
{
   this.FlashApplication.CallFunction(invokeXmlString);
}

我正在System.AccessViolationException这条线上:

if ( !string.IsNullOrEmpty( this.FlashApplication.Movie ) )

有人可以帮我解决这个问题吗?或者至少指出我在哪里可以找到解决方案。

提前致谢!

4

0 回答 0