Click here to Skip to main content
15,897,315 members
Home / Discussions / C#
   

C#

 
GeneralRe: receiving data from usb port Pin
Sauro Viti29-Sep-10 4:56
professionalSauro Viti29-Sep-10 4:56 
GeneralRe: receiving data from usb port Pin
Dave Kreskowiak29-Sep-10 5:48
mveDave Kreskowiak29-Sep-10 5:48 
AnswerRe: receiving data from usb port Pin
Sauro Viti29-Sep-10 4:53
professionalSauro Viti29-Sep-10 4:53 
QuestionWCF Get Endpoint from my Client Pin
softwarejaeger29-Sep-10 3:22
softwarejaeger29-Sep-10 3:22 
AnswerRe: WCF Get Endpoint from my Client Pin
Nish Nishant29-Sep-10 5:34
sitebuilderNish Nishant29-Sep-10 5:34 
GeneralRe: WCF Get Endpoint from my Client Pin
softwarejaeger30-Sep-10 20:45
softwarejaeger30-Sep-10 20:45 
GeneralRe: WCF Get Endpoint from my Client Pin
softwarejaeger4-Oct-10 21:09
softwarejaeger4-Oct-10 21:09 
QuestionWCF Connection Pin
cdpace29-Sep-10 1:03
cdpace29-Sep-10 1:03 
Hello everyone,
ActiveDB.DBContractsClient _Proxy = new ActiveDB.DBContractsClient();
            
            _Proxy.Open();

            _Proxy.ExecuteQuery("Select 1", new object[] { });

            _Proxy.Close();

            _Proxy.Open();
          _Proxy.Close();



I have the following code to demonstrate my problem. Till the point where is the second open it works fine, but when it tries to open to connection for the second time it says cannot open object because it is disposed.

Am I doing something worng or any ideas on how i may fix it?

Thank you for any help.
AnswerRe: WCF Connection Pin
Pete O'Hanlon29-Sep-10 1:09
mvePete O'Hanlon29-Sep-10 1:09 
GeneralRe: WCF Connection Pin
cdpace29-Sep-10 1:17
cdpace29-Sep-10 1:17 
GeneralRe: WCF Connection Pin
Pete O'Hanlon29-Sep-10 1:32
mvePete O'Hanlon29-Sep-10 1:32 
GeneralRe: WCF Connection Pin
jschell29-Sep-10 9:34
jschell29-Sep-10 9:34 
AnswerRe: WCF Connection Pin
PIEBALDconsult29-Sep-10 3:18
mvePIEBALDconsult29-Sep-10 3:18 
QuestionDraw Tool 2005 Pin
sunitkrishna29-Sep-10 0:34
sunitkrishna29-Sep-10 0:34 
AnswerRe: Draw Tool 2005 Pin
OriginalGriff29-Sep-10 0:45
mveOriginalGriff29-Sep-10 0:45 
QuestionProblem to remove temporary image files once used Pin
VCsamir28-Sep-10 23:51
VCsamir28-Sep-10 23:51 
AnswerRe: Problem to remove temporary image files once used Pin
Henry Minute29-Sep-10 0:16
Henry Minute29-Sep-10 0:16 
GeneralRe: Problem to remove temporary image files once used Pin
VCsamir29-Sep-10 2:22
VCsamir29-Sep-10 2:22 
GeneralRe: Problem to remove temporary image files once used Pin
Henry Minute29-Sep-10 2:27
Henry Minute29-Sep-10 2:27 
AnswerRe: Problem to remove temporary image files once used Pin
Luc Pattyn29-Sep-10 3:04
sitebuilderLuc Pattyn29-Sep-10 3:04 
QuestionC# Threading Pin
Ramkithepower28-Sep-10 23:27
Ramkithepower28-Sep-10 23:27 
AnswerRe: C# Threading Pin
Pete O'Hanlon28-Sep-10 23:38
mvePete O'Hanlon28-Sep-10 23:38 
Questionfile manager Pin
kamila_me28-Sep-10 6:22
kamila_me28-Sep-10 6:22 
AnswerRe: file manager Pin
Luc Pattyn28-Sep-10 6:35
sitebuilderLuc Pattyn28-Sep-10 6:35 
Questionto show checkBox 'true' using List View Pin
annie_bel28-Sep-10 0:01
annie_bel28-Sep-10 0:01 

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.