Hello. In Telerik Reporting, when I edit in the design file and save, I've recently started getting this error often: Code generation for property 'Value' (and sometimes 'StyleName') failed. Object reference not set to an instance of an object.
I'd made considerable changes to a designer file yesterday, and when I did a Get Latest in VS, it forced me to merge manually to resolve some conflicts. As I was comparing the server version to my version of the designer.cs file, I found some 20+ controls were missing this line: this.SomeControl.Value = ""; And, one this.SomeControl.StyleName = ""; I have no idea why all those would be missing??? Any idea what I could be doing to cause that?
I'd made considerable changes to a designer file yesterday, and when I did a Get Latest in VS, it forced me to merge manually to resolve some conflicts. As I was comparing the server version to my version of the designer.cs file, I found some 20+ controls were missing this line: this.SomeControl.Value = ""; And, one this.SomeControl.StyleName = ""; I have no idea why all those would be missing??? Any idea what I could be doing to cause that?