Error in WebApplication after update components

StatusIDPriorityType
Closed31635CriticalBug
ProfileReply
krivcovClient

I updated the components from version 13.2 to 17.2.
The Web application does not store the values of the components on the form.

Attached files:

Replies

UserDescriptionPosted On
krivcovClient

May be this is reason
I was add the
%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_compiler.exe -v / -p "c:\Galaktika.RUZ\Galaktika.RUZ.Ban.WebApp"
to the "Post-Build action" box
and have error
"DevExpress.ExpressApp.Web.Templates.ActionContainers.ActionContainerHolder.PaintStyle" is obsolete: "Use the WebActionContainer.PaintStyle property instead." c:\Galaktika.RUZ\Galaktika.RUZ.Ban.WebApp\CustomDefaultTemplateContent.ascx 46 Galaktika.RUZ.Ban.WebApp

Code

krivcovClient

krivcovClient

code in the attachment

Attached files:
MariyaVoytovichAgent

Hello krivcov!

I apologize for the delayed response.
We have managed to reproduce this behavior on our side and passed this ticket to our developers for further research.
It will take some additional time.

Regards,
Mariya
On behalf of Xafari Client Services Team

MariyaVoytovichAgent

Hello krivcov!

Your template is obsolete, because of this error occurs.
You need customize your custom template (see How to: Customize an ASP.NET Template).

Feel free to contact us if you have any questions.

Regards,
Mariya
On behalf of Xafari Client Services Team

krivcovClient

I was customize my new custom template, It did not help.
I can give access by RDP.

Dmitry AlhimovichAgent

Hello,

After some investigation work, we found out that this issue can be resolved by some changes in web.config file (in web app that you run).

You should change the row

<pages theme="Office2010Blue" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" />

by removing "theme" attribute. The correct row should be:

<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID" />

Please try this fix and let us know if it works.

krivcovClient

Thank you, Dmitry! That helped!

× This ticket is closed.

Write US