jump to navigation

Cannot import the following key file November 13, 2012

Posted by vmaceda in Uncategorized.
Tags: ,
add a comment

The Error:

Cannot import the following key file: <filename>.pfx. The key file may be password protected. To correct this, try to import the certificate again or manually install the certificate to the Strong Name CSP with the following key container name: VS_KEY_ E2AEBF22AB52DD08    <Application Name>

The Fix:

  1. Open Visual Studio Command Prompt (It can be found in the Windows Start menu)
  2. Type sn -i “c:\Pathtofile\<filename>.pfx” VS_KEY_ E2AEBF22AB52DD08
  3. Reimport the pfx file into Visual Studio

The sn.exe with the –i parameter, installs a key pair from <infile> into a key container named <container>.

CAML Builder / Designer October 18, 2012

Posted by vmaceda in Uncategorized.
Tags: , , ,
add a comment

CAML (Collaborative Application Markup Language) is an XML-based query language that helps you querying and customizing SharePoint sites. The XML elements define various aspects of a SharePoint site.

Download it here

This version of the CAML designer contains the following functionality:

• Log on using the SharePoint server object model, or the SharePoint client object model, or the web services

 

• CAML snippets for querying a SharePoint list

 

• Code snippets for the SharePoint server object model, the .NET Client object, the SharePoint web services