|
| |||||||||
| Tags: microsoft, sharepoint, sharepoint designer, web deployment, windows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Get Dll link in SharePoint Designer
Hi, I was quiet familiar with Microsoft Frontpage for publishing my documents online. Now I switched to SharePoint Server which is new version of Frontpage. There are lots of similarities I discovered between both applications. The only thing I want to is a basic description of SharePoint Designer and where to find the main DLL linked to Sharepoint. Also tell me how to deploy a WebPart in Sharepoint. Thanks in advance. |
|
#2
| ||||
| ||||
| Re: Get Dll link in SharePoint Designer Sharepoint Designer is a tool that fee is intended to be the successor of FrontPage. It serves to customize SharePoint sites. By customization we mean. Change the style (look & feel) pages. Create / Edit new pages or delete. Create workflows. It offers a graphical interface for viewing the changes before applying them. Graphical view refers to three basic concept. They are A graphical view, View source & A view divided between graphical and source code. |
|
#3
| ||||
| ||||
| Re: Get Dll link in SharePoint Designer
The Dlls files are critical system component. So it is necessary that you must be sure about what to do. The files are basically located in the Windows directory. The folder where the program is installed. Here you can get the link. Let assume C is your main Windows drive. Then the location for the same is c: \ program files \ common files \ microsoft shared \ web server extensions \ 12 \ isapi. The assembly for manipulating objects located in Sharepoint Microsoft.SharePoint.dll |
|
#4
| ||||
| ||||
| Re: Get Dll link in SharePoint Designer
A Web Part is a server control inheriting from the WebPart class. The developer must create its graphical environment "manually" without the support of the designer (see next question). By deploying manual means: Creating a project type "library project" whose main class inherits from WebPart. Signing your assembly. Deploying the assembly in the GAC, etc. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Get Dll link in SharePoint Designer" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error: The version of Windows SharePoint Services running in SharePoint Designer Server | ForNeir45 | Windows Software | 4 | 26-11-2010 01:42 AM |
| Sharepoint 2007 workflow designer | Ashlin | Windows Software | 3 | 09-07-2009 01:15 PM |
| Free Office SharePoint Designer 2007 | Asuman | Windows Software | 4 | 15-04-2009 10:31 AM |
| SharePoint Designer 2007 Forms | Jenn L. | MS Office Support | 1 | 09-09-2008 10:20 PM |
| SharePoint Designer creating database connection error | carlene | MS Office Support | 3 | 11-01-2008 08:43 PM |