| Author |
Message |
Magnus
Guest
|
Posted:
Mon Jan 03, 2005 9:39 pm Post subject:
Configure Windows XP for SharePoint Development |
|
|
Hi anyone got any tips on what I need to do to be able to devlop sharepoint
solutions on my Windows XP machine.
I have copied some DLL:s in to the Assembly. Is there anything more?
/Magnus |
|
| Back to top |
|
 |
Guest
|
Posted:
Mon Jan 03, 2005 10:02 pm Post subject:
Re: Configure Windows XP for SharePoint Development |
|
|
You only need the Microsoft.SharePoint.dll so that you can reference it in
your Web Part Library.
<Todd />
"Magnus" <magnus.hagberg@qbranch.se> wrote in message
news:u6rXipa8EHA.2112@TK2MSFTNGP14.phx.gbl...
| Quote: | Hi anyone got any tips on what I need to do to be able to devlop
sharepoint
solutions on my Windows XP machine.
I have copied some DLL:s in to the Assembly. Is there anything more?
/Magnus
|
|
|
| Back to top |
|
 |
Jeff Webb
Guest
|
Posted:
Mon Jan 03, 2005 10:32 pm Post subject:
Re: Configure Windows XP for SharePoint Development |
|
|
You can't develop web parts or SharePoint "solutions" directly on a XP
machine since you need the SharePoint dll which only runs under Win 2003.
To develop from XP, either use Virtual PC to create a Win2003 virtual
machine and develop there or use Remote Desktop to access a Win2003 server
with SharePoint installed.
Note that you can do remote programming with SharePoint from XP via web
services and other techniques, but that's not what I think you're asking
about.
-- Jeff
"Magnus" <magnus.hagberg@qbranch.se> wrote in message
news:u6rXipa8EHA.2112@TK2MSFTNGP14.phx.gbl...
| Quote: | Hi anyone got any tips on what I need to do to be able to devlop
sharepoint solutions on my Windows XP machine.
I have copied some DLL:s in to the Assembly. Is there anything more?
/Magnus
|
|
|
| Back to top |
|
 |
Magnus
Guest
|
Posted:
Tue Jan 04, 2005 2:23 pm Post subject:
Re: Configure Windows XP for SharePoint Development |
|
|
Hi
Programming webparts and webservices I have already done. What I now want to
do is to Create a windows console application.
The program is supposed to get all sites in the site directory so that I can
create seperate backups of them. This I can use webservices for to, but I
would like to access the API directly.
Can I reference the correct dll:s or asseblys remotly perhaps?
/Magnus
"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:ONEOTKb8EHA.2900@TK2MSFTNGP09.phx.gbl...
| Quote: | You can't develop web parts or SharePoint "solutions" directly on a XP
machine since you need the SharePoint dll which only runs under Win 2003.
To develop from XP, either use Virtual PC to create a Win2003 virtual
machine and develop there or use Remote Desktop to access a Win2003 server
with SharePoint installed.
Note that you can do remote programming with SharePoint from XP via web
services and other techniques, but that's not what I think you're asking
about.
-- Jeff
"Magnus" <magnus.hagberg@qbranch.se> wrote in message
news:u6rXipa8EHA.2112@TK2MSFTNGP14.phx.gbl...
Hi anyone got any tips on what I need to do to be able to devlop
sharepoint solutions on my Windows XP machine.
I have copied some DLL:s in to the Assembly. Is there anything more?
/Magnus
|
|
|
| Back to top |
|
 |
Jonathan Kaufman
Guest
|
Posted:
Tue Jan 04, 2005 10:31 pm Post subject:
Re: Configure Windows XP for SharePoint Development |
|
|
Magnus,
You cannot access the DLLs remotely. The web services were implemented
for this very purpose. To access the API directly you code must run on the
server.
"Magnus" <magnus.hagberg@qbranch.se> wrote in message
news:%23U2ipaj8EHA.3012@TK2MSFTNGP09.phx.gbl...
| Quote: | Hi
Programming webparts and webservices I have already done. What I now want
to do is to Create a windows console application.
The program is supposed to get all sites in the site directory so that I
can create seperate backups of them. This I can use webservices for to,
but I would like to access the API directly.
Can I reference the correct dll:s or asseblys remotly perhaps?
/Magnus
"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:ONEOTKb8EHA.2900@TK2MSFTNGP09.phx.gbl...
You can't develop web parts or SharePoint "solutions" directly on a XP
machine since you need the SharePoint dll which only runs under Win
2003. To develop from XP, either use Virtual PC to create a Win2003
virtual machine and develop there or use Remote Desktop to access a
Win2003 server with SharePoint installed.
Note that you can do remote programming with SharePoint from XP via web
services and other techniques, but that's not what I think you're asking
about.
-- Jeff
"Magnus" <magnus.hagberg@qbranch.se> wrote in message
news:u6rXipa8EHA.2112@TK2MSFTNGP14.phx.gbl...
Hi anyone got any tips on what I need to do to be able to devlop
sharepoint solutions on my Windows XP machine.
I have copied some DLL:s in to the Assembly. Is there anything more?
/Magnus
|
|
|
| Back to top |
|
 |
Guest
|
Posted:
Wed Jan 05, 2005 12:18 pm Post subject:
Re: Configure Windows XP for SharePoint Development |
|
|
You can do Web Part development locally but deployment and testing must be
done on a full blown SharePoint server. Otherwise, you will need to turn to
the Web Services.
<Todd />
"Magnus" <magnus.hagberg@qbranch.se> wrote in message
news:#U2ipaj8EHA.3012@TK2MSFTNGP09.phx.gbl...
| Quote: | Hi
Programming webparts and webservices I have already done. What I now want
to
do is to Create a windows console application.
The program is supposed to get all sites in the site directory so that I
can
create seperate backups of them. This I can use webservices for to, but I
would like to access the API directly.
Can I reference the correct dll:s or asseblys remotly perhaps?
/Magnus
"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:ONEOTKb8EHA.2900@TK2MSFTNGP09.phx.gbl...
You can't develop web parts or SharePoint "solutions" directly on a XP
machine since you need the SharePoint dll which only runs under Win
2003.
To develop from XP, either use Virtual PC to create a Win2003 virtual
machine and develop there or use Remote Desktop to access a Win2003
server
with SharePoint installed.
Note that you can do remote programming with SharePoint from XP via web
services and other techniques, but that's not what I think you're asking
about.
-- Jeff
"Magnus" <magnus.hagberg@qbranch.se> wrote in message
news:u6rXipa8EHA.2112@TK2MSFTNGP14.phx.gbl...
Hi anyone got any tips on what I need to do to be able to devlop
sharepoint solutions on my Windows XP machine.
I have copied some DLL:s in to the Assembly. Is there anything more?
/Magnus
|
|
|
| Back to top |
|
 |
Jim Buyens
Guest
|
Posted:
Fri Jan 07, 2005 10:27 pm Post subject:
Re: Configure Windows XP for SharePoint Development |
|
|
I know this is disgustingly low-tech, but you can get all sites in the site
directory and take backups using nothing more than Windows Scripting Host.
On the SharePoint server, have WSH execute stsadm.exe -o enumsites -url
<server> and capture the XML-formatted standard output. Then, create a
MSXML2.DOMDocument object, load it with the enumsites output, iterate through
each DocumentElement child node, and run stsadm.exe -o backup -url <server>
-filename <backup file name> for each one.
You can find an example of this at:
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
http://www.microsoft.com/technet/prodtechnol/sppt/reskit/c2861881x.mspx#EBAA
"Magnus" wrote:
| Quote: | Hi
Programming webparts and webservices I have already done. What I now want to
do is to Create a windows console application.
The program is supposed to get all sites in the site directory so that I can
create seperate backups of them. This I can use webservices for to, but I
would like to access the API directly.
Can I reference the correct dll:s or asseblys remotly perhaps?
/Magnus
"Jeff Webb" <jwebb5@cfl.rr.com> wrote in message
news:ONEOTKb8EHA.2900@TK2MSFTNGP09.phx.gbl...
You can't develop web parts or SharePoint "solutions" directly on a XP
machine since you need the SharePoint dll which only runs under Win 2003.
To develop from XP, either use Virtual PC to create a Win2003 virtual
machine and develop there or use Remote Desktop to access a Win2003 server
with SharePoint installed.
Note that you can do remote programming with SharePoint from XP via web
services and other techniques, but that's not what I think you're asking
about.
-- Jeff
"Magnus" <magnus.hagberg@qbranch.se> wrote in message
news:u6rXipa8EHA.2112@TK2MSFTNGP14.phx.gbl...
Hi anyone got any tips on what I need to do to be able to devlop
sharepoint solutions on my Windows XP machine.
I have copied some DLL:s in to the Assembly. Is there anything more?
/Magnus
|
|
|
| Back to top |
|
 |
|
|
|
|