Welcome to MSDN Blogs Sign in | Join | Help

Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Hello all, Alex Malek here, PM for the "Visual Studio extensions for Windows SharePoint Services". I'm pleased to share that today, at the Office Developers Conference in San Jose, we announced the public availability of VSeWSS 1.1 (download). This final version fixes lots of bugs from the CTP, many of which were customer reported (thanks!). It also adds a couple cool new features, namely Visual Basic support and the ability to create new "Features" in WSP View. In March, we'll be releasing versions of VSeWSS 1.1 for German, French, Spanish, Italian, Japanese, Chinese Traditional, Chinese Simplified, and Korean speakers.

We also announced today that we will be adding Visual Studio 2008 support (finally!) in the upcoming "version 1.2" of the extensions, which you can expect by June 2008. Last, but not least, we now have a "user guide" for VSeWSS available for download. This first version covers how to build "List Definitions" using VSeWSS. In coming months, we'll be adding lots more content to this guide, covering all the other parts of VSeWSS.

VSeWSS Overview

In case you are not familiar with VSeWSS, you can learn more about it here. 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" :). 

What's New in VSeWSS 1.1?

  • "WSP View", aka "Solution Package editing"
    • No more hidden, non-editable solution content!
    • Create new Features
    • Reorder Elements between Features
    • Conflict validation against existing Features
    • Rename existing Features
    • Change Feature activation order
  • Visual Basic support!
  • New Item Templates:
    • "List Instance" project item
    • "List Event Handler" project item
    • “SharePoint Template” item template, e.g. "layouts" files
  • Faster F5 speed (The tool no longer performs an IISReset. Now it only recycles the app pool.)
  • Solution Generator: you can now choose which lists should be included when exporting a site.
  • Many bug fixes, e.g.
    • No more GUIDs in Feature Names
    • Support complex project names, e.g. with periods.
    • Can deploy assemblies to the bin folder, instead of GAC

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. Using the "List Event Handler" item template, you can now add event handlers to existing SharePoint list definition (e.g. "Shared Documents"). Using the new "Template" item template, you can deploy files to the SharePoint file system. To choose which subfolder of "Templates" you would like to deploy to (e.g. LAYOUTS), just add that folder to the Templates folder in the VS Solution Explorer.

For example, if you add an ASPX file under the LAYOUTS folder:

clip_image002
VSeWSS will automatically create the following XML:

clip_image004

What's next?

We're aiming to release VSeWSS 1.2, with Visual Studio 2008 support, by June 2008. For now, we'd love to hear what you think of the final v1.1 release, particularly the new 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 1.1 support Visual Studio 2008
    A: No, VSeWSS 1.1 only works with VS 2005. Version 1.2 will support VS 2008.
  3. Q: Is there a way to create a new empty "Feature"?
    A: Yes, you can use the "Create New Feature" button in WSP View to add new empty features to your project. 
  4. Q: Does VSeWSS support Microsoft Office SharePoint Server
    A: Yes, VSeWSS supports both Windows SharePoint Services and Office SharePoint Server.
  5. Q: Does VSeWSS support Windows XP or "remote debugging"?
    A: No, VSeWSS only works against local SharePoint installations.
  6. 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. To bring up WSP View, go to the View menu and choose "Other Windows/WSP View".

Thanks!
Alex Malek
PM Lead - SharePoint

Published Monday, February 11, 2008 12:59 PM 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 Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Concrat to the new version! I see there is lots of good stuff in it. We are already runing Visual Studio 2008 and it will be hard to go back to 2005. Do you plan an Beta program for version 1.2 and can one be part of it? General: Will there be any Linq support for list items or any other ways to get an easier programming model to access lists? Keep the good work up!!! Cheers Harry

Monday, February 11, 2008 4:37 PM by Harry Pfleger

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Ahhh... it breaks every single project I currently have (created using the CTP).

Monday, February 11, 2008 11:02 PM by Paul Turner

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I have posted a fix from the CTP to release version on my blog.

http://paulturner.is-a-geek.com

Tuesday, February 12, 2008 12:29 AM by Paul Turner

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Will you also replace the various calls to the SelectSingleNode method in SharePoint Solution Generator? Right now the ListTemplate Manifest must be the first ElementManifest in a Feature. Otherwise you won't be able to export an existing list. I have described the problem on my blog @ http://www.sharepointblogs.com/tmt/archive/2008/02/04/inconvenient-sharepoint-solution-generator.aspx

Tuesday, February 12, 2008 1:03 AM by Waldek Mastykarz

# VSeWSS 1.1 ready for download!

[Via the SharePoint Team Blog ] The long awaited version 1.1 of the Visual Studio Extensions for Windows

Tuesday, February 12, 2008 2:34 AM by Jan Tielens' Bloggings

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

What are the differences from the August CTP?

Tuesday, February 12, 2008 3:57 AM by Panagiotis Kanavos

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

looks interesting..

gonna check it,

Kham (fr)

Tuesday, February 12, 2008 4:46 AM by kham

# SharePoint Visual Studio extensions 1.1 download

The final release of VSeWSS 1.1, aka 'Visual Studio extensions for Windows SharePoint Services; was

Tuesday, February 12, 2008 5:16 AM by Mirrored Blogs

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Hello, do you have informations about how to migrate old solution created with the V1.0 of the VSeWSS ?

Best regards

Tuesday, February 12, 2008 5:45 AM by MinSou

# New version of Visual Studio Extensions for WSS available

Good news: Lots of bug fixes and some new features Bad news: Still does not work with VS 2008 (but the

Tuesday, February 12, 2008 6:21 AM by ShareBlog

# Visual Studio 2005 Extensions v 1.1 para WSS 3.0

Microsoft ha actualizado y mejorado las extensiones de Visual Studio 2005 para WSS 3.0. En este caso

Tuesday, February 12, 2008 7:00 AM by Jorge Serrano - MVP Visual Developer - Visual Basic

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I have some doubt regarding previous Visual Studio 2005 Extensions v 1.0 for WSS 3.0.There we are building the eventhandlers for List and deploying it in the Local share point sites to generate the wsp file, so that it can be taken out and deployed in the production server.

But we are facing some issues with that, we have written a piece of code for any custom list but its getting executed by all list of that kind (means if i created a custom list evendhandler code say A1 same is getting triggered for all list getting created by default custom list also). If any one could guide me rectifying it will be highly appreciated.

Tuesday, February 12, 2008 8:23 AM by Ankit

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Maybe I'm behind the curve on this, but I've seen third party efforts that allow a developer to create a web part "visually" (aka "Son of SmartPart", etc)...but no such support between Visual Studio and SharePoint. Why is this lagging so far behind? Sure, coding is important..but having the visual designer support (and adding a web part to the SharePoint environment in a point and click way) is very important too. When can we expect to see features such as this in the SharePoint products?

Tuesday, February 12, 2008 8:57 AM by Erik

# CAS Policies in VSeWSS

Does VSeWSS support the auto creation of the CAS policies needed for a Web Part and if so, does it include them in the WSP for auto-implementation upon deployment?  One of the pains I have with SP is having to create the CAS policies for each different Web Part I create, especially since we can't deploy to the GAC.

Tuesday, February 12, 2008 9:47 AM by John

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

They should really make an (x64) version too

Tuesday, February 12, 2008 10:07 AM by John Coleman

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

does this take care of the lookup column in a list?

Tuesday, February 12, 2008 11:31 AM by vcllvc

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Does this work on 64Bit? I dont think the previous version did?

Tuesday, February 12, 2008 12:16 PM by Philip Luke

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Nope, it is not 64Bit! Says so on the download page. Why does MS state that 64Bit is the best thing for MOSS/WSS servers and then not give the dev tools in 64Bit?

Tuesday, February 12, 2008 12:19 PM by Philip Luke

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Harry:  We have yet to decide about a Beta program.  We wont be adding any linq support in the 1.2 release.  However there are some community projects out there that add this capability to SharePoint.

Paul Turner:  Yes.  Due to the major changes in project structures between the CTP and RTM we were not able to preserve the ability to open CTP projects in the RTM bits.

Erik:  We would like to build as many designers etc... as possible for our Developers.  Unfortunately we needed to get many of the basics done first.  We are very interested in adding designer support to our SharePoint tools in the future, but at this stage do not have anything to share.

John:  VSeWSS does not contain a wizard or designer to help you with creating a CAS policy for you web parts.  By default it deploys DLLs to the GAC.  However, you can modify the manifest.xml file to deploy to the /Bin if you like and do the CAS work manually.

64bit:  This is a feature on our Todo list :)  Due to VS being a 32bit application it makes it a much bigger task for us to talk to WSSs 64bit OM.  However, we are aware of what we need to do and how to do it :)

Thanks,

-Chris Johnson.

Tuesday, February 12, 2008 2:59 PM by sptblog

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Not to sound like a whiner, but Microsoft has a terrible developer message WRT Visual Studio.  "VS2008!  Er, no, VS2005?"  In the lands outside Redmond, software budgets do not extend to infinitely available copies of all versions of Visual Studio.  It's bad enough that I've got to buy a second copy of VS and Win2k3 because Microsoft can't be bothered to come up with a decent developer story for a product whose implementation cost runs into the 6 figure range before CALs.

Tuesday, February 12, 2008 5:16 PM by Corey Cole

# Visual Studio 2005 extensions for Windows SharePoint Services 3.0, version 1.1 RTM!!! + User guide Part 1.

Updated : Official SharePoint team blog post Today we announced the availability of VSeWSS 1.1 RTM at

Tuesday, February 12, 2008 9:13 PM by Chris Johnson

# VSeWSS 1.1 Now Available!

So, I'm not one to just post what I read on other blogs... but if you're a MOSS developer, you should

Wednesday, February 13, 2008 1:20 AM by Mark Arend

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Thanks Chris.  

The other thing I'd add in 1.2 would be the inclusion of the PKG directory in the project (mainly because we need to put it into TFS), otherwise it is 'half' in TFS with the manifest/solution/feature files NOT controled.

Any news on packaging satellite assemblies and/or resx files in the WSP?  I work in multiple languages so I need my web parts/features/lists/columns/custom actions etc... to translate.

Wednesday, February 13, 2008 1:37 AM by Paul Turner

# VSeWSS 1.1 Now Available!

So, I'm not one to just post what I read on other blogs... but if you're a MOSS developer, you

Wednesday, February 13, 2008 1:55 AM by Noticias externas

# VSeWSS 1.1 Ready

Overview Version 1.1 of the Visual Studio 2005 Extensions for Windows SharePoint Services contains the

Wednesday, February 13, 2008 7:11 AM by Shared Points...

# VSeWSS 1.1 Ready

Overview Version 1.1 of the Visual Studio 2005 Extensions for Windows SharePoint Services contains the

Wednesday, February 13, 2008 8:03 AM by Noticias externas

# Visual Studio Extensions for SharePoint 1.1 Released at ODC

While I am not a big fan of the SharePoint Extensions, especially the 1.0 version.  It was announced

Wednesday, February 13, 2008 10:48 AM by Share Intelligence

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Thank you for information.

It's useful for me.

Wednesday, February 13, 2008 11:34 AM by Developer

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

any beta version for Visual Studio 2008 to try?

Wednesday, February 13, 2008 8:57 PM by Wang Yong

# VS extensions for SharePoint

A few weeks ago I talked about how we get more value out of connecting our business applications into

Thursday, February 14, 2008 8:43 PM by Somasegar's WebLog

# VS extensions for SharePoint

A few weeks ago I talked about how we get more value out of connecting our business applications into

Thursday, February 14, 2008 9:19 PM by Noticias externas

# Windows SharePoint Services 3.0 Tools: Visual Studio 2005 Extensions, Version 1.1

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

VSeWSS is a very big help for us Sharepoint developers, you're doing a superb job at dev div, I'd only wish some grid computing tech in .NET to run code on more than 1 box at the same time wihout NLB hassles ...

Sunday, February 17, 2008 9:16 AM by stefan demetz

# Sharepoint的VS扩展

[原文发表地址] VS extensions for SharePoint [原文发表时间] Thursday, February 14, 2008 5:42 PM 几周前我谈到了如何通过 将 我们的业务应用程序

Wednesday, February 20, 2008 3:28 AM by Joycode@Ab110.com

# The SharePoint Developer – New Job

I joined the SharePoint Product Management team at Microsoft in late November 2007 and I've been learning

Wednesday, February 20, 2008 12:35 PM by Paul Andrew

# 64-bit support

When it is planed to release 64-bit support?

Thursday, February 21, 2008 6:19 AM by alex

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

How to add Feature Receiver in 1.1 RTM?

Saturday, February 23, 2008 12:00 AM by FreemanRU

# Folders in modules, Add a module to an existing feature

Hi there

I have some questions and suggestions.

1) When you add a module, a feature is automatically added for you. Could you make the ability like you have done to create a feature in WSP view to create a module aswell inside an existing feature. (Please also explain the linking between the module folder in the Solution explorer view and the WSP view)

2) Adding sub-folders to a module and modifying the path attribute in the module.xml doesn't add the file to the solution when you deploy it(File never gets added to the feature folder so i assume the WSP aswell). Does anyone else also seem to be experience this problem?

3) Lastly, any chance of giving the ability to modify the deployment process or how it creates the DDF/solution?

But great work so far. Was able to create a quick code feature in 10min coded and deployed and WSP delivered. ;)

Cheers

Saturday, February 23, 2008 5:54 PM by Ricccard

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Hi Group,

When i create project using List Defination and keep the default project name as "ListDefination1" then creation and deployemtn of List Defination works fine.

But if I change the project name at the time of project creation and tries deploying the List Station, VS IDE gives error "Error Value does not fall within the expected range."

Thursday, February 28, 2008 3:37 AM by deepakbadki@gmail.com

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

sorry, if this post is off-topic, but I need some help to get new version running under visual studio 2005 (German).

Setup completed successfully, solution generator works, but I don't have any project templates in visual studio. Version 1.0 works perfect with a German Visual Studio...

Environment: Win2003 Server R2, WSS SP1, VS 2005 SP1, WSS SKD, VSS Workflow Extensions

Any help would great...

Thursday, February 28, 2008 9:09 AM by Martin

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

SharePoint guys:

I think that you should have made a version available for VS 2008 BEFORE making one available for VS 2005!  I have to wait until June???!!!  And get the 64 bit version out, too!

VS 2008 rocks...get with it!

Friday, February 29, 2008 12:22 PM by Bryan Hoylman

# Final Release of VSeWSS 1.1

Check out the documentation here for the final release of the WSS tools for Visual Studio.  Visual

Tuesday, March 04, 2008 10:29 AM by Technical Weblog of Eric Charran

# Final Release of VSeWSS 1.1

Check out the documentation here for the final release of the WSS tools for Visual Studio.  Visual

Tuesday, March 04, 2008 11:12 AM by Noticias externas

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

If I've got web parts created in VS2K8, and need to create a deployment project, could I not theoretically use the 2005 version, because all the VSeWSS needs is the dll output of the web part project?

Friday, March 07, 2008 12:04 PM by Joe Brockhaus

# SharePoint 2007 : Features et Solutions, les outils de Creation et de Deploiement (partie 1)

Quand on surveille un peu les forums MSDN France sur SharePoint , on se rend compte qu’il y a de moins

Sunday, March 09, 2008 1:19 PM by Philippe Sentenac [Usual Coder]

# Hello World! from SharePoint and Windows Workflow

Hello World! from SharePoint and Windows Workflow

Thursday, March 13, 2008 1:29 AM by Writings by Weiker

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

With 1.2 and VS 2008, what's the expected developer experience going to be if I have InfoPath 2007 workflow forms (association, initialization, task, modification) that need to be part of the feature?  Will I have to hand edit files using WSP View or can I somehow point to the directory where I published my forms and have them automatically included in the WSP? Or something else entirely?  The old PostBuildActions.bat file was pretty good at recognizing the presence of the forms by reading the workflow.xml file, so I'll be very interested in how 1.2 will do the same thing in VS 2008.

Friday, March 14, 2008 11:44 PM by Fred Morrison

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Hi,

I think I found a bug: when I create a project using the solution generator the AssemblyInfo.cs has the build action "Content" instead of "Compile" set.

Wednesday, March 19, 2008 5:32 AM by Alexander

# Announcing Localized Versions of VSeWSS 1.1

A month ago, we released version 1.1 of the the Visual Studio extensions for Windows SharePoint Services

Thursday, April 10, 2008 11:33 PM by Microsoft SharePoint Products and Technologies Team Blog

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I was very happy until I got the "64 bit is not supported" error message.

Is this serious? In 2008? When all of the CPUs are 64 bit? When MS says that this is the last 32 bit wave of server products. When everyone suggest to move to 64 bit??

Friday, April 11, 2008 10:09 AM by Arpad

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Will the 1.2 version contain x64 support as well ? I really need it !

Sorin

Tuesday, April 15, 2008 7:01 PM by Sorin

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I also require x64 support for VSeWSS.  I took matters into my own hands, however.  I downloaded Orca from the platform SDK and removed the X64 and WSS checks from the MSI within the installer.

Now I can edit and build projects, but I can't automatically deploy/debug.  I get "Deploy failed" and "Object reference not set to an instance of an object" when I press F5.  

I'm sure the Microsoft folks would like everyone to know that I'm doing this at my own risk!

Monday, April 28, 2008 8:13 AM by Shaun

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I generated a Visual Studio solution using the Solution Generator. I have renamed all the features according to required naming conventions but I am discovering two Features which are being added at runtime when the site is getting deployed. SiteElementscfb00159-b5aa-..... and SiteProvisioning06755b1d-d3d8-.......Is it possible to somehow rename these Features?

Tuesday, April 29, 2008 10:00 AM by Meghanath Singh

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

So isntall says I have to have WSS 3.0 isntalled first so I presume that this means VSeWSS only installs on a server that has VS2005 on the server as well. Ludicrous that this will not install ontop of VS2005 on my desktop! Absolutley outrageous and worthless actually if true. Please explain the logic behind why I cannot build a web part on my desktop copy of VS2005 using this tool.

Wednesday, April 30, 2008 2:13 AM by Dave

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Would it be possible to make V1.2 capable of packaging up Visual Studio workflows into the solution along with all the other artifacts rather than having to resort to the old method of deployment via a batch script?

This should just be a case of allowing VSeWSS to search through sharepoint workflow project types for Element.xml files.

Adam

Wednesday, April 30, 2008 4:13 AM by Adam Cox

# Visual Studio Extensions for Windows SharePoint Services (VSeWSS) 1.1

Megjelent a VSeWSS 1.1 verziója . Az újdonságok röviden: ... A teljes cikk május elejétől itt olvasható

Friday, May 02, 2008 8:29 AM by Office DevCon

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I've just written an article of where I think VSeWSS vNext could go in terms of making our lives as developers easier...let me know what you think.

http://wss.made4the.net/archive/2008/05/26/solution-development-in-sharepoint-2007.aspx

Monday, May 26, 2008 8:34 AM by Jeremy Thake

# renaming features

Trying to create a webpart from within visual studio using vsewss1.1 and it is not allowing me to rename features in the WSP View. I've double clicked as you suggested, no luck in renaming features. Can't get the webpart to deploy to my sharepoint site because it's saying that the feature name already exists and I need to rename it.. Catch 22 because I can't rename it!

Friday, May 30, 2008 4:30 PM by Tabatha

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Well hi!

Love vsewss, since its June and we eagerly await the V1.2 for VS2008. Any chance of an update!

Please don't say end of June ;)

Monday, June 02, 2008 11:27 AM by Anthony

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

It's June! So where's the extensions for Visual Studio 2008?  I just watched BillG's keynote from Tech Ed, and I don't think I heard anything about it (although lots of praise for SharePoint)

The press on the keynote noted there should have been an announcement...

When is it coming?  Ship it!

Tuesday, June 03, 2008 1:15 PM by Dan

# Visual Studio 2008 Extensions for Windows SharePoint Services

Come già segnalato da Marco , in questi giorni siamo ad Orlando per seguire TechEd e soprattutto

Wednesday, June 04, 2008 1:51 PM by Paolo Pialorsi

# Request for future version

If it is not already in 1.2 please consider adding an option to add 'RootElements' in the same way that you can currently add Template files. I use this for adding web services to ISAPI/_vti_bin

Currently I get around this by including the file as a template, modifying the manifest.xml file manually to also deploy to the correct folder (so on deployment the file actually is put in two places), then deleting the bogus files in a post build event but this is obviously a bit of a hack. Thanks

Wednesday, June 04, 2008 6:02 PM by Mark

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Gavin,

I'm assuming that you are one of the minds behind VSeWSS 1.1. If so good because I have a question.

Regarding the NorthwindLegalLibrary_Webpart tutorial, I believe I've followed every step, however when I load the webpart in the webpartzone,(w/in page of site of corse), all works well until I click the Send Feedback link, then SharePoint tells me that it can't find the Feedback.aspx page??

The new "Word Icon" is visible and everything worked for that as stated. So why isn't it able to find Feedback.aspx?

Am I suppose to create that page manually w/in SP first, and then have SP populate it ?

Also, in the notes of the tutorial you alluded to:"The inherits attribute must contain the fully qualified reference to the projects assembly. If you wish to use another .aspx page then remember to change this attribute and remove the codebehind attribute as per the sample" .  (what would a fully qualifed path be wouldit start with C:, Localhost, bin,??)

If the VSeWSS 1.1 toolkit packages up your solutionand and deployes your .dll for you, and put it into the GAC why cant SharePoint reference the file?

Don't mean to sound like I'm harping, I'd just rather use it to develop than doing things the old way (Class Library Project).  Because I like what you're doing, and I see the ease that it's bringing.  In regard to that, there really isn't another source out there that'll give you practical step by step examples (at least not using the VSeWSS 1.1 toolkit).

FYI

I turned on ASP.net degugging (by changing 3 element's attributes in web.config) to see if I could get an error stack, the only change was that the previous SP error took me to an 404 page instead of the prettier SP error.  Then I changed the settings back and guess what..I don't get the SharePoint error anymore I keep getting the 404 (if the app pool recycles upon build and deployment why don't SP go back to the pettier SP error).

I think I need to see You, Ted Pattison, or Sahil Malik.

Please help!

KVIGOR

---------

Build It!

Friday, June 06, 2008 8:11 PM by kvigor1

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Once again, with the release of 1.2, I'm regretting my decision to go with a 64-bit OS: the commitment to 64-bit within the developer tools division is just not what it needs to be as both Visual Studio 2008 and now this add-in vividly demonstrate.

Any workarounds for those of us who DID choose a 64-bit OS (e.g. Vista Ultimate 64)?

Sunday, June 29, 2008 10:07 AM by Richard L. Warren

# re: templates? Really? They must be invisible

Ok so I installed this on my VM fine.  When I open either VS 2005 or VS 2008 and create a project, there is no SharePoint item in ProjectTypes - just like before. There are no Sharepoint templates on the right either, no matter where I look.  What's the deal?

I have the pre-requisites.

Thursday, July 03, 2008 8:16 AM by Randy

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I noticed someone else made the point above, but it's worth re-iterating: the XML files used to produce the WSP package need to be included in the VS project by default so that they are included in version control.

Otherwise only half the 'solution' is in version control and we'd have to reconstitute the manifest and feature XML files manually.

Monday, July 07, 2008 10:52 PM by David Crabbe

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I have VS SharePoint Solution Generator for 2008 and it crashes with an unhandled Exception when I click on Site Definition and hit Next.  The panacea for SharePoint?

Any ideas?

Friday, August 29, 2008 2:39 PM by Mike

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

64 bit is not new, when will the extentions work on a modern OS?

Monday, September 01, 2008 12:30 AM by 64 bit Rick

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

I second the motion for 'RootFiles' item template.  It shouldn't be very hard, it is very similar to the 'TemplateFiles' item template.

Sunday, September 07, 2008 11:05 PM by Joe

# re: Announcing the Final Release of VSeWSS 1.1 (and the upcoming version 1.2)!

Maybe I am just too new here, but how can I get my solution file off the development server and on to my production box.  Great product by the way!

Friday, October 03, 2008 10:43 PM by Bill

# Automating WSS v3/MOSS 2007 development environment setup: Part I – Planning

Hello, Recently, I advised customers on their development environments. Many different options are possible

Monday, November 03, 2008 10:27 AM by Emmanuel Bergerat's blog on SharePoint

# Keynote Address - Tech Ed EMEA 2008 Developers

Me and a few thousand other developers got together in the main auditorium at the International Convention

Tuesday, November 11, 2008 8:43 AM by Alistair Laing's Blog

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker