08 2007 档案

 
远程机器上无法用Assembly.Load(path).CreateInstance(ClassName)?
摘要: 项目用到工厂模式public static IDocument CreateIDocument() { string ClassName = path + ".DocumentSQLDAL"; return (IDocument)Assembly.Load(path).CreateInstance(ClassName); }这段代码在本地运行一切正常,但同样的代码用Remoting之后,就发生异常...阅读全文
posted @ 2007-08-03 22:09 Jason.Yi 阅读(1046) | 评论 (2) 编辑