Question

Development in file system error

I'm getting an error when I am trying to set up development in the file system.

Unrecognized attribute 'UseIDEForCompilation'. Note that attribute names are case-sensitive.

I am copying and pasting it straight from the documents here on page 140.

The line in my web.config looks as such

<fileDesignMode enabled="true" UseIDEForCompilation="true"/>

Any help appreciated, thanks.

Like 0

Like

1 comments

Hello Tyler,

 

Starting from 7.10.2 the UseIDEForCompilation parameter has been disabled. Previously, this parameter managed switching between Visual Studio and Creatio compilation. This parameter is no longer required, as Creatio always uses file system for saving and reading configurations, regardless of the compilation method. Please use this article to enable file system development instead https://academy.creatio.com/documents/technic-sdk/7-15/introduction-9.

 

Best regards,

Oscar

Show all comments