Windows Communication Foundation, Serialization, and Networking announcements
-
Link
This "Windows Communication Foundation, Serialization and Networking" Forum will be migrated to a new home on Microsoft Q&A!
We've listened to your feedback on how we can enhance the forum experience. Microsoft Q&Aallows us to add new functionality and enables easier access to all the technical resources most useful to you, like Microsoft Docs and Microsoft Learn.
Now until Aug 17, 2020:
- You can post any new questions on Microsoft Q&A or here.
From Aug 17, 2020 until Aug 31, 2020:
- New posts - We invite you to post new questions in the "Windows Communication Foundation, Serialization and Networking" forum's new home on Microsoft Q&A. The current forum will not allow any new questions.
Existing posts - Interact here with existing content, answer questions, provide comments, etc.
Aug 31, 2020 onward:
- This forum will be closed to all new and existing posts and all interactions will be onMicrosoft Q&A.
We are excited about moving to Microsoft Q&A and seeing you there.
.NET Framework Class Libraries announcements
-
Link
ASP.NET Questions are off-topic in .NET Base class library, and will be moved to the Off-Topic forum when posted. Please ask questions relating to ASP.NET at the ASP.NET Forums.
-
2 Votes
ICollection.CopyTo() vs. ArrayList.ToArray()
Dear all, I want to convert a ICollection instance to a normal array. But then I realized these two ways will give me a Array object. Just curious, which one is better ...Answered | 4 Replies | 15390 Views | Created by idos - Saturday, August 4, 2007 4:08 PM | Last reply by cervedin - Sunday, December 13, 2020 12:07 PM -
0 Votes
System.InvalidOperationException: 'After a 'SetterBaseCollection' is in use (sealed), it cannot be modified.' occurs when adding additional property for a Style in code behind
Hi Team, I have defined a style for Button in App.Xaml as given below. ...Unanswered | 1 Replies | 4403 Views | Created by Mohanram A - Thursday, December 10, 2020 1:42 PM | Last reply by Viorel_ - Thursday, December 10, 2020 5:21 PM -
12 Votes
"bindingRedirect" in web.config does not work (but in machine.config is does)
Hello everybody, I'm using the "bindingRedirect" element in my web.config to allow updates of my referenced assembly without recompiling my website. But I ...Answered | 12 Replies | 28546 Views | Created by Bastiaan Molsbeck - Thursday, August 10, 2006 2:50 PM | Last reply by Alexey.Kostylev - Wednesday, December 9, 2020 4:04 AM -
3 Votes
Request aborted: Could not create SSL/TLS secure channel
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at ...Proposed | 6 Replies | 36833 Views | Created by Kent Friesen - Wednesday, June 6, 2018 7:39 PM | Last reply by Senglory - Wednesday, December 2, 2020 7:36 PM -
0 Votes
What is AuthenticablePrincipal.Certificates collection for?
I was recently working with AuthenticablePrincipal class and found that it has a member called Certificates, which is a collection of X509 certificates. I also noticed that this collection is empty. I ...Unanswered | 1 Replies | 1917 Views | Created by Aleksey Malyshev - Saturday, November 28, 2020 2:17 AM | Last reply by Theobald Du - Tuesday, December 1, 2020 6:15 AM -
1 Votes
ACTIVATING MDI CHILD
In a MDI environment let 'view' be an MdiChild. I tried: ActivateMdiChild(view) - does not work Instead both view.Select() and view.Activate() work, and I do not ...Answered | 2 Replies | 1914 Views | Created by GiorgioITA - Saturday, November 28, 2020 8:11 AM | Last reply by GiorgioITA - Monday, November 30, 2020 10:08 AM -
0 Votes
RFC 2822 support in System.Net.Mail.MailMessage
Does System.Net.Mail.MailMessage support complete RFC 2822 standard? In other terms, do SMTP emails sent using System.Net.Mail.MailMessage are RFC 2822 ...Unanswered | 1 Replies | 2339 Views | Created by ChKsh - Friday, November 27, 2020 3:55 PM | Last reply by Xingyu Zhao - Monday, November 30, 2020 7:55 AM -
1 Votes
Visual Studio 2017 C++\CLI assembly not signed using platform v90
Good morning, I'm trying to convert several project developed with Visual Studio 2008 to the newest 2017 IDE version. Some project are mixed mode assembly ...Unanswered | 7 Replies | 2240 Views | Created by mauro.t - Tuesday, November 24, 2020 9:21 AM | Last reply by cheong00 - Saturday, November 28, 2020 2:46 PM -
0 Votes
TimeSpan.FromMilliseconds seems not to work consistently
Dear MS Team, In C# if I create a TimeSpan based on the number of milliseconds, sometimes the length of the interval is not correct. Is this ...Proposed | 1 Replies | 2072 Views | Created by Kolumbán Sándor (mirango) - Friday, November 27, 2020 7:48 AM | Last reply by Viorel_ - Friday, November 27, 2020 9:31 AM -
1 Votes
WCF Send request(contains string "() {}") from terminal server (different gateway address but accessible), it returns timeout
System.Net.WebException: The operation has timed out at System.Net.HttpWebRequest.GetResponse() at ...Unanswered | 5 Replies | 2759 Views | Created by Daniel zhuoqun - Tuesday, November 10, 2020 2:11 AM | Last reply by Theobald Du - Friday, November 27, 2020 8:22 AM -
1 Votes
(c#) Every third line of the Text file from lowercase to uppercase
Hello everyone, This code below is used to convert Text files from lowercase to uppercase ... I would like the code to convert every third ...Answered | 2 Replies | 2191 Views | Created by denysH - Wednesday, November 25, 2020 3:45 PM | Last reply by denysH - Thursday, November 26, 2020 8:35 AM -
1 Votes
XmlElement.Attributes is dropping namespaces
Hi all; If you prefer as a fiddle - click here. In my debugger, I have an XmlElement.OuterXml of: <?xml ...Unanswered | 5 Replies | 2113 Views | Created by DavidThielen - Monday, November 23, 2020 11:41 AM | Last reply by cheong00 - Wednesday, November 25, 2020 3:08 AM -
0 Votes
PLEASE Help me Understand EXAMPLE for RunAsClient
// https://docs.microsoft.com/en-us/dotnet/api/system.io.pipes.namedpipeserverstream.runasclient?view=net-5.0 public class PipeServer { private ...Unanswered | 1 Replies | 1837 Views | Created by Wally9633 - Monday, November 23, 2020 2:07 AM | Last reply by Xingyu Zhao - Tuesday, November 24, 2020 3:34 AM -
0 Votes
webHttp request returns double escaped NewLine
I have a WCF-service which returns a string containing NewLines. The service is deployed to azure. The returned string looks good if I use wsHttp-binding. The NewLine is correctly ...Unanswered | 3 Replies | 1940 Views | Created by ElFrogo - Friday, November 20, 2020 4:24 PM | Last reply by ElFrogo - Monday, November 23, 2020 8:48 AM -
0 Votes
Fixes for 0x800f0922 don't work or trigger 0x80070003
I attempted to use the suggested fix for the 0x800f0922 error found at URL #1 below. I found my way to the question located at URL #2, and eventually found my way to URL #3, where I realized that ...Unanswered | 1 Replies | 1895 Views | Created by Al O'Neill - Sunday, November 22, 2020 10:21 PM | Last reply by Xingyu Zhao - Monday, November 23, 2020 2:42 AM -
1 Votes
form 1 errors
hey how to solve errors on form 1vb regarding to maleradio class designUnanswered | 1 Replies | 2270 Views | Created by Jostie - Sunday, November 22, 2020 9:34 AM | Last reply by Viorel_ - Sunday, November 22, 2020 10:08 AM -
1 Votes
Why does NetTcpBinding with Transport encryption not use SSL?
I am using NetTcpBinding with Transport encryption. Yet when I check the connection with WireShark, I can see that it is not encrypted, even though I am setting it ...Answered | 2 Replies | 2193 Views | Created by Aleksey Malyshev - Monday, November 2, 2020 11:51 PM | Last reply by Aleksey Malyshev - Sunday, November 22, 2020 2:33 AM -
0 Votes
Device identification values
System->About page (with the build number, device name, processor name, product id, etc.). It's very difficult to uncover more information about this particular number because ...Proposed | 1 Replies | 2537 Views | Created by kirillandy - Friday, November 20, 2020 11:01 AM | Last reply by Viorel_ - Saturday, November 21, 2020 9:23 PM -
0 Votes
Duplicate Filenames Error - Sharp Network Scan Tool
Hello Everyone, Model: Sharp Copier/Scanner MX-M365N We recently moved our Sharpdesk Network Scan Tool (NST) from our user's desktop to our server. This way when someone uses the ...Unanswered | 1 Replies | 1901 Views | Created by Nate the Solutions Specialist - Thursday, November 19, 2020 3:24 PM | Last reply by KHURRAM RAHIM - Friday, November 20, 2020 8:04 PM -
0 Votes
Create a SOAP message with Assertion Saml2 in Header in c# code
I have a Government Web Server with an exposed service that I need to consume. So far, for other services of the same Web Server I have done this: I created a CustomBinding, which creates a ...Unanswered | 2 Replies | 2026 Views | Created by Francesco Leo - Wednesday, November 18, 2020 6:35 AM | Last reply by Francesco Leo - Thursday, November 19, 2020 6:31 AM - Items 1 to 20 of 83871 Next ›
Windows Communication Foundation, Serialization, and Networking announcements
-
Link
This "Windows Communication Foundation, Serialization and Networking" Forum will be migrated to a new home on Microsoft Q&A!
We've listened to your feedback on how we can enhance the forum experience. Microsoft Q&Aallows us to add new functionality and enables easier access to all the technical resources most useful to you, like Microsoft Docs and Microsoft Learn.
Now until Aug 17, 2020:
- You can post any new questions on Microsoft Q&A or here.
From Aug 17, 2020 until Aug 31, 2020:
- New posts - We invite you to post new questions in the "Windows Communication Foundation, Serialization and Networking" forum's new home on Microsoft Q&A. The current forum will not allow any new questions.
Existing posts - Interact here with existing content, answer questions, provide comments, etc.
Aug 31, 2020 onward:
- This forum will be closed to all new and existing posts and all interactions will be onMicrosoft Q&A.
We are excited about moving to Microsoft Q&A and seeing you there.
.NET Framework Class Libraries announcements
-
Link
ASP.NET Questions are off-topic in .NET Base class library, and will be moved to the Off-Topic forum when posted. Please ask questions relating to ASP.NET at the ASP.NET Forums.