Solution
1.
Stop Bizagi Web services (you may use IISRESET /Stop
in a command prompt with administrator privileges) and the Service
Scheduler.
2.
Delete the content of the following folders:
- C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary
ASP.NET Files
- C:\Bizagi\Enterprise\Projects\[ProjectName]\EntityManager
- C:\Bizagi\Enterprise\Projects\[ProjectName]\ComponentLibrary
- C:\Bizagi\Enterprise\Projects\[ProjectName]\Temporary\EntityManager
- C:\Bizagi\Enterprise\Projects\[ProjectName]\Temporary\ComponentLibrary
3.
Delete form cache by executing CleanRenderCache
method located in
http://[ServerName]/[ProjectName]/webservices/cache.asmx?op=CleanRenderCache
by clicking invoke button.
4.
Restart the services stopped in step 1.
|