| Author |
Message |
Guillermo
Guest
|
Posted:
Thu Nov 03, 2005 9:51 pm Post subject:
How to develop webpart for WSS? |
|
|
Hi All
I'd like to know where I can find info to create webparts for Windows
SharePoint Services with Visual Studio 2005.
I know that there is a third party control named "SmartPart" which I'm using
already, but it works only for Visual Studio 2003. There's also a "son of the
SmartPart" which is in develpment but I Can't wait.
Note: I also know that VS 2005 has a new framework to work with WebParts,
but the can "live" outside SharePoint by means of being hosting in a WebPage
with a "WebPArtManager" control. But I need my webparts to be hosted in
SharePoint. I also heard that with WSS SP2 is possible to host ASP 2.0 pages,
is this correct?
Please, help.
Thanks in advance |
|
| Back to top |
|
 |
Garth H
Guest
|
Posted:
Fri Nov 04, 2005 9:51 am Post subject:
Re: How to develop webpart for WSS? |
|
|
Not yet you can't.
WSS is based on .Net 1.1
VStudio 2005 is for .Net 2.0
You have to designate which framework each IIS site is going to run
under. ASP.Net 1.1 sites need lots of attention before you can even
THINK about running them under .Net 2.0
WebParts for WSS should be assembled in VStudio.Net 2003 and/or
FrontPage 2003.
SharePoint 2006, now THAT is going to be some piece of work. |
|
| Back to top |
|
 |
Guillermo
Guest
|
Posted:
Fri Nov 04, 2005 5:51 pm Post subject:
Re: How to develop webpart for WSS? |
|
|
Quote:
"Service Pack 2 of WSS will allow you to host a SharePoint site on a virtual
directory running on ASP.NET 2.0"
From:
http://weblogs.asp.net/jan/
Wednesday, September 14, 2005
:-)
So, I guess there should be a way to develop webparts with VS .NET 2005 for
WSS SP2 |
|
| Back to top |
|
 |
Jay B. Harlow [MVP - Outl
Guest
|
Posted:
Fri Nov 04, 2005 5:51 pm Post subject:
Re: How to develop webpart for WSS? |
|
|
Garth,
| ASP.Net 1.1 sites need lots of attention before you can even
| THINK about running them under .Net 2.0
Actually most ASP.NET 1.1 sites need little or no attention to run on .NET
2.0!
http://msdn2.microsoft.com/en-us/library/ms228009.aspx
In fact most .NET 1.0 & 1.1 apps will/should run under the .NET 2.0 64-bit
edition!
http://blogs.msdn.com/joshwil/archive/2005/05/06/415191.aspx
Of course if you want to leverage all the abilities of 2.0 such as Master
Pages, then I totally agree they will need some work & refactoring.
--
Hope this helps
Jay [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net
"Garth H" <webdev511@spamcop.net> wrote in message
news:uTf4ekQ4FHA.2196@tk2msftngp13.phx.gbl...
| Not yet you can't.
|
| WSS is based on .Net 1.1
|
| VStudio 2005 is for .Net 2.0
|
| You have to designate which framework each IIS site is going to run
| under. ASP.Net 1.1 sites need lots of attention before you can even
| THINK about running them under .Net 2.0
|
| WebParts for WSS should be assembled in VStudio.Net 2003 and/or
| FrontPage 2003.
|
| SharePoint 2006, now THAT is going to be some piece of work. |
|
| Back to top |
|
 |
|
|
|
|