Search This Blog

Monday, March 29, 2010

SharePoint Designer 2007 giving issues - clear the cache..

Close SPD --> execute batch file --> Open SPD and check...

Put this in a batch file:
cd "%APPDATA%\Microsoft\Web Server Extensions\Cache"


del *.web /S /Q "%APPDATA%\Microsoft\Web Server Extensions\Cache"

cd "%USERPROFILE%\AppData\Local\Microsoft\WebsiteCache\"

rmdir /S /Q "%USERPROFILE%\AppData\Local\Microsoft\WebsiteCache\."

mkdir "%USERPROFILE%\AppData\Local\Microsoft\WebsiteCache"

dir "%APPDATA%\Microsoft\Web Server Extensions\Cache"

dir "%USERPROFILE%\AppData\Local\Microsoft\WebsiteCache"

Thanks to my friend Scott for creating a batch file for this.
I had done this manually in the past...

No comments: