Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 4.0 Silverlight应用程序的Microsoft.SqlServer.Smo.dll_C# 4.0_Silverlight 4.0 - Fatal编程技术网

C# 4.0 Silverlight应用程序的Microsoft.SqlServer.Smo.dll

C# 4.0 Silverlight应用程序的Microsoft.SqlServer.Smo.dll,c#-4.0,silverlight-4.0,C# 4.0,Silverlight 4.0,有没有办法将对非Silverlight程序集的引用添加到Silverlight应用程序 我想将对Microsoft.sqlserver.smo.dll的引用添加到我的Silverlight应用程序中 紧急请否-Silverlight在客户端运行,可能在您的浏览器中-并且它没有任何与服务器端SQL server计算机的直接连接(而且它不应该有这样的连接!)您应该将您的SMO功能放入后端的WCF服务中(该服务将引用SMO DLL),然后从Silverlight应用程序调用WCF服务。

有没有办法将对非Silverlight程序集的引用添加到Silverlight应用程序

我想将对Microsoft.sqlserver.smo.dll的引用添加到我的Silverlight应用程序中


紧急请

否-Silverlight在客户端运行,可能在您的浏览器中-并且它没有任何与服务器端SQL server计算机的直接连接(而且它不应该有这样的连接!)您应该将您的SMO功能放入后端的WCF服务中(该服务将引用SMO DLL),然后从Silverlight应用程序调用WCF服务。