K2 Designtime and Runtime displays are rendering differently!!


Badge +1

Hi All,

I am facing a strange issue since today morning.

When I run an application using Runtime URL it is becoming corrupted, but when I open it using Designtime URL it is displaying the proper design.

Browser = IE

I checked with my felow guys and in some of their browser it is displaying like mine, and in some it is displaying properly.

I do not know is it due to java script geting corrupted (if so then it should have given an error)..

 

Any idea anyone?


2 replies

Badge +7

Hi,

 

What is your K2 Environment setup? is it standalone or FARM installation?

 

Also did you try clear the brower cache and also on other browsers?

 

If the issue still persists across all browsers, then do the following checks and give it a try.

 

Open Smartforms runtime web.config file and search for below tags;

<add key="UseBundledFiles" value="true" />, if its set to false, set it back to true.

<add key="Forms.PostRenderCombining.Enabled" value="true" />, if its set to false, then set it to true. FInally reset IIS and give it a try

 

 

Hope it helps!

 

Cheers,

Prajwal Shambhu

 

 

Userlevel 5
Badge +16

Hi,

 

Adding to Prajwal's suggetion, try to run the following URL's:

 

[smartforms url]/Designer/CacheControl.ashx?m=Clear
[smartforms url]/Runtime/CacheControl.ashx?m=Clear

Reply