Hallo Zusammen,
möchte von einem externen Programm auf den TVServer zugreifen.
So sieht vereinfacht der Code aus:
RemoteControl.HostName = "localhost";
//get the location of the database..
string connStr;
string provider;
IController controller = RemoteControl.Instance;
controller.GetDatabaseConnectionString(out connStr, out provider);
//set the connection string
ProviderFactory.ResetGentle(true);
ProviderFactory.SetDefaultProvider(provider);
ProviderFactory.SetDefaultProviderConnectionString(connStr);
Bei den rot markeirten Zeilen erhalte ich dabei folgende Exception:
{"FATAL ERROR: No configuration store was found!\r\nGentle is unable to continue!\r\n\r\nThe handlers emitted the following error messages:\r\nUnable to create GentleSectionHandler for section named \"gentle\" in file \"C:\\Users\\npiazzolla\\Documents\\Visual Studio 2010\\Projects\\ConsoleApplication1.config\".\r\n\r\nUnable to create FileHandler for file Gentle.config.\r\nThis usually means that the file could not be found in any of the default search locations.\r\n\r\nThe handlers threw the following exceptions:\r\nError: DeveloperErrorUnclassified\r\nGentle.Common.GentleException: No configuration file could be located.\r\n bei Gentle.Common.FileHandler..ctor(String file)\r\n bei Gentle.Common.Configurator.AddFileHandler(String configStoreName, String fileName)\r\n\r\n"}
Die Datei Gentle.config habe ich gefunden, weiss aber nicht wie ich diese einbinden kann.
Hoffe mir kann jemand einen Anstoß geben.
Vielen Dank im Voraus.
Ciao Nu
möchte von einem externen Programm auf den TVServer zugreifen.
So sieht vereinfacht der Code aus:
RemoteControl.HostName = "localhost";
//get the location of the database..
string connStr;
string provider;
IController controller = RemoteControl.Instance;
controller.GetDatabaseConnectionString(out connStr, out provider);
//set the connection string
ProviderFactory.ResetGentle(true);
ProviderFactory.SetDefaultProvider(provider);
ProviderFactory.SetDefaultProviderConnectionString(connStr);
Bei den rot markeirten Zeilen erhalte ich dabei folgende Exception:
{"FATAL ERROR: No configuration store was found!\r\nGentle is unable to continue!\r\n\r\nThe handlers emitted the following error messages:\r\nUnable to create GentleSectionHandler for section named \"gentle\" in file \"C:\\Users\\npiazzolla\\Documents\\Visual Studio 2010\\Projects\\ConsoleApplication1.config\".\r\n\r\nUnable to create FileHandler for file Gentle.config.\r\nThis usually means that the file could not be found in any of the default search locations.\r\n\r\nThe handlers threw the following exceptions:\r\nError: DeveloperErrorUnclassified\r\nGentle.Common.GentleException: No configuration file could be located.\r\n bei Gentle.Common.FileHandler..ctor(String file)\r\n bei Gentle.Common.Configurator.AddFileHandler(String configStoreName, String fileName)\r\n\r\n"}
Die Datei Gentle.config habe ich gefunden, weiss aber nicht wie ich diese einbinden kann.
Hoffe mir kann jemand einen Anstoß geben.
Vielen Dank im Voraus.
Ciao Nu