etienne_marais
Honorary Master
I am running into some serious issues with Visual Studio 2010, may or may not be related to Windows 10.
Anybody still stuck on VS 2010 and using Windows 10 ?
Problems (seems to have) started after I made a copy of my projects folder to start a divergent branch of an application. When I compile the relevant project, it gives an 'errors found' message, but no errors appear on the error list window. When you compile again, it works. After you close the program and compile again the same thing happens again. I (unwisely) continued to work like this for 2 days.
Then I installed a Windows 10 update. I did not reboot. VS was open during the update, and it seems that the new problems started after the update was completed. Without any code modifications, when I select my main form, it can't find one of the custom controls. The custom control is however in the project tree. The message reads "The variable 'controlMYCONTROL' is either undeclared or was never assigned. The page with the message gives an option to show the call stack and it looks like this:
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
Any help MUCH appreciated.
Anybody still stuck on VS 2010 and using Windows 10 ?
Problems (seems to have) started after I made a copy of my projects folder to start a divergent branch of an application. When I compile the relevant project, it gives an 'errors found' message, but no errors appear on the error list window. When you compile again, it works. After you close the program and compile again the same thing happens again. I (unwisely) continued to work like this for 2 days.
Then I installed a Windows 10 update. I did not reboot. VS was open during the update, and it seems that the new problems started after the update was completed. Without any code modifications, when I select my main form, it can't find one of the custom controls. The custom control is however in the project tree. The message reads "The variable 'controlMYCONTROL' is either undeclared or was never assigned. The page with the message gives an option to show the call stack and it looks like this:
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
Any help MUCH appreciated.