Skip to: Site menu | Main content
In web development and programming, I often come across useful tidbits that solve a problem for me. I often have those problems again and can't remember that tidbit. Now I will. Maybe you can benefit too.
If you publish InfoPath forms to SharePoint, or this may even happen if you put them in other network locations, you may find that when making an update to the form, some users continue to see the old version. I recently tracked this down as being caused by InfoPath caching a version of the form on the users computer.
In theory, InfoPath is supposed to prompt you to let you know that the server version has changed and allows you to update your local cached version. In reality, this seems to either not always happen or users aren't understanding and therefore not updating their local cache. The fix seems to be to clear that local cache to force it to open the latest version from the server. Easiest way I found is to delete any files/folders in this directory:
C:\Documents and Settings\{UserName}\Local Settings\Application Data\Microsoft\InfoPath\FormCache2\
This will remove all cached forms. If that's over kill for you, you can go through the directories there and find the one for the form you're having a problem with and delete just that one.
Relevant Tags: InfoPath | SharePoint
[ Back to previous page ]
On 5/20/2010 12:42:39 PM, JMorris said: This was exactly the solution I was searching for over the last week. Thank you!!!!
- DevGuru - Transact-SQL Reference - Google - More Helpful Links
.NET | AJAX | Apache | ASP.NET | Browsers | C# | CSS | IIS | InfoPath | JavaScript | MS SQL | MySQL | PHP | Search | Security | SharePoint | VB.NET
User: Pass: