Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > Task Vision Documentation and Problem
 

Task Vision Documentation and Problem

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

Wayne Taylor  Monday, July 10, 2006 7:38 PM

Hi Again,

I found the dcoumentation... Here. Does any one know if the overview as it's dated Feb 2003, is there anything within the .net 2.0 framework which effects that article, any breaking changes new classes which you should use.

Thanks,

Wayne

Wayne Taylor  Monday, July 10, 2006 9:04 PM

Hi Again,

I found the dcoumentation... Here. Does any one know if the overview as it's dated Feb 2003, is there anything within the .net 2.0 framework which effects that article, any breaking changes new classes which you should use.

Thanks,

Wayne

Wayne Taylor  Monday, July 10, 2006 9:04 PM

i found changing line 671 to

Me.PriorityText2.DataPropertyName = "PriorityText2"

instead of

Me.PriorityText2.DataPropertyName = "PriorityText"

solved the problem

I think it is a typo in the code as all other code in that block referenced PriorityText2 and that one didn't. I altered that and then it let me view the main form in the designer.

HTH

Matt

FandangoAmeruso  Friday, November 03, 2006 10:50 PM

Thanks!!! The actual problem was because there were two datagridColumn namereferring to the same name, which is 'PriorityText'. As you suggested, I changed one of the name to something else and it works.

Million thanks!

cjou2004  Saturday, December 09, 2006 12:26 AM

You can use google to search for other answers

Custom Search

More Threads

• Lots of questions....
• Can I print to a RichTextBox using a StreamWriter?
• Reporting service for Terrarium is not working again
• Right Click Events
• does taskvision work on win pro 2k
• ??record video stream??
• http://localhost/TaskVisionWS don't work..
• Terrarium stats reporting is now working correctly
• how to find the Recovery settings of a service from a windows application
• Advanced Questions?