.NET Framework Class Libraries announcement
-
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.
-
19 Votes
Tips on Posting Good Questions
Here are a few suggestions that make it sure you get the best answer to your question as quickly as possible: Search for your question on the forums or in Visual Studio's help ...Sticky | 6 Replies | 184816 Views | Created by Shawn Farkas - MS - Wednesday, August 31, 2005 5:03 PM | Last reply by Zhanglong Wu - Tuesday, November 27, 2018 8:52 AM
Found 32835 threads
-
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 | 16003 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 | 4663 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 | 28973 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 | 37790 Views | Created by Kent Friesen - Wednesday, June 6, 2018 7:39 PM | Last reply by Senglory - Wednesday, December 2, 2020 7:36 PM -
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 | 2183 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 | 2613 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 | 2586 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 | 2328 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
(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 | 2457 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 | 2419 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 | 2119 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
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 | 2230 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 | 2580 Views | Created by Jostie - Sunday, November 22, 2020 9:34 AM | Last reply by Viorel_ - Sunday, November 22, 2020 10:08 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 | 2865 Views | Created by kirillandy - Friday, November 20, 2020 11:01 AM | Last reply by Viorel_ - Saturday, November 21, 2020 9:23 PM -
2 Votes
How to fix error LNK2001 unresolved external symbol _main
------ Build started: Project: Arithmetic Calculator, Configuration: Debug Win32 ------ 1>MyForm.cpp 1>MyForm.obj : MSIL module encountered; incremental ...Proposed | 3 Replies | 3439 Views | Created by Amit Chaurasiyaa - Tuesday, November 17, 2020 10:54 AM | Last reply by RLWA32 - Wednesday, November 18, 2020 12:02 PM -
0 Votes
Code Window
Work on a project on the Design View and double click on the object so I could write statements on the the code window. Then I get a blank page, where I can not write anything. The usual scrin with ...Unanswered | 2 Replies | 2841 Views | Created by Alicia Lisa Roman - Thursday, November 12, 2020 7:46 AM | Last reply by Xingyu Zhao - Wednesday, November 18, 2020 8:58 AM -
0 Votes
Arrays of UserControls
Hi, How can i Create and call arrays of userControls? For example: HeaderPanelUserControl[] panelHeader = new ...Proposed | 1 Replies | 2770 Views | Created by Jassim Rahma - Tuesday, November 17, 2020 8:39 AM | Last reply by Viorel_ - Tuesday, November 17, 2020 9:25 AM -
0 Votes
[Announcement] ".NET Framework Class Libraries" Forum will be migrating to a new home on Microsoft Q&A!
This ".NET Framework Class Libraries" 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 ... -
0 Votes
Can someone help me please. I keep getting this message on startup.
I keep getting this message on startup. "Unhandled exception has occurred in your application. if you click continue the application will continue and ignore this error ...Unanswered | 7 Replies | 3987 Views | Created by HelpME2020 - Saturday, November 14, 2020 1:45 AM | Last reply by RLWA32 - Sunday, November 15, 2020 10:49 AM -
0 Votes
Parsing tnsnames.ora in c#
Hi experts, I am trying to parse tnsnames.ora file in c# to return the connections entries in the .ora file to list of collection in c#, I've tried the following code but it doesnot ...Discussion | 2 Replies | 3413 Views | Created by Seham_1981 - Saturday, November 14, 2020 8:58 AM | Last reply by Viorel_ - Saturday, November 14, 2020 4:03 PM - Items 1 to 20 of 32835 Next ›
.NET Framework Class Libraries announcement
-
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.