Click here to Skip to main content
15,891,136 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionAbstract Class Pin
Ranjalkar Raghavendra22-Oct-12 0:00
Ranjalkar Raghavendra22-Oct-12 0:00 
AnswerRe: Abstract Class Pin
Mayank_Gupta_26-Oct-12 1:07
professionalMayank_Gupta_26-Oct-12 1:07 
Questiontext search in tfs at root level Pin
Member 391904919-Oct-12 10:58
Member 391904919-Oct-12 10:58 
Questiondisplay control Pin
mahesh s charan18-Oct-12 20:50
mahesh s charan18-Oct-12 20:50 
AnswerRe: display control Pin
Eddy Vluggen19-Oct-12 3:02
professionalEddy Vluggen19-Oct-12 3:02 
GeneralRe: display control Pin
mahesh s charan19-Oct-12 22:38
mahesh s charan19-Oct-12 22:38 
GeneralRe: display control Pin
Eddy Vluggen19-Oct-12 22:44
professionalEddy Vluggen19-Oct-12 22:44 
Question"There was no endpoint listening at http" Pin
loweryk17-Oct-12 11:51
loweryk17-Oct-12 11:51 
I have a Windows forms app which uses WCF services. Our application sends messages using one of our WCF services to specific users running our client, so our callback “http:” string is dynamically constructed each time a message is sent to a user. It includes the server IP address and port (126.221.97.105:701) onto which the current user is logged, the user’s id (56281), and the client GUID (7392d27a-e4a0-42e2-89a3-adc332e28934). So, a typical callback “http:” string looks like this:

http://126.221.97.105:701/CmesCns/CALLBACK/56281/7392d27a-e4a0-42e2-89a3-adc332e28934

We have an http namespace (http://+:701/) on our client and the group “Everyone” is tied to this namespace with all of the access permissions checked (GenericAll, GenericExecute, GenericRead, and GenericWrite). We use “http namespace” to create our namespaces.

Our application has been in production (on Windows Server 2003) for a few years and everything is working fine.

We have recently converted our application to run in the Windows 2008 server environment. The “Target Framework” in each of our projects is set to the “.NET Framework 4.0”. Our application works fine on my Windows 7 developer workstation. That is, I am able to receive messages from our WCF service, but when I place our application onto our Windows 2008 server and I attempt to run the application, I receive the following error message:

“There was no endpoint listening at http:// 126.221.97.105:701/CmesCns/CALLBACK/56281/7392d27a-e4a0-42e2-89a3-adc332e28934 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”

The http namespace (http://+:701/) exists on my developer workstation and on my Windows 2008 server. The group “Everyone” is tied the namespace on my Windows 7 box and on my Windows 2008 server, and all of the access permissions are checked (GenericAll, GenericExecute, GenericRead, and GenericWrite).

Our team has been trying to resolve this error but we are unable to do so. Would anybody have any ideas on why this would work on our Windows 7 workstations, but not on our Windows 2008 servers?

Any help is greatly appreciated!
Kevin
Questionis it possible to make a setup wizard to include updates? Pin
neodeaths15-Oct-12 8:41
neodeaths15-Oct-12 8:41 
AnswerRe: is it possible to make a setup wizard to include updates? Pin
Eddy Vluggen16-Oct-12 2:46
professionalEddy Vluggen16-Oct-12 2:46 
QuestionDisappearing FormClosing/FormClosed event Pin
Bernhard Hiller14-Oct-12 22:39
Bernhard Hiller14-Oct-12 22:39 
AnswerRe: Disappearing FormClosing/FormClosed event Pin
Eddy Vluggen15-Oct-12 0:44
professionalEddy Vluggen15-Oct-12 0:44 
Question.Net Securing Connection String Clarification Pin
Member 838957110-Oct-12 10:39
Member 838957110-Oct-12 10:39 
AnswerRe: .Net Securing Connection String Clarification Pin
Richard Andrew x6410-Oct-12 12:03
professionalRichard Andrew x6410-Oct-12 12:03 
GeneralRe: .Net Securing Connection String Clarification Pin
Member 838957110-Oct-12 14:29
Member 838957110-Oct-12 14:29 
GeneralRe: .Net Securing Connection String Clarification Pin
CafedeJamaica21-Nov-12 5:33
professionalCafedeJamaica21-Nov-12 5:33 
AnswerRe: .Net Securing Connection String Clarification Pin
jschell11-Oct-12 8:53
jschell11-Oct-12 8:53 
QuestionArray of Double - Shallow vs. Deep Cloning? Pin
M-Badger5-Oct-12 7:01
M-Badger5-Oct-12 7:01 
AnswerRe: Array of Double - Shallow vs. Deep Cloning? Pin
Eddy Vluggen5-Oct-12 12:25
professionalEddy Vluggen5-Oct-12 12:25 
GeneralRe: Array of Double - Shallow vs. Deep Cloning? Pin
M-Badger7-Oct-12 9:56
M-Badger7-Oct-12 9:56 
AnswerRe: Array of Double - Shallow vs. Deep Cloning? Pin
Eddy Vluggen8-Oct-12 0:39
professionalEddy Vluggen8-Oct-12 0:39 
GeneralRe: Array of Double - Shallow vs. Deep Cloning? Pin
M-Badger9-Oct-12 23:04
M-Badger9-Oct-12 23:04 
GeneralRe: Array of Double - Shallow vs. Deep Cloning? Pin
Eddy Vluggen10-Oct-12 1:22
professionalEddy Vluggen10-Oct-12 1:22 
GeneralOT Pin
M-Badger10-Oct-12 2:23
M-Badger10-Oct-12 2:23 
GeneralRe: OT Pin
Eddy Vluggen10-Oct-12 9:00
professionalEddy Vluggen10-Oct-12 9:00 

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.