Page 1 of 1

Read Only dsx

Posted: Thu Oct 08, 2009 10:45 am
by chitravallivenkat
Hi,

The .dsx code that is taken from protected environment has been installed in the development system, but now the code does not allow to modify as it is read only.

Is there any possible to make the code in a such way i can modify for development?

Regards,
Venkat

Posted: Thu Oct 08, 2009 10:50 am
by chulett
First thing to try - edit the .dsx file and change everywhere it says Readonly "1" to Readonly "0" and reimport it.

Posted: Thu Oct 08, 2009 1:04 pm
by chitravallivenkat
chulett wrote:First thing to try - edit the .dsx file and change everywhere it says Readonly "1" to Readonly "0" and reimport it. ...
Thanks Chulett. Now I am able to modify the code.

Thanks once again.

Venkat