Symptoms
Upgraded to K2 BlackPearl 4.6.9 and SmartForms 4.6.9
All the forms started rendering incorrectly, the styling was not generating correctly.
Diagnoses
It seems as though the forms CSS files were not being applied
Resolution
Resolution:
Please open the web.config file of the runtime site and edit the following sections.
Edit both of these to false:
• <add key="UseBundledFiles" value="true" />
• <add key="Forms.PostRenderCombining.Enabled" value="true" />
• Do an IIS Reset
• Clear the browser Cache
• Try Again