Click here to Skip to main content
15,915,328 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# windows service is not showing in Control panel services Pin
Mohammed Shahab23-Feb-08 1:36
Mohammed Shahab23-Feb-08 1:36 
QuestionHow to get clear figure in windows application? Pin
Aravinthan22-Feb-08 19:25
Aravinthan22-Feb-08 19:25 
AnswerRe: How to get clear figure in windows application? Pin
Christian Graus22-Feb-08 19:41
protectorChristian Graus22-Feb-08 19:41 
GeneralRe: How to get clear figure in windows application? Pin
Aravinthan22-Feb-08 21:59
Aravinthan22-Feb-08 21:59 
NewsVTD-XML 2.3 Pin
Jimmy Zhang22-Feb-08 19:00
Jimmy Zhang22-Feb-08 19:00 
GeneralRe: VTD-XML 2.3 Pin
Christian Graus22-Feb-08 19:05
protectorChristian Graus22-Feb-08 19:05 
GeneralRe: VTD-XML 2.3 Pin
Jimmy Zhang22-Feb-08 19:16
Jimmy Zhang22-Feb-08 19:16 
GeneralFailed to load provider type Pin
paulb22-Feb-08 18:27
paulb22-Feb-08 18:27 
I'm getting an exception thrown when trying to use a 3rd party library from my DLL, it works fine if I use this library from an Exe but not the DLL. I suspect its to do with it trying to access a config file. This is (part of) the stack trace:

Inner Exception: Failed to load provider type: ERSP.Utilities.Configuration.LocalFileModuleSettingsProvider, xFx, Version=2.1.2868.1848, Culture=neutral, PublicKeyToken=null. (ConfigurationErrorsException)<br />
Stack:<br />
  at System.Configuration.ApplicationSettingsBase.get_Initializer()<br />
  at System.Configuration.ApplicationSettingsBase.CreateSetting(PropertyInfo propInfo)<br />
  at System.Configuration.ApplicationSettingsBase.EnsureInitialized()<br />
  at System.Configuration.ApplicationSettingsBase.get_Context()<br />
  at System.Configuration.ApplicationSettingsBase.set_SettingsKey(String value)<br />
  at xFx.Properties.Settings..ctor()<br />
  at xFx.Properties.Settings..cctor()


It looks like its using a custom configuration provider, maybe its just buggy? and maybe it will work if the config file is avialble so... Is it possible to have an app.config file with a DLL? I tried adding one to the project, didn't seem to help.
GeneralRe: Failed to load provider type Pin
Hesham Amin22-Feb-08 22:40
Hesham Amin22-Feb-08 22:40 
GeneralRe: Failed to load provider type Pin
paulb23-Feb-08 0:36
paulb23-Feb-08 0:36 
GeneralOpenVPN bandwidth controlling Pin
vikramspce198322-Feb-08 17:38
vikramspce198322-Feb-08 17:38 
GeneralAccessing Thunderbird data using C# Pin
Umer Sheikh22-Feb-08 16:20
Umer Sheikh22-Feb-08 16:20 
GeneralRe: Accessing Thunderbird data using C# Pin
N a v a n e e t h22-Feb-08 17:44
N a v a n e e t h22-Feb-08 17:44 
GeneralRe: Accessing Thunderbird data using C# Pin
Umer Sheikh23-Feb-08 6:02
Umer Sheikh23-Feb-08 6:02 
GeneralRe: Accessing Thunderbird data using C# Pin
situ2113-Apr-11 20:15
situ2113-Apr-11 20:15 
GeneralDataTables Problem Pin
Xmen Real 22-Feb-08 14:46
professional Xmen Real 22-Feb-08 14:46 
GeneralRe: DataTables Problem Pin
Christian Graus22-Feb-08 15:06
protectorChristian Graus22-Feb-08 15:06 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 15:19
professional Xmen Real 22-Feb-08 15:19 
GeneralRe: DataTables Problem Pin
N a v a n e e t h22-Feb-08 15:41
N a v a n e e t h22-Feb-08 15:41 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 15:46
professional Xmen Real 22-Feb-08 15:46 
GeneralRe: DataTables Problem Pin
N a v a n e e t h22-Feb-08 16:16
N a v a n e e t h22-Feb-08 16:16 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 18:29
professional Xmen Real 22-Feb-08 18:29 
GeneralRe: DataTables Problem Pin
Christian Graus22-Feb-08 16:18
protectorChristian Graus22-Feb-08 16:18 
GeneralRe: DataTables Problem Pin
Xmen Real 22-Feb-08 18:31
professional Xmen Real 22-Feb-08 18:31 
GeneralRe: DataTables Problem Pin
N a v a n e e t h22-Feb-08 15:23
N a v a n e e t h22-Feb-08 15:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.