SharePoint Server上C#编译器的位置是什么?(What's the location of a C# compiler on SharePoint Server?)

编程入门 行业动态 更新时间:2024-10-23 15:17:14
SharePoint Server上C#编译器的位置是什么?(What's the location of a C# compiler on SharePoint Server?)

我在SharePoint服务器上,我需要编译一个小的更改到我的C#代码。 我在哪里可以找到SharePoint Server上的C#编译器? 我知道.NET是由于它是一个SP服务器而安装的,但我无法找到我正在寻找的.NET或C#编译器。 它不在任何位置,如C:/ Program Files或Windows / system,如下文所述。

http://msdn.microsoft.com/en-us/library/78f4aasd.aspx

我确信我忽视了一些显而易见的事情,但感谢您的帮助。

I'm on a SharePoint server and I need to compile a small change to my C# code. Where can I find the C# compiler on the SharePoint Server? I know .NET is installed by virtue of the fact that it is a SP server, but I'm unable to find .NET or the C# compiler I'm looking for. It isn't in any locations such as C:/Program Files or Windows/system like the following article suggests.

http://msdn.microsoft.com/en-us/library/78f4aasd.aspx

I'm sure I'm overlooking something obvious but thanks for helping.

最满意答案

.NET 2.0 C#编译器csc.exe(适用于.NET 2.0到3.5)位于C:\Windows\Microsoft.NET\Framework\v2.0.50727 。 如果您的SharePoint版本在.NET 4.0上运行,那么它将位于C:\Windows\Microsoft.NET\Framework\v4.0.30319

The .NET 2.0 C# compiler csc.exe (which will work for .NET 2.0 to 3.5) is located at C:\Windows\Microsoft.NET\Framework\v2.0.50727. If your version of SharePoint runs on .NET 4.0 then it'll be in C:\Windows\Microsoft.NET\Framework\v4.0.30319

更多推荐

本文发布于:2023-04-29 09:29:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1335941.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:编译器   位置   Server   SharePoint   location

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!