hello
when I try to copy an existing user control from one form to another, I get the following error:
"an error occurred while processing this command. the 'openaccess' section cannot be found in the application's configuration file"
when I try to add a new user control to a new form I get the following error:
Failed to create component 'AddEquipmentUC'. The error message follows:
'Telerik.OpenAcccess.Exceptions.ConfigurationException: The 'openaccess' section cannot be found in the application's configuration file. at Telerik.OpenAccess.Config.XML.ConfigFileReader.GetOpenAccessNode(Boolean fromAppConfig, String configFileName, XmlTextReader & xmlTextReader, Boolean throwException)................etc
I am using TortoiseSVN for source control. Everything works fine except for this. I suspect Tortoise is keeping it from authenticating the user/password specified in the openaccess element in the app.config section.
any ideas why this is occurring and how I can fix this? this is really not good for development schedules and I really hope there is a fix for this OTHER than removing source control.
when I try to copy an existing user control from one form to another, I get the following error:
"an error occurred while processing this command. the 'openaccess' section cannot be found in the application's configuration file"
when I try to add a new user control to a new form I get the following error:
Failed to create component 'AddEquipmentUC'. The error message follows:
'Telerik.OpenAcccess.Exceptions.ConfigurationException: The 'openaccess' section cannot be found in the application's configuration file. at Telerik.OpenAccess.Config.XML.ConfigFileReader.GetOpenAccessNode(Boolean fromAppConfig, String configFileName, XmlTextReader & xmlTextReader, Boolean throwException)................etc
I am using TortoiseSVN for source control. Everything works fine except for this. I suspect Tortoise is keeping it from authenticating the user/password specified in the openaccess element in the app.config section.
any ideas why this is occurring and how I can fix this? this is really not good for development schedules and I really hope there is a fix for this OTHER than removing source control.