Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
Circumvent check out of designer files when opening a form?
posted

Hello,

when I open a form or a user control with a NetAdvantage control on it, VS attempts to check out all the related files (xxx.cs, xxx.resx, xxx.Designer.cs, xxx.GeneratedCode.cs). When these files are checked out by another person, the Designer will fail to open the form or user control.

Is there any way to circumvent this behaviour? Currently I am not even able to just look at a form when one of the files can't be checked out by me.

Regards,

Torsten

 

Parents
No Data
Reply
  • 299
    Offline posted

    I see this problem as well. For some forms, it will check out the form, designer, and resx ever time I open it. This is doubly troubling because the designer is not the most stable, and tends to crash, often dropping my grid definitions or some other important item. When this happens, it is hard to know if there is a legitimate change, or if opening the form caused the checkout.

    I noticed that it also renames the controls in the designer quite a bit, so maybe those two are related.

Children