.NET Framework Networking and Communication announcement
-
Link
This forum has been retired. It is locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Windows Communication Foundation, Serialization, and Networking forum.
-
Link
If your topic pertains primarily to one of these technology areas, we can assist you better when you post to a more specific forum.
Please post all System.Net or System.Uri topics to the Network Class Library (NCL) forum:
http://forums.msdn.microsoft.com/en-US/ncl/threads/.
Please post all WCF topics to the WCF forum:
http://social.msdn.microsoft.com/forums/en-US/wcf/threads/.
Please post all ASP topics to the ASP.NET forum:
http://forums.asp.net/
-
Link
Is this the right forum?
This forum is a general purpose networking and communication forum. If your question pertains to NCL (System.Net), WCF, or ASP.NET, you may receive a better response posting directly to the forums for those technologies.General Forum Tips
Here are a few suggestions (in this order of relevance) that will help you to get the best answer to your question as quickly as possible:
-
Search for your question on the forums or in Visual Studio's help system first
-- it's likely someone may have already answered your question, and you
won't have to waste time waiting for it to be answered again
- Post in the correct forum
(see below) -- since the experts in various subject matters tend to
stick to the set of forums that focus on those topics, a question about
the C# yield keyword posted in the Common Language Runtime forum will
likely take a lot longer to be answered than the same question in the
C# Language forum.
- Give details about your problem
-- rather than "When I call Process.Start I get an exception, please
help", provide the exception type, message, and call stack. Many times
it helps if you attach a snippet of the network trace/sniff of the
error that shows the error. For getting network sniffs use Network
Monitor and for network traces use the built in System.Net tracing
according to this blog.
If possible, provide a succinct code snippet that demonstrates the problem. This lets us reproduce the problem on our end and allows us to come up with an answer where just a general question may not have had enough details. Having this information means we can answer your question more quickly, without having to ask you for these details and wait for your response. If you have a big code sample please trim it down to the relevant parts that will help us understand the problem better. - Try to pinpoint the location of your error –
This will help us get to the root of the issue quickly. Saying
something like “My application cannot read from server” is less likely
to find a quick solution as compared to “My application gets a 505 not
found even though file is present since the trace shows that
FtpWebRequest does not handle a 505 error for an xyz command”
- Make sure your title summarizes the specific problem you have
-- since we try to answer the maximum number of questions we can with
our time, we often skim through question subjects to quickly find the
ones that we know the answers to. A question with a title of "Urgent!
Help needed!" is not as likely to get answered as a question with a
title of "How to define a sealed class using CodeDOM". A more
specific, detailed title is far more likely to get a response than
a general one.
- Once
you've received a correct answer to your question, either from a
Microsoft employee, an MVP, or the community in general, please mark
the post as answered.
You can do this with the "Mark as correct answer" button that appears
on the entry containing your answer. This step is important, since it
lets the Visual Studio search engine know that there is an answer in
that thread for others who may also have your problem. It also lets
people scanning the forums know that they can find an answer to that
question by reading the thread.
- Report bugs through Microsoft Connect, instead of on the forums
-- this site allows us to see the bugs in our bug
tracking database and get them assigned to the correct person. It also
allows you to follow the problem through to its resolution, and is a
much better way for us to handle issues you find than a bug report
posted on the forums.
- Use the report button -- as moderators we try to keep spam and inflammatory comments out of the forums. However if you do catch something that we missed, don't hesitate to use the report button so that we can keep the forums on-topic and a friendly place to go for help with your .NET questions!
Related Forums
When trying to figure out which forum is right for your question, here are some good candidates:
Network Class Library (System.Net) - for managed networking issues like HTTP, SMTP, Uri, FTP, Sockets etc.
Windows Communication Foundation (WCF) - for managed networking issues relating to WCF and SOA
.NET Framework Networking - for managed networking issues not relating to System.Net or WCF.
Common Language Runtime - for questions related to the runtime engine itself
.NET Development General - a general catchall for questions related to the BCL libraries, questions regarding the design of your code, etc.
Visual C# Language - for questions about the C# programming language, not the CLR or managed libraries
Visual Basic Language - same as above, but for VB
Visual C++ Language - same as above, but for C++ (both native and C++/CLI)
Windows Forms General - for questions about creating applications using the System.Windows.Forms libraries
ASP.NET Forums - for questions about writing web applications using ASP.NET
Development Forums - list of forums
Of course there are dozens of other forums available if your question doesn't fit into one of those categories. You can ask here where you should post if you have not yet found the right place.
-
Search for your question on the forums or in Visual Studio's help system first
-- it's likely someone may have already answered your question, and you
won't have to waste time waiting for it to be answered again
-
0 VotesNo endpoint found exception of WCF based Named Pipe service for specific application
I am facing a strange issue with windows service communicating to a windows form (Notification Tray) application using WCF based Named Pipe Endpoint.(.Net Framework ...Unanswered | 1 Replies | 7033 Views | Created by Manoj Dwivedi - Thursday, January 3, 2013 3:14 PM | Last reply by Joel Engineer - Thursday, January 3, 2013 4:59 PM -
0 VotesActive Directory Searching Error (0x80005000)
Hi, I am getting some information from LDAP directory some times it's work but some times it simply throws exceptions such of (0x80005000) ...Unanswered | 4 Replies | 10696 Views | Created by girishrastogi - Thursday, January 3, 2013 8:46 AM | Last reply by girishrastogi - Thursday, January 3, 2013 12:23 PM -
6 VotesHow to use System.Net.Mail.SmtpClient via SSL and Authentication?
Dim msg As String = "---" ...Answered | 48 Replies | 159734 Views | Created by HotQQ - Friday, May 6, 2005 10:33 PM | Last reply by Joel Engineer - Thursday, January 3, 2013 10:54 AM -
0 VotesX509Certificate Chain Verification (Authenticode) embedded/attached on EXE files
Hi All, As mentioned on the subject, I want to know how will I be able to verify the certificate chain attached/embedded to an EXE file. ... -
0 VotesCan't connect to web exchange service
I deployed WebExchangeService in my project , but when connect to service, it can't . It show the message "The request failed with an empty ... -
1 Votesmoving a file from one folder to another - FTP
Hi All, how can i move a file from one folder to another(some times to subfolders) inside the same FTP server (or can i move a file from ...Answered | 6 Replies | 27986 Views | Created by Alikkal - Thursday, May 22, 2008 7:25 AM | Last reply by pepegrillo113 - Wednesday, January 2, 2013 10:03 PM -
1 VotesSet up an adhoc network on Windows 8.
Dear Microsoft Fellow How can I setup an ad hoc network on Windows 8 programmatically please? Is it possible and supported in this new ...Unanswered | 7 Replies | 64151 Views | Created by Hamidnwo - Thursday, March 15, 2012 8:06 AM | Last reply by Peribanu - Tuesday, January 1, 2013 4:48 PM -
0 VotesWarning1:There are updated custom wrappers available for the following referenced components: Microsoft.Office.Core ,Microsoft.Office.Interop.Excel ,VBIDE._
Hi, I have a form application that it calls Excel form in it. The form works with no problem in XP (32bit OS). I have one 64bit machine that Windows7 is installed on it. When ...Unanswered | 2 Replies | 13381 Views | Created by REDINVAN - Saturday, June 12, 2010 5:26 PM | Last reply by Matthew Pearl - Tuesday, January 1, 2013 6:34 AM -
0 VotesAsynchronous socket example code published, including sending objects over the network connection
I'm pleased to announce the release of socket example code at: http://code.msdn.microsoft.com/NitoSockets This uses the Nito.Async/Nito.Async.Sockets library ...Discussion | 2 Replies | 11115 Views | Created by Stephen Cleary - Friday, January 23, 2009 3:31 AM | Last reply by Stephen Cleary - Tuesday, January 1, 2013 1:19 AM -
0 VotesCreating a socket server
Hello I am looking to create a socket listening server. So far I have a simple interface with text boxes for inputting the client who will be sending the sockets data, and then i have a rich ...Unanswered | 6 Replies | 10615 Views | Created by JR Hedrick - Sunday, June 1, 2008 3:30 PM | Last reply by publicENEMY - Monday, December 31, 2012 3:20 AM -
0 Votesاود ان اسال سؤال
مرحبا اود استرجاع اصدقائي ...Discussion | 0 Replies | 5222 Views | Created by hani.darwish91 - Saturday, December 29, 2012 9:43 PM -
0 Votesتم حذف اصدقائي من حسابي على الفيس بوك
مرحبا اود استرجاع اصدقائي ...Unanswered | 0 Replies | 6658 Views | Created by hani.darwish91 - Saturday, December 29, 2012 9:43 PM -
0 VotesDoes any Support for SCTP?
Hello everybody , I interesting in SCTP Stream Control Transmission Protocol, so Does Windows Support SCTP?? or any info. in Windows Vista to support this protocol? ...Answered | 9 Replies | 16412 Views | Created by fmo_82 - Thursday, March 16, 2006 10:22 PM | Last reply by Sabber - Friday, December 28, 2012 12:00 PM -
0 Voteshow to login website from WebBrowser Control
I am first programmer in VB....now i want to create one form to auto Login ...Unanswered | 42 Replies | 12766 Views | Created by sokunthor - Thursday, December 6, 2012 4:35 PM | Last reply by Joel Engineer - Friday, December 28, 2012 11:50 AM -
8 VotesSimple UDP example code
In my quest to figure out how to use UDP and networking, I have found some example code and simplified and simplified it further. The two examples below are a talker and a listener. To use ...Unanswered | 5 Replies | 253278 Views | Created by bk13 - Thursday, December 28, 2006 5:39 PM | Last reply by Cy.A.Scott - Friday, December 28, 2012 1:44 AM -
0 VotesUDP
Hi, I have to deal with the following situation: I need to establish a special communication between the ...Proposed | 1 Replies | 6905 Views | Created by Esteban Oviedo - Tuesday, June 12, 2007 6:13 PM | Last reply by Preetam U Ramdhave - Wednesday, December 26, 2012 12:05 PM -
0 VotesSkip SMTP SSL certificate validation
Hello all, I am currently experiencing an issue with sending an email over authenticated & SSL secured SMTP. I successfully tested the following code with a ...Unanswered | 4 Replies | 12704 Views | Created by LaurensR - Tuesday, November 29, 2011 7:43 PM | Last reply by Joel Engineer - Wednesday, December 26, 2012 11:22 AM -
0 VotesCapturing output from PuTTY/PLink SSH client via StreamReader
For security reasons, my workplace has disallowed incoming remote desktop connections from offsite via port 3389. Remote access is a crucial service however, so instead we have instructed people to ...Unanswered | 1 Replies | 14864 Views | Created by Darkwyvurne - Monday, September 12, 2011 7:14 PM | Last reply by fahad nawaz - Wednesday, December 26, 2012 7:48 AM -
0 VotesIs a typical registry file about 160MB to 204MB as the example of my PC? I have questions...do you answer them at all?
Do I have to submit question individually? I wanted to save on paper so I included a sample of TaiFood or Food for Thought. Here are a few questions I ... -
0 VotesApplication to communicate with Embedded Device using wireless communication
Hi, I am beginner in wireless communication field. I am currently working on writing an application in C#(.net 3.5/4.0) to communicate ...Answered | 8 Replies | 9315 Views | Created by abhi41186 - Thursday, November 29, 2012 8:29 PM | Last reply by abhi41186 - Friday, December 21, 2012 9:03 PM - Items 1 to 20 of 12417 Next ›
.NET Framework Networking and Communication announcement
-
Link
This forum has been retired. It is locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the Windows Communication Foundation, Serialization, and Networking forum.
-
Link
If your topic pertains primarily to one of these technology areas, we can assist you better when you post to a more specific forum.
Please post all System.Net or System.Uri topics to the Network Class Library (NCL) forum:
http://forums.msdn.microsoft.com/en-US/ncl/threads/.
Please post all WCF topics to the WCF forum:
http://social.msdn.microsoft.com/forums/en-US/wcf/threads/.
Please post all ASP topics to the ASP.NET forum:
http://forums.asp.net/
-
Link
Is this the right forum?
This forum is a general purpose networking and communication forum. If your question pertains to NCL (System.Net), WCF, or ASP.NET, you may receive a better response posting directly to the forums for those technologies.General Forum Tips
Here are a few suggestions (in this order of relevance) that will help you to get the best answer to your question as quickly as possible:
-
Search for your question on the forums or in Visual Studio's help system first
-- it's likely someone may have already answered your question, and you
won't have to waste time waiting for it to be answered again
- Post in the correct forum
(see below) -- since the experts in various subject matters tend to
stick to the set of forums that focus on those topics, a question about
the C# yield keyword posted in the Common Language Runtime forum will
likely take a lot longer to be answered than the same question in the
C# Language forum.
- Give details about your problem
-- rather than "When I call Process.Start I get an exception, please
help", provide the exception type, message, and call stack. Many times
it helps if you attach a snippet of the network trace/sniff of the
error that shows the error. For getting network sniffs use Network
Monitor and for network traces use the built in System.Net tracing
according to this blog.
If possible, provide a succinct code snippet that demonstrates the problem. This lets us reproduce the problem on our end and allows us to come up with an answer where just a general question may not have had enough details. Having this information means we can answer your question more quickly, without having to ask you for these details and wait for your response. If you have a big code sample please trim it down to the relevant parts that will help us understand the problem better. - Try to pinpoint the location of your error –
This will help us get to the root of the issue quickly. Saying
something like “My application cannot read from server” is less likely
to find a quick solution as compared to “My application gets a 505 not
found even though file is present since the trace shows that
FtpWebRequest does not handle a 505 error for an xyz command”
- Make sure your title summarizes the specific problem you have
-- since we try to answer the maximum number of questions we can with
our time, we often skim through question subjects to quickly find the
ones that we know the answers to. A question with a title of "Urgent!
Help needed!" is not as likely to get answered as a question with a
title of "How to define a sealed class using CodeDOM". A more
specific, detailed title is far more likely to get a response than
a general one.
- Once
you've received a correct answer to your question, either from a
Microsoft employee, an MVP, or the community in general, please mark
the post as answered.
You can do this with the "Mark as correct answer" button that appears
on the entry containing your answer. This step is important, since it
lets the Visual Studio search engine know that there is an answer in
that thread for others who may also have your problem. It also lets
people scanning the forums know that they can find an answer to that
question by reading the thread.
- Report bugs through Microsoft Connect, instead of on the forums
-- this site allows us to see the bugs in our bug
tracking database and get them assigned to the correct person. It also
allows you to follow the problem through to its resolution, and is a
much better way for us to handle issues you find than a bug report
posted on the forums.
- Use the report button -- as moderators we try to keep spam and inflammatory comments out of the forums. However if you do catch something that we missed, don't hesitate to use the report button so that we can keep the forums on-topic and a friendly place to go for help with your .NET questions!
Related Forums
When trying to figure out which forum is right for your question, here are some good candidates:
Network Class Library (System.Net) - for managed networking issues like HTTP, SMTP, Uri, FTP, Sockets etc.
Windows Communication Foundation (WCF) - for managed networking issues relating to WCF and SOA
.NET Framework Networking - for managed networking issues not relating to System.Net or WCF.
Common Language Runtime - for questions related to the runtime engine itself
.NET Development General - a general catchall for questions related to the BCL libraries, questions regarding the design of your code, etc.
Visual C# Language - for questions about the C# programming language, not the CLR or managed libraries
Visual Basic Language - same as above, but for VB
Visual C++ Language - same as above, but for C++ (both native and C++/CLI)
Windows Forms General - for questions about creating applications using the System.Windows.Forms libraries
ASP.NET Forums - for questions about writing web applications using ASP.NET
Development Forums - list of forums
Of course there are dozens of other forums available if your question doesn't fit into one of those categories. You can ask here where you should post if you have not yet found the right place.
-
Search for your question on the forums or in Visual Studio's help system first
-- it's likely someone may have already answered your question, and you
won't have to waste time waiting for it to be answered again
