1
0
一种方法是将旧的dll放在WCF facade后面。另一种选择是在新项目中包含旧的dll,并使用某种 inter-process communication 喜欢 named pipes 或者您可以只与新的.NET4类项目共享类文件,并引用新的类库。 This example this example 在Silverlight和/或WCF中进行,但原理完全相同。 |
Guilherme Albertini · DLL中的类 6 年前 |
Naomi · C#dll资源文件更改语言 6 年前 |
AidanH · C#DLL语言翻译实现[关闭] 6 年前 |
subham · DLL函数调用不工作 6 年前 |
PixelThis · 为什么我的DLL要求我的程序有一个特定的名称? 6 年前 |
nemo · DLL的“好”调用约定是什么? 6 年前 |