You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently added it to a solution and configured the headers even for XML files as in the template. In XML it is properly set within comments, yet when I load the solution it complains that app.config has an error and could not be loaded. When I look at app.config I see my header within the comments after the 1st line (<xml....>) but for some reason VS does not like it and gives an error. I am using VS.2019 (latest)
The text was updated successfully, but these errors were encountered:
I tried reproducing your scenario within an App.config file, but for me it always worked as expected and I couldn't trigger the Visual Studio error. Could you possibly provide a minimal sample that causes said error?
I recently added it to a solution and configured the headers even for XML files as in the template. In XML it is properly set within comments, yet when I load the solution it complains that app.config has an error and could not be loaded. When I look at app.config I see my header within the comments after the 1st line (<xml....>) but for some reason VS does not like it and gives an error. I am using VS.2019 (latest)
The text was updated successfully, but these errors were encountered: