Friday, December 17, 2010

Installing Visual Studio Tools for Applications for Infopath 2010

Installing Visual Studio Tools for Applications


Visual Studio Tools for Applications (VSTA) is an optional installation component available in Microsoft Office 2010 setup. To install VSTA:



1.Launch Office 2010 setup from your Office 2010 installation media or from the Control Panel Programs and Features application.

2.If you’re installing a new copy of Office 2010, click the Customize button in the installer. If you’ve already installed Office 2010, choose the Add or Remove Features radio button in the installer.

3.Set the Visual Studio Tools for Applications option to Run from My Computer and continue through the setup wizard.

Tuesday, December 14, 2010

Most annoying thing - Prompts for credentials a bunch of times...

The below was found by my friend Chris Weinert... Here is the solution in his own words....
On Windows 7 (Sysmex domain), when you open a Visio document from SharePoint, do you get prompted for credentials a bunch of times? Does the document open even if you cancel out of the dialogs?


Yes, and Yes, right?



I’ve been looking for this issue since late 2008 when still using Vista. Regular files open up fine, but some Office documents prompt for credentials.

Vista/Win7 behave differently than XP with the way they (and Office) interact with SharePoint.



I finally found a solution on a TechNet forum.

Add this registry setting:







And then restart the WebClient service on your local machine:









Open up a Visio diagram, or one of the HR New Hire/Term forms (InfoPath)….no more prompts!!

Enjoy.

-C

Monday, December 13, 2010

Creating WSDl files for Sharepoint deployment

Create Directory -
Copy SPDev.exe
Copy asmx file there.
Run the SPDev.exe using below command
SPDev.exe -o GenWS -url Sitecollectionurl -asmx My.asmx
Copy the Disco and WSDl files in ISAPI folder along with asmx...
 and you are good to go.