Tagged Questions
The pnrp tag has no wiki summary.
1
vote
1answer
110 views
Should I assign my WCF P2P app a Port?
I'm building a WCF P2P service using the PNRP functionality.
I see that I can assign a port to the Bindings... but most of the examples do not.
Is there a reason I should or shouldn't give it a port?
...
1
vote
2answers
401 views
Does PNRP work on a LAN with no Internet connection?
So, I'm trying to make sense of WCF in general, and this MSDN chat client sample in particular. I have been testing with the configuration below, and it seems to be working fine. However, what will ...
0
votes
1answer
8 views
How can I check PNRP settings programmatically?
I'm trying to build an application with WCF and PNRP, but I've already run in to some problems testing on my local network, relating to the pnrp settings. Now I got this connection working locally ...
0
votes
0answers
30 views
PNRP on POSReady or XP Embedded
We have WCF P2P code working on XP and Win7. We cannot say the same for POSReady. We have installed PNRP (Networking components) and services appear to be installed and running.
netsh p2p pnrp ...
0
votes
0answers
103 views
How to activate PNRP protocol on Windows 7 Pro
I'm using Windows 7 Pro 64bits and my computer belongs to a domain. When I try to activate the service 'Peer Networking Identity Manager', I get a error message :
"Windows could not start the Peer ...
0
votes
1answer
53 views
P2P vs DDNS ? What should be used?
I'm trying to build a multi-client/multi-server application
Clients includes computers, smartphones, .. etc
So they could be with static or dynamic IPs or behind firewalls or NATs .. etc
I have ...
0
votes
2answers
211 views
How to create a receiver application in .NET that would accept messages or requests from ASP.NET page?
First of all thanks for taking the time to read my question. Here is what I am trying to accomplish followed by what I have so far on this.
What I want to do is create a Windows application (or ...
0
votes
1answer
279 views
PNRP + dont see Global_ on Windows 7
Im trying to test out PNRP in a simple app that either registers or resolves. On my Vista machine when i run 'netsh p2p pnrp cloud show list' .... I see Global_ When i try this from my Windows 7 ...
0
votes
1answer
232 views
PNRP - How does it work?
Sorry if this seems like a stupid question but im actually having a hard time finding a straight answer. I know PNRP is MS's technology for implementing peer-to-peer but how does it actually work - i ...
0
votes
1answer
928 views
WCF Peer to peer chat
I wrote some code for a WCF P2P chat program.
<services>
<service name="PeerChat.Form1">
<host>
<baseAddresses>
<add baseAddress="net.p2p://PeerChat/" ...
0
votes
2answers
163 views
PNRP Global_ stuck on Alone
I have two installations of Windows 7. a 64bit version on my hard disk, and a 32bit version installed as a bootable VHD.
on my the 64bit version, I can't get my PNRP Global_ cloud out of Alone state.
...
0
votes
1answer
221 views
PNRP Speed
Just curious to know what your experiences with PNRP are? I have been using WCF to code up a peer to peer application using WCF.
I support 2 different setups, one using PNRP (i.e. no server) and ...
0
votes
1answer
400 views
PNRP Name Resolution Problem
I am trying to get PNRP connectivity working between a Windows XP machine and a Windows Vista machine on my internal network (as a first step to getting it working from outside my network).
I have ...