views:

91

answers:

0

I'm having trouble committing some files in a Visual Studio 2010 solution, but not others.

I have created a basic console application with nothing but the default files. When I try to commit some of the files (e.g. module1.vb) it commits fine.

However, when I try to commit other files (e.g. consoleapplication1.sln), it shows it being added, then goes to a line that says "Transmitting file data ." and hangs.

If I rename the .sln file to a .txt file and add/commit, it fails in a similar way.

It I create a new text file with Notepad and rename it to .sln, it works fine.

What am I doing wrong?? Is there a log somewhere that can tell me what is going wrong?