【发布时间】:2011-07-05 18:15:49
【问题描述】:
我想在我的 Windows Phone 7 应用程序中使用 Activator.CreateInstance(string assemblyName,string typName) (http://msdn.microsoft.com/en-us/library/d133hta4%28v=VS.100%29.aspx)。但这似乎不起作用。
有任何解决方案或变通办法的想法吗?
【问题讨论】:
-
你的 XAP 包中的程序集部分吗?你遇到了什么错误?一些额外的细节将有助于诊断问题。
标签: c# silverlight windows-phone-7 activator createinstance