Have a problem with Form Designer in project under the Pocket PC (Visual Studio 2005)
Hello everyone! Can anyone help me? I'm coding at C# + MS SQL Server 2005 Mobile Edition. When I'm trying to browse my form designer in Visual Studio 2005 this error become:
| One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. | |
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value) at Microsoft.CompactFramework.Design.NonMergingPropertyDescriptor.SetValue(Object component, Object val) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertiesFromResources(IDesignerSerializationManager manager, Object value, Attribute[] filter) And in Error list there is only one warning - DesingTimeVisible If anyone knows what's going on, please help me! Thanks! | |

