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

C#

 
GeneralRe: run exe on different computer Pin
ednrgc10-Nov-06 9:46
ednrgc10-Nov-06 9:46 
GeneralRe: run exe on different computer Pin
aPerfectCircle10-Nov-06 10:02
aPerfectCircle10-Nov-06 10:02 
AnswerRe: run exe on different computer Pin
Guffa10-Nov-06 12:51
Guffa10-Nov-06 12:51 
GeneralRe: run exe on different computer Pin
kselman10-Nov-06 16:30
kselman10-Nov-06 16:30 
GeneralRe: run exe on different computer Pin
Dave Kreskowiak10-Nov-06 17:19
mveDave Kreskowiak10-Nov-06 17:19 
GeneralRe: run exe on different computer Pin
aPerfectCircle11-Nov-06 11:06
aPerfectCircle11-Nov-06 11:06 
Question3rd party control hunting: prop sheet / vertical grid Pin
madwilliamflint10-Nov-06 7:45
madwilliamflint10-Nov-06 7:45 
QuestionRemote Serviced Component Auto-registers Pin
The Man from U.N.C.L.E.10-Nov-06 7:19
The Man from U.N.C.L.E.10-Nov-06 7:19 
This is driving me crazy, not because it doesn't work, but because sometimes it does!
Maybe I just shouldn't be trying to work in this manner at all, however, here is a simplified version of the problem.

I have a serviced component (Business Rules) written in .Net 2.0 installed on Server1. This calls other stuff including SQL 2005

I have a WebService written in .Net 2.0 installed on Server2.
The Webservice code calls the serviced component.

A .Net Windows Forms client calls this webservice.

If Server1 and Server2 are infact the same server then there are never any problems, however, in the two server environment some methods cause the serviced component to auto register on Server2 (the web server). Consequently the method errors as the identity is not configured correctly. Of course it isn't it should never be configured at all on Server2!

I have two methods as examples.
1. public System.Data.DataSet GetContactById(System.Guid id, string UserName)
This works fine.

2. public System.Data.DataSet GetOtherContactById(System.Guid id)
This auto registers the Serviced Component.

Unfortunatly this is just a small part of a huge application and my attempts to replicate the error on a small scall have failed.

Has anyone come accross this behavior?

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)

QuestionVirtual connection to a Access Db Pin
Almerica10-Nov-06 7:01
Almerica10-Nov-06 7:01 
AnswerRe: Virtual connection to a Access Db Pin
Guffa10-Nov-06 8:06
Guffa10-Nov-06 8:06 
GeneralRe: Virtual connection to a Access Db Pin
Almerica10-Nov-06 8:10
Almerica10-Nov-06 8:10 
GeneralRe: Virtual connection to a Access Db Pin
Guffa10-Nov-06 11:09
Guffa10-Nov-06 11:09 
AnswerRe: Virtual connection to a Access Db Pin
shopi3012-Nov-06 14:55
shopi3012-Nov-06 14:55 
GeneralRe: Virtual connection to a Access Db Pin
Almerica12-Nov-06 15:06
Almerica12-Nov-06 15:06 
GeneralRe: Virtual connection to a Access Db Pin
shopi3012-Nov-06 17:03
shopi3012-Nov-06 17:03 
GeneralRe: Virtual connection to a Access Db Pin
Almerica14-Nov-06 5:20
Almerica14-Nov-06 5:20 
QuestionNew to C# and VS 2005. Database question Pin
Jon Stroh10-Nov-06 5:30
Jon Stroh10-Nov-06 5:30 
AnswerRe: New to C# and VS 2005. Database question Pin
Ed.Poore10-Nov-06 5:34
Ed.Poore10-Nov-06 5:34 
GeneralRe: New to C# and VS 2005. Database question Pin
Jon Stroh10-Nov-06 9:14
Jon Stroh10-Nov-06 9:14 
GeneralRe: New to C# and VS 2005. Database question Pin
Ed.Poore10-Nov-06 9:36
Ed.Poore10-Nov-06 9:36 
QuestionComparing the Background image of a control... Pin
new_phoenix10-Nov-06 5:27
new_phoenix10-Nov-06 5:27 
AnswerRe: Comparing the Background image of a control... Pin
Amar Chaudhary10-Nov-06 5:41
Amar Chaudhary10-Nov-06 5:41 
QuestionRe: Comparing the Background image of a control... [modified] Pin
new_phoenix10-Nov-06 5:54
new_phoenix10-Nov-06 5:54 
AnswerRe: Comparing the Background image of a control... Pin
Amar Chaudhary10-Nov-06 6:10
Amar Chaudhary10-Nov-06 6:10 
QuestionRe: Comparing the Background image of a control... [modified] Pin
new_phoenix10-Nov-06 7:10
new_phoenix10-Nov-06 7:10 

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.