Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Error (Read 1893 times)
CodingJeff
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 15
Joined: Apr 22nd, 2007
Error
Jun 10th, 2007 at 3:01am
Print Post  
I get the following error and can't open the form that planner control is on. Any suggestions?

Code
Select All
Object of type 'MindFusion.Scheduling.Style' cannot be converted to type 'MindFusion.Scheduling.Style'.
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.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)
 

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Error
Reply #1 - Jun 11th, 2007 at 5:55am
Print Post  
This happens if Visual Studio uses one version of the calendar.dll in the form designer and loads a different version to generate the initialization code. Try removing the cached calendar.dlls from the following folders:

C:\Documents and Settings\***\Local Settings\Application Data\Microsoft\VisualStudio\8.0\ProjectAssemblies

C:\Documents and Settings\***\Local Settings\Application Data\assembly\

Replace *** with your account name.

I hope this helps,
Stoyan
  
Back to top
 
IP Logged
 
CodingJeff
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 15
Joined: Apr 22nd, 2007
Re: Error
Reply #2 - Jun 11th, 2007 at 10:26am
Print Post  
Thanks, that seems to have resolved it.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint