CTP of Visual Studio 2008 extensions for SharePoint v1.3

MS Released the CTP of Visual Studio 2008 Extensions for sharepoint.

The Community Technology Preview (CTP) release is available here on Microsoft Connect where customers can also report any feedback they have. It is anticipated that all existing VSeWSS 1.2 projects will work with the CTP. The CTP is not supported by Microsoft Customer Support Services. You are encouraged to provide feedback through the Microsoft Connect site and to discuss the extensions on the SharePoint Development MSDN Forum.

The new features in VSeWSS 1.3 are:

· Can be installed on x64 Server OS machines running SharePoint x64. Previously only x86 Server OS could be used.

· Separate build commands for package, deploy and retract are added

· Command line build, package and retract commands are included enabling continuous integration and build servers. Previously command line build of SharePoint projects was very difficult

· Refactoring support for renaming of Web Parts. Previously renaming a web part required changes in several files in the project

· WSP View improvements for consistency of deleting feature elements, merging features and adding event receivers to features

· Solution Generator can now generate solutions from publishing sites. Previously only regular sites could be generated

· Allowing partial trust BIN deployments of web parts. CAS configuration must still be provided by the developer.

· New project item template for SharePoint RootFiles items

· Deployment will now optionally remove conflicting existing features on the development server prior to redeployment. Previously any feature name conflicts would result in an error

· Ancillary assemblies such as for business logic can now be added to the SharePoint Solution WSP

· Hidden features related to Site Definition projects are now shown in WSP View. They are no longer hidden

· For advanced users a fast deploy is included to update only the compiled assembly on the SharePoint development installation

· The User Guide is now installed with the extensions instead of being a separate download

The final release of VSeWSS 1.3 is planned for the North American Spring of 2009.

<<Source MSDN Blog>>

How to Create Simple Approval Workflow in SharePoint Designer

In this article i am explaining the step by step creation of simple workflow in sharepoint designer .

Open the Site in SharePoint Designer
Click File -> New ->WorkFlow

Provide the name of the workflow and choose the list from the drop down to bind the workflow to the list.

Define the Next Step to add the task list for Approvers.

Add the Task Item Name and Click Finish.

Click “these Users” hyper link to choose the approvers. Select to whom the task to be created.

Add Next Step for send email activity.

Click “this message” hyperlink to define mail template.

Click Finish to Save the WorkFlow

MVP Award

Hi Everyone,
I am very happy to share this to you, Today I got a mail for my MVP Renewal in SharePoint for the year 2009.

Thanks,
~Uday
http://groups.msn.com/DevGeeks

HTTP 401 Not Found web service error while publishing SSRS Report to SharePoint

If you are getting “HTTP 401 Not Found web service error” while publishing your SSRS report in SharePoint Library. Please refer your integration settings in Central Administration and verify the user permission from the login where you are trying to publish the report to SharePoint Library.

Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb

I got this below while updating the profile through object model.

Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb

Add web.AllowUnsafeUpdate = true; to solve this issue.

TreeView Document Library WebPart V1.0 for MOSS 2007

Hey Guys,
I published the new project in CodePlex for Tree View Document Library WebPart for MOSS 2007 with Source Code.

See you guys there in discussion board. Pls come up with your own ideas/projects. Let execute together to make it happen in codeplex.

Microsoft Patterns & Practices SharePoint Guidance

The following project in codeplex has Microsoft Patterns & Practices for SharePoint Guidance

This project has the guidance on how to Architect, Design, and Develop applications as well as best practices.

SharePoint Guidance

MOSS 2007 Installation Error

Setup is unable to proceed due to the following error(s):
This product required ASP.NET v2.0 to be set to ‘Allow’ in the list of Internet Information Services (IIS) Web Server Extensions. If it is not available in the list, re-install ASP.NET v2.0 Correct the issue(s) listed above and re-run setup.

If you are getting this error, even if you have ASP.Net 2.0 installed in your machine and ASP.Net 2.0 in not listed in web server extensions.
Start -> Programs -> Visual Studio 2005 -> Visual Studio Tools -> Command Prompt
Then Execute the following command
aspnet_Regiis /i

Then Open the IIS and allow ASP.Net 2.0 in web server extensions

Good Luck 🙂

Groove Error : You Cannot accept invitation from earlier Groove Versions.

“You Cannot accept invitation from earlier Groove Versions. Groove is configured to accept invitations to workspaces created in Groove version 2007 or later.”

If you are getting the above error while accepting the workspace invitations.
Don’t worry 😉
For some enhanced security reasons, the default settings for Groove 2007 to accept invitations only from the Version Groove 2007.

Click Options -> Preferences

Click Security Tab


Then you click “OK” for the warning Message.

Groove Error : The parameter is incorrect. HRESULT: 0x80070057

Hey Guyz,
I am new bee to Groove. When i try to login to my Groove Account I got this below error 🙁

The parameter is incorrect.
HRESULT: 0x80070057
Process: GROVE.EXE (ID: 1540 (0x00000nnn))
Thread ID: xxxx (0x00000nnn)

Then i did some research on it. So there is no issues with Groove Installation, The issue is with Groove Account. Then i found the Built in Clean Up tool available in Groove for Deleting all workspaces and accounts in the machine.
Groove CleanUp
Be aware it will destroy all Groove Data stored in your Local Machine.
If you have backup of your account info, you can proceed.

Post your comments if you have alternative approach to resolve this issue.