Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/325.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/rust/4.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#编辑sharepoint配置文件映像是否需要sharepoint安装?_C#_.net_Vb.net_Sharepoint - Fatal编程技术网

使用c#编辑sharepoint配置文件映像是否需要sharepoint安装?

使用c#编辑sharepoint配置文件映像是否需要sharepoint安装?,c#,.net,vb.net,sharepoint,C#,.net,Vb.net,Sharepoint,使用c#或vb.net编辑sharepoint配置文件映像是否需要sharepoint安装?我不知道是否正确理解了您的问题。你认为它为什么需要这样的东西 安装过程不需要任何c#或vb.net自定义代码。很抱歉,这不是我的意思。我想用c#编写一段代码,使用VS2010编辑sharepoint版本2010(部署在某个实时服务器上)的配置文件映像。我是否可以编写控制台应用程序来编辑live sharepoint的配置文件映像,而不在本地系统中仅使用c#语言安装任何sharepoint框架。如果要按照建

使用c#或vb.net编辑sharepoint配置文件映像是否需要sharepoint安装?

我不知道是否正确理解了您的问题。你认为它为什么需要这样的东西


安装过程不需要任何c#或vb.net自定义代码。

很抱歉,这不是我的意思。我想用c#编写一段代码,使用VS2010编辑sharepoint版本2010(部署在某个实时服务器上)的配置文件映像。我是否可以编写控制台应用程序来编辑live sharepoint的配置文件映像,而不在本地系统中仅使用c#语言安装任何sharepoint框架。如果要按照建议的方式在开发计算机上安装sharepoint server。如果您确实不想这样做,可以在GAC中注册Microsoft.SharePoint.Client.dll和Microsoft.SharePoint.Client.Runtime.dll,并尝试编写一些CSOM应用程序。但我建议在dev机器上安装SP Server。