1 Attachment(s)
Message showing "Can't edit Module"
When i am trying to run a vb6 application which is not binded with vss i am getting an error "Cant edit Module"
Please help me to know why i am getting an error
i didnt bind the application with VSS
see the attachment for the message prompted
Thanks and Regards
VInay Kumar
Re: Message showing "Can't edit Module"
Select your project files then click properties and Uncheck "Read Only".
Re: Message showing "Can't edit Module"
To expand...
This happens when you are using VSS with its option of "Use Read Only attribute" checked (default setting) as it changes all the files that are bound to a VSS project to read only attributes. Then if the files are cheched our the attributes are unchecked read only so you can make mods. Now if you unbind the project from VSS the read only attributes are still set so you cant edit them unless you manually uncheck all the files read only attribs.
Re: Message showing "Can't edit Module"
Quote:
Originally Posted by jcis
Select your project files then click properties and Uncheck "Read Only".
:)
Thank u