摘要: load the file into a byte array and use Assembly.Load(byte[]) instead. private void GenerateWebserviceAgents() { byte[] rawAssembly = LoadFile(webServiceAssemblyPath); ... 阅读全文
posted @ 2008-02-03 08:33 公元前 阅读(244) 评论(0) 推荐(0)