Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
In this step, you will create a project and add a reference to Microsoft.Office.Excel.Server.Udf.dll.
Criando o projeto
The following project uses Microsoft Visual Studio 2005.
Observação
[!OBSERVAçãO] Depending on which settings you use in the Visual Studio integrated development environment (IDE), the process to create a project could be slightly different.
Para criar um projeto
Inicie o Visual Studio.
No menu arquivo, aponte para novoe, em seguida, clique em Project. A caixa de diálogo New Project é exibida.
In the Project Type pane, select Visual C# Projects.
In the Templates pane, click Class Library.
In the Name box, type SampleUdf.
In the Location box, type the path where you want to save your project, or click Browse to navigate to the folder.
Click OK. Your new project appears in Solution Explorer. You also will see that a file with the default name of Class1.cs has been added to your project.
You should see the following code in the Class1.cs file:
using System;
using System.Collections.Generic;
using System.Text;
namespace SampleUdf
{
public class Class1
{
}
}
Imports System
Imports System.Collections.Generic
Imports System.Text
Namespace SampleUdf
Public Class Class1
End Class
End Namespace
Adding a Reference
The following steps show how to locate Microsoft.Office.Excel.Server.Udf.dll and how to add a reference to it.
Para adicionar uma referência
On the Project menu, click Add Reference.
In the Add Reference dialog box, on the .NET tab, select Excel Services UDF Framework.
Observação
[!OBSERVAçãO] You can also open the Add Reference dialog box in Solution Explorer by right-clicking References and selecting Add Reference.
Clique em OK.
Observação
[!OBSERVAçãO] The previous steps assume that you are building the project on a computer that has Microsoft SharePoint Server 2010 installed. No computador em que você instalou o SharePoint Server 2010, você pode encontrar uma cópia de Microsoft.Office.Excel.Server.Udf.dll em: > [drive:]\Program Files\Common Files\Microsoft Shared\Web server extensions\14\ISAPI