Source control and User Controls

  • Thread starter Thread starter foldface
  • Start date Start date
F

foldface

Hi
I have a majorly annoying problem.
I am using Visual Studio .Net with SourceSafe/SourceOffSite. If I try
to edit a file that is checked in it will prompt me to check out the file,
great. However it won't do this for User Controls ?! It will just allow
me to write over the file.
Is there anyway I can change this?
When I open a User Control it first attempts to open the html part,
not the code. Is there an option to change this? I cann't find one.

Thanks
F
 
You'd better check your Source Control. Anything which is checked in to VSS
properly will not be editable until you check it out.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Kevin Spencer said:
You'd better check your Source Control. Anything which is checked in to VSS
properly will not be editable until you check it out.

Sorry, Source OffSite, not SourceSafe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top