Click here to Skip to main content
15,911,142 members
Home / Discussions / C#
   

C#

 
QuestionA strange problem to FileSystemWatcher Pin
alantu8-Aug-06 22:14
alantu8-Aug-06 22:14 
AnswerRe: A strange problem to FileSystemWatcher Pin
leppie8-Aug-06 22:45
leppie8-Aug-06 22:45 
Questionthe Configuration Class's parameter's problem Pin
mikebai8-Aug-06 21:49
mikebai8-Aug-06 21:49 
AnswerRe: the Configuration Class's parameter's problem Pin
mikebai9-Aug-06 14:35
mikebai9-Aug-06 14:35 
Questionis Microsoft.Net is Plateform independent Pin
Mahmood Ilyas8-Aug-06 21:47
Mahmood Ilyas8-Aug-06 21:47 
AnswerRe: is Microsoft.Net is Plateform independent Pin
stancrm8-Aug-06 22:06
stancrm8-Aug-06 22:06 
AnswerRe: is Microsoft.Net is Plateform independent Pin
leppie8-Aug-06 22:28
leppie8-Aug-06 22:28 
QuestionTaskbar Band Object stealing focus Pin
hoorayforlife8-Aug-06 21:43
hoorayforlife8-Aug-06 21:43 
Questionhow to get the path of an image Pin
kkadir8-Aug-06 21:25
kkadir8-Aug-06 21:25 
AnswerRe: how to get the path of an image Pin
JoeSharp8-Aug-06 21:50
JoeSharp8-Aug-06 21:50 
GeneralRe: how to get the path of an image Pin
kkadir9-Aug-06 2:57
kkadir9-Aug-06 2:57 
Questionhow to wrap a COM object so it can be used in .NET. Pin
Mithun Acharya8-Aug-06 20:25
Mithun Acharya8-Aug-06 20:25 
AnswerRe: how to wrap a COM object so it can be used in .NET. Pin
hoorayforlife8-Aug-06 21:44
hoorayforlife8-Aug-06 21:44 
AnswerRe: how to wrap a COM object so it can be used in .NET. Pin
S. Senthil Kumar9-Aug-06 1:02
S. Senthil Kumar9-Aug-06 1:02 
QuestionDynamically data retrieval Pin
Prabs frm PGP8-Aug-06 20:21
Prabs frm PGP8-Aug-06 20:21 
AnswerRe: Dynamically data retrieval Pin
Rakheesh Chalil8-Aug-06 23:34
Rakheesh Chalil8-Aug-06 23:34 
QuestionSingleton object Pin
engsrini8-Aug-06 20:11
engsrini8-Aug-06 20:11 
Hi all,
we have a singleton class which has some functions used to do testing a harware.

Our main Exe will create an object for that singleton class(which opens Com1 port and communicate with hardware). so the Exe will do communication test with hardware it is working well. We are using one testing tool (teststand)(a COM EXE)to do various testing with hardware, Testing tool provided some class libraries to execute test profiles . Main exe will use these libraries to execute tests when the user clicks Testbutton. after that testing tool(teststand) try to create an object for that singleton but it returns new object not the existing one which is created by EXE. So it throwing me exeception "Com1 port access denied." (since we created object for signleton class @ very first in EXE)

My question is Since that testing tool runs in a separate Appdoamin will the singlton class create separate object for different appdomain? if so is there any solution to reslove this?
Hope i clearly explained my probs.
Thanks in advance
Srini
AnswerRe: Singleton object Pin
Guffa8-Aug-06 23:27
Guffa8-Aug-06 23:27 
QuestionHow I Can convert type byte[] to ...... [modified] Pin
mm3108-Aug-06 19:58
mm3108-Aug-06 19:58 
AnswerRe: How I Can convert type byte[] to ...... Pin
stancrm8-Aug-06 20:28
stancrm8-Aug-06 20:28 
GeneralRe: How I Can convert type byte[] to ...... Pin
mm3108-Aug-06 23:27
mm3108-Aug-06 23:27 
Questionplz help me ..... Pin
mostafa_h8-Aug-06 19:37
mostafa_h8-Aug-06 19:37 
AnswerRe: plz help me ..... Pin
rainfeet8-Aug-06 22:27
rainfeet8-Aug-06 22:27 
GeneralRe: plz help me ..... Pin
matin1948-Aug-06 23:22
matin1948-Aug-06 23:22 
GeneralRe: plz help me ..... [modified] Pin
mostafa_h9-Aug-06 2:05
mostafa_h9-Aug-06 2:05 

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.