Click here to Skip to main content
15,899,124 members
Home / Discussions / COM
   

COM

 
AnswerRe: How to mashal IElementBehaviorFactory interface? Pin
Stephen Hewitt25-Oct-06 18:47
Stephen Hewitt25-Oct-06 18:47 
GeneralRe: How to mashal IElementBehaviorFactory interface? Pin
jinhaibo25-Oct-06 19:37
jinhaibo25-Oct-06 19:37 
GeneralRe: How to mashal IElementBehaviorFactory interface? Pin
Stephen Hewitt25-Oct-06 19:44
Stephen Hewitt25-Oct-06 19:44 
GeneralRe: How to mashal IElementBehaviorFactory interface? Pin
jinhaibo25-Oct-06 20:03
jinhaibo25-Oct-06 20:03 
QuestionHow to debug when I'm developing an outlook add-in using COM? Pin
OctopusThu25-Oct-06 8:35
OctopusThu25-Oct-06 8:35 
AnswerRe: How to debug when I'm developing an outlook add-in using COM? Pin
Jörgen Sigvardsson25-Oct-06 9:48
Jörgen Sigvardsson25-Oct-06 9:48 
GeneralRe: How to debug when I'm developing an outlook add-in using COM? Pin
Mike Dimmick25-Oct-06 23:54
Mike Dimmick25-Oct-06 23:54 
QuestionNeed to read value from config file Pin
Shilpa124-Oct-06 10:24
Shilpa124-Oct-06 10:24 
I am trying to use the settings.designer.cs file for a value that needs to be put into the app.config file.

My config(auto-generated by VS2005) file now looks like this:-
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="Settings1" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</sectionGroup>
</configSections>
<applicationSettings>
<General.Settings1>
<setting name="DatabasePath" serializeAs="String">
<value>C:\Web\App_Data\Messages.mdb;</value>
</setting>
</General.Settings1>
</applicationSettings>
</configuration>

In the C# code i am trying to access this property by this code:
Settings1 set = Settings1.Default;
string str = set.DatabasePath;
return str;

The above line of code returns null.can anyone explain what am i missing here?
AnswerRe: Need to read value from config file Pin
voorugonda prashanth29-Oct-06 23:09
voorugonda prashanth29-Oct-06 23:09 
Questiongetactiveobject vs cocreateinstance Pin
sbuchner24-Oct-06 2:43
sbuchner24-Oct-06 2:43 
QuestionC# & mswinsock.ocx Pin
Shahin7719-Oct-06 11:41
Shahin7719-Oct-06 11:41 
AnswerRe: C# & mswinsock.ocx Pin
Mike Dimmick23-Oct-06 1:43
Mike Dimmick23-Oct-06 1:43 
QuestionActivedocument error - word addin problem Pin
K edar V18-Oct-06 20:07
K edar V18-Oct-06 20:07 
AnswerRe: Activedocument error - word addin problem Pin
K edar V18-Oct-06 20:25
K edar V18-Oct-06 20:25 
QuestionError while Installing Pin
Jeeva Mary Varghese18-Oct-06 19:26
Jeeva Mary Varghese18-Oct-06 19:26 
GeneralRe: Error while Installing Pin
prasad_som18-Oct-06 20:08
prasad_som18-Oct-06 20:08 
GeneralRe: Error while Installing Pin
Jeeva Mary Varghese18-Oct-06 20:50
Jeeva Mary Varghese18-Oct-06 20:50 
AnswerRe: Error while Installing Pin
Jonathan [Darka]19-Oct-06 23:38
professionalJonathan [Darka]19-Oct-06 23:38 
QuestionQustions about onLoad event!!!~~~~~thanks Pin
Armor Wei18-Oct-06 0:08
Armor Wei18-Oct-06 0:08 
QuestionUrgent : Regarding the delete w.r.t COM Pin
janadhana16-Oct-06 20:46
janadhana16-Oct-06 20:46 
QuestionRe: Urgent : Regarding the delete w.r.t COM Pin
prasad_som16-Oct-06 21:20
prasad_som16-Oct-06 21:20 
AnswerRe: Urgent : Regarding the delete w.r.t COM Pin
janadhana16-Oct-06 22:24
janadhana16-Oct-06 22:24 
AnswerRe: Urgent : Regarding the delete w.r.t COM Pin
prasad_som16-Oct-06 22:36
prasad_som16-Oct-06 22:36 
GeneralRe: Urgent : Regarding the delete w.r.t COM [modified] Pin
Jörgen Sigvardsson18-Oct-06 9:07
Jörgen Sigvardsson18-Oct-06 9:07 
GeneralRe: Urgent : Regarding the delete w.r.t COM Pin
janadhana23-Oct-06 1:38
janadhana23-Oct-06 1:38 

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.