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.


DesignTimeVisible

Hide


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!

[1902 byte] By [AndreenkovAlexander] at [2007-12-22]
# 1

Oh, I'm really sorry to disturb anyone. I've solved my problem by adding new class and moving to it all components which made this problems.

They were:

SqlCEConnection

SqlCECommand

Thanks everyone! See you!

AndreenkovAlexander at 2007-8-30 > top of Msdn Tech,Windows Forms,Windows Forms Designer...