Sandeep Khandelwal's Blog

SharePoint, ASP.net & other related stuffs

SharePoint Designer 2007 is now Free!

clock April 17, 2009 02:54 by author Sandeep Khandelwal

Can you believe this? SharePoint Designer is now a free tool. Kudos to SharePoint Designer team at Microsoft in making this tool not only easy to use but making it available for wide audience.

So, brace yourself folks, start creating those mashups and complex workflows without having to rely on IT. Sweet..

Here is the link to the announcement.

http://blogs.msdn.com/sharepointdesigner/default.aspx 

Enjoy!!

 

Currently rated 2.0 by 1 people

  • Currently 2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Cannot make a cache safe URL for blah blah blah!

clock April 16, 2009 09:04 by author Sandeep Khandelwal

Cannot make a cache safe URL for "/_layouts/1033/XXXXXXXX/JS/wssSearch.js", file not found. Please verify that the file exists under the layouts directory.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Microsoft.SharePoint.SPException: Cannot make a cache safe URL for "/_layouts/1033/XXXXXXX/JS/wssSearch.js", file not found. Please verify that the file exists under the layouts directory.

This error simply means that there is a bad reference in your master page/web part to a file that does not map to the layouts folder. In my case, I had the following line.

 <SharePoint:ScriptLink language="javascript" name="/_layouts/1033/XXXXXX/JS/wssSearch.js" Defer="true" runat="server"/>

I just changed it to 

 <SharePoint:ScriptLink language="javascript" name="/XXXXXX/JS/wssSearch.js" Defer="true" runat="server"/>

And Voila! It starts to work.
 

Currently rated 3.0 by 2 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


About the author

I work as SharePoint Consultant and Lead ECM Solution Expert for Integration Now (a pioneer in SharePoint solutions in midwest region). Besides having PMP, MCP, MCTS and other technical certifications, I am also an MBA (Finance) from UMKC. I lead & oversee SharePoint engagements in 4 states around Kansas City (MO, KS, IA, & NE).

Tag cloud

Page List

Sign in