无法调用函数(FileLoadException)

时间:2012-04-24 13:50:54

标签: c# c#-4.0

我正在尝试在屏幕上显示3D头像,我想应用默认纹理,但它甚至不会执行该功能。 “(MorphUserWithTemplate(MEMBERID);”

我一直得到同样的错误,在调试时只是从该函数开始跳过剩下的代码。 “在......”

中发生'System.IO.FileLoadException'类型的第一次机会异常
if (!File.Exists(morphedAvatar))
{
    string test = MorphUserWithTemplate(memberID); // This one ...

    _ucWPF = new AvatarControl(test, memberID, Constants.AVATARSNAPSHOTTC2TYPESHOP);
    elementHostWPFStaticView.Child = _ucWPF;
    _IsFirstTimeLoaded = false;
}

0 个答案:

没有答案