keyongtech


  keyongtech > sharepoint.* > sharepoint.setup_and_administration > 05/2008

 #1  
05-13-08, 05:41 PM
jc
I've install wss 3.0 and MOSS 2007 SDKs on my client. And VS 2005
Sharepoint extensions appear to be a server install.

Still no sign of the SharePoint Namesspaces Microsoft.Sharepoint.*
while in VS 2005.

Thanks.
 #2  
05-14-08, 02:10 PM
Mr Nobody
Have you made a reference to the SharePoint DLL?

See if this helps you out.
http://cosier.wordpress.com/2005/08/...r-development/

The dev forum (microsoft.public.sharepoint.development_and_progr amming)
could probably help out too.

Cheers,
Adam

"jc" <wildman> wrote in message
news:6278
[..]
 #3  
05-14-08, 10:13 PM
jc
Thanks I figured it out.. surprised the sdks just don't install them
so you can select them while in VS.net.
 #4  
05-19-08, 03:57 AM
Tony Testa
The DLL's get installed when you install WSS or MOSS. The only way to
develop/use them is on a machine that has WSS or MOSS installed along
with Visual Studio, unfortunately thats the way it is, so your dev box
is really a windows server OS with WSS or MOSS and visual studio.
Once you install WSS or MOSS, in visual studio ALL the way at the
bottom of the list you'll see typically 3 items, and the first item is
something like "windows sharepoint services 3.0" and that is a
reference to microsoft.sharepoint.dll. The other DLL's are located
at
C:\Program Files\Common Files\Microsoft Shared\web server extensions
\12\ISAPI



On May 14, 5:13 pm, jc <wild> wrote:
Similar Threads
Visual Studio generated namespaces

VS 2005: If I create a folder in my project, when I add new classes to that folder, VS generates a namespace which is the project default namespace concatenated with the...

Visual Studio Code Analysis using namespaces

Is it possible to run Code Analysis in VS for a specific namespace (or class) ? I used to work with the FxCop UI where I could specify which namespaces to analyze. Now I am...

Visual Studio 2005 or Visual Studio 2003 for SharePoint Web Parts

Help! I have been developing webparts in Visual Studio 2003 against SharePoint SP1. We are setting up a new environment. I think the new environment will have SharePoint...

Namespaces not visible in Visual Studio 2003 developing with C#

I have a .Net Windows Forms application made up of several projects. Under one project, I added a new folder under my GUI project called 'Components'. I am going to add...

Namespaces within Visual Studio IDE

Does anyone know how to incorporate classes with different namespaces within a project? I have two classes with the same name but different namespace. When I try to add the...


All times are GMT. The time now is 02:07 PM. | Privacy Policy