Welcome to MSDN Blogs Sign in | Join | Help

Announcing the CTP for VSeWSS Version 1.1

[Cross-posted from the SharePoint Designer Team Blog.] 

Greetings all, Alex Malek here, PM for SharePoint Designer. I'm pleased to announce that today we released a CTP for version 1.1 of the "Visual Studio extensions for Windows SharePoint Services". You can download the CTP here: link. If you are not familiar with VSeWSS, this post should help. In a nutshell, VSeWSS is an add-on to Visual Studio that makes it easier to code-up solutions for SharePoint (e.g. Web Parts, List Definitions, Site Definitions, etc). With version 1.1 of VSeWSS, our main objective is to address the community feedback we got from the first release of VSeWSS, with a particular focus on giving developers "more control" :)

Note: This CTP is for evaluation only - it's not recommended for use in production systems.

What's New in VSeWSS 1.1?

  • WSP View, aka "Solution Package editing"
  • New Item Templates:
    • "List Instance" project item
    • "List Event Handler" project item
    • "_layout file" project item
  • Faster F5 speed
  • Many bug fixes

WSP View

The main new feature for 1.1 is what we call "Solution Package editing". In version 1 of VSeWSS, when you are building an application, the tool is implicitly creating a .WSP file behind the scenes for you, which you can think of as a SharePoint "installer" file. When you hit F5/Debug, VSeWSS automatically installs this WSP solution package, as the mechanism for deploying the project files to the local SharePoint box. While this design has some nice benefits (e.g. VSeWSS doesn't have to hard-code knowledge about where to install files on SharePoint), we heard loud and clear from SharePoint developers that they wanted more control over the WSP that was being automatically generated for them. That's where the new "WSP View" comes into the picture. Using WSP View, you can now see the files and structure of the WSP Solution Package. You can also edit the WSP, changing what "Elements" live in what "Features", as well as editing the (previously hidden) solution .xml files, e.g. Feature.xml. To bring up WSP View, go to the View menu and choose "Other Windows/WSP View".

image

New Item Templates

In addition to WSP View, we've also added a few new item templates to VSeWSS. The most interesting one is the "List Event Handler" item template, which allows you to build an event handler for an existing SharePoint list definition (e.g. Shared Documents). You can find the new item templates in the "SharePoint" node of the "Add Item" dialog.

image

What's next?

We're aiming to release VSeWSS 1.1 by the end of the calendar year. That final release will also bring one new cool feature: VB support! For now, we'd love to hear what you think of the new v1.1 features, particularly WSP view. Feel free to communicate bugs via comments to this blog posting.

Q/A

  1. Q: Can I rename a Feature using WSP View?
    A: Yes, you can edit the Feature name by clicking twice on Feature node in the WSP View.
  2. Q: Does VSeWSS support Visual Studio 2008
    A: No, VSeWSS only works with VS 2005.
  3. Q: Is there a way to create a new empty "Feature" in the WSP view?
    A: Not in this CTP, however, we'll add this before we release the final version of VSeWSS 1.1.
  4. Q: When I add a Content Type to my application, nothing shows up in the Solution Explorer.
    A: This is a bug in the CTP. Certain items are only editable via the WSP view. We will fix this our final release.
  5. Q: Why do my Feature folder names have GUIDs in them?
    A: This is a bug that we plan to fix.
  6. Q: Does VSeWSS support Office SharePoint Server
    A: Yes (only non-farm installs).
  7. Q: Does VSeWSS support Windows XP or "remote debugging"?
    A: No, VSeWSS only works against local SharePoint installations, i.e. only on Win2k3.
  8. Q: What happened to the "SharePoint Solution" Tab in Project Properties from v1?
    A: The WSP View is the new place for working with the SharePoint Solution Package. Instead of the property grid experience from v1, you can now directly get at the solution xml files.

Thanks!
Alex Malek
PM Lead - SharePoint Designer

Published Tuesday, August 21, 2007 3:00 AM by sptblog
Filed under:

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: Announcing the CTP for VSeWSS Version 1.1

Hi,

Do you know which version of VSeWSS VS2008 will ship with?

Thanks

Tuesday, August 21, 2007 7:06 AM by Klaus Enevoldsen

# CTP for VSeWSS Version 1.1 Now avaliable

via SharePoint team blog What's New in VSeWSS 1.1? WSP View, aka "Solution Package editing"

Tuesday, August 21, 2007 7:20 AM by Marwan Tarek's blog

# VSeWSS 1.1 CTP released

Body: Via Microsoft SharePoint Products and Technologies Team Blog : What's New in VSeWSS 1.1? WSP

Tuesday, August 21, 2007 8:34 AM by Mirrored Blogs

# re: Announcing the CTP for VSeWSS Version 1.1

Looging foreward to VS2008 support. Thankx!

Tuesday, August 21, 2007 10:01 AM by Harry Pfleger

# Update News

Visual Studio 2005 Extensions for WSS 1.1 CTP: 下载 , 有哪些新东东 如果你痛苦于手工写BDC的定义文件,那么除了 BDC Meta Manager 可以帮你之外

Tuesday, August 21, 2007 12:00 PM by Joycode@Ab110.com

# re: Announcing the CTP for VSeWSS Version 1.1

Why is it necessary to have WSS installed in order to install the extensions?

Wednesday, August 22, 2007 8:42 AM by Robin Sharepoint Blog

# re: Announcing the CTP for VSeWSS Version 1.1

It would be great if SSG and the VS tools would be packaged deparately. I'd rather not install all the tools on a Prod Server, but in helping customers on MOSS it'd be great to be able to create Site Defs for their STP's from their Prod Environment...

Wednesday, August 22, 2007 10:46 AM by B@rney

# VSeWSS 1.1 CTP版本发布

VSeWSS(VisualStudioextensionsforWindowsSharePointServices)是VS2005的一个针对WSS的扩展,现在VSeWSS1.1CTP版...

Thursday, August 23, 2007 4:00 AM by Allen Zhang

# re: Announcing the CTP for VSeWSS Version 1.1

Is it possible to generate the wsp on the build instead of on the debug/F5?  Our configuration managment team grabs the code from source control via script and builds the official version that gets deployed to production servers.

Thursday, August 23, 2007 11:45 AM by Ryan

# re: Announcing the CTP for VSeWSS Version 1.1

Does Solution Generator works with publishing sites now?

Monday, August 27, 2007 2:28 AM by renatasl

# re: Announcing the CTP for VSeWSS Version 1.1

Would it be possible to generate "clean" list definition with Resource references, instead of processed CAML with Solution Generator? Because, currently, if I generate list definition, very often, the result is not deployable.

Monday, August 27, 2007 2:33 AM by renatasl

# re: Announcing the CTP for VSeWSS Version 1.1

Is there any support for 64 bit operating systems? VSeWSS 1.0 cannot be installed on 64 bit systems, what's about version 1.1?

Tuesday, August 28, 2007 6:43 AM by Daniele

# re: Announcing the CTP for VSeWSS Version 1.1

Alex

I see you are a PM Lead for SharePoint Desinger.

Therfore this question. Why can not we have the SharePoint Desinger as the standard IDE for SharePoint. I would like to build everthing from it. That includes writing code if need be in C# and have all the contols availabe as in VS Studio.

SharePoint is a development platform in its own right, so we should have a our own development IDE.

What says you??

Sunjay

Friday, August 31, 2007 2:02 AM by Sunjay

# re: Announcing the CTP for VSeWSS Version 1.1

Hi,

does the new release support inline coding for the current sharepoint pages? i.e. it is possible to have inline codes in master pages of sharepoint with some hack of web.config file, but if you wants to have some features in it, it gives you senseless errors.

thank you for your great work

Friday, September 14, 2007 4:37 AM by Farshid

# re: Announcing the CTP for VSeWSS Version 1.1

Can you bring back support for installing VSEWss on a Windows XP box

Not every team is going to have all developers on Win 2003. Sometimes there is the possibility of having a couple of WSS boxes shared for development/unit testing, but the actual development is being done in Windows XP.

Tuesday, September 25, 2007 7:52 AM by John Lane

# Debugging while using Form based authentication

Hi,

Great tool, but here is my showstopper! I try to debug (hit F5) while running the sharepoint site in FBA mode. My solution gets updated, but no browser is launching?

Tuesday, October 02, 2007 3:55 AM by Even Oiestad

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker