G
Guest
I have an asp.net solution with a web deployment project.
When we try to build/debug, we get the message:
An editor or project is attempting to check out a file that is modified in
memory, which will result in saving it. Saving files during the build process
is dangerous and can result in incorrect build outputs in future. Do you want
to continue with the check out?
If you check the web.config file out of VSS you don't get the message.
If you do a compare on the web.config, the only differences after the build
are that it reformatted some sections. For examples removing empty lines in
the connection strings section.
Why does this happen?
When we try to build/debug, we get the message:
An editor or project is attempting to check out a file that is modified in
memory, which will result in saving it. Saving files during the build process
is dangerous and can result in incorrect build outputs in future. Do you want
to continue with the check out?
If you check the web.config file out of VSS you don't get the message.
If you do a compare on the web.config, the only differences after the build
are that it reformatted some sections. For examples removing empty lines in
the connection strings section.
Why does this happen?