Hi all,
Currently wrtting an app for our bussiness which will look after our customers, it's kinda of a mini-crm application.
I've not done much development, but feel I can get this working to a good level and learn more as I go.
Is there any documentation which walks you through task vision on how it's designed?
Also In VB Express 2005, when I try and view a form I get the following error:
| 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. |
The name PriorityText is already in use by another component. Hide |
|
at System.ComponentModel.ReflectPropertyDescriptor.SetValue(Object component, Object value) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement) at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatemen(IDesignerSerializationManager manager, CodeStatement statement)
Appears to be jus the Mainform.vb, any suggestions what might be causing this?
Thanks |