Wednesday 9 December 2009

Windows 2008 R2 freezes all the time using VMware

I have manged to install MOSS in Windows 2008 R2 BUT Nightmare!! It freezes all the time. After googled I have found out, I shouldn't be using VMWare tool on my VM. So I have uninstalled the VMware tools in my VM and It is working fine..

Download VseWSS 1.3 for x64 bit Server OS machines running SharePoint x64

Great news. VseWSS now can be installed on x64 bit Server OS machines running SharePoint x64.


Download VseWSS 1.3 for x64 bit

VseWSS 1.3 VS STSDEV VS WSS Builder

I have been using STSDEV so far and find it really helpful tool but I am thinking of using new VseWSS 1.3 version and started to experiment it.Initially I find it very difficult but after googled a long time to get some guide ,found out there are few great demo videos by Kirk Evansare availabe at channel 9. I loved it and I have decided to use this on my new project.

Demo Videos for using Visual Studio Extensions for Windows SharePoint Services (VSeWSS) 1.3
Sharepoint development by using VseWSS

http://channel9.msdn.com/posts/kirke/SharePoint-for-Developers-Part-1-Introducing-VSeWSS-13/

VSeWSS1.3 Error: WCF Service does not have local administrator permission

VSeWSS1.3 Error: WCF Service does not have local administrator permission..
I get this error first time while using "Package" option in VseWSS1.3

To fix this ..

Go to IIS and find out which application pool is been used by VseWSS and change the identy to local admin user. thats it..

In my case it was using Builtin account "NETWORKSERVICE", which I have changed to "Administrator" and it is working fine now. I am using IIS 7.5.

VseWSS1.3 error: the response message does not match the content type.. be sure that the IsContentTypeSupported method is implemented properly

Error while using VseWSS1.3
"The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly........"

I get this error very first time when I was clicking "Package" option in VseWSS1.3

To resolve it:

You should enable WCF Activation.

1.Open up Server Manager
2.Select Features, then Add Features
3.Expand the .NET Framework 3.0 Features
4.Expand WCF Activation
5.Tick and select HTTP Activation. This will automatically select WCF activation for you.
Click Next to Add the feature, that’s it.

Add External Tool to get Public key token in Visual studio 2008


In Visual studio 2008/2005
Go to Tools and select external tools
Click Add and fill in the following

For 64 bit
Title: Get Public &Key Token
Command: C:\Program Files (x86)\Microsoft Visual Studio 8\SDK\v2.0\Bin\sn.exe
Arguments: -T "$(TargetPath)"


for 32bit OS
Title: Get Public &Key Token

Command: C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\sn.exe
Arguments: -T "$(TargetPath)"

And Click "OK"

Now If you go to Tools , you should be able to see "Get Public Key Token"