.net tag

160 questions


2 answers
99 views
0
Avoiding XmlReader Not Normalizing Attribute Values

If you use System.Xml.XmlReader in the .NET Framework to read XML data, the blank characters in the attribute values are not normalized.Normalization of blank characters in attribute values is as foll...

2 years ago

1 answers
80 views
0
Why C#IOException Occurs?

Thank you for your help.In order to find out how many devices are connected to the PC in C#, Creating an application to view open COM ports.In order to detect a new connection or disconnect and update...

2 years ago

1 answers
69 views
0
EntityFramework: How do I issue an auto-increment ID other than `SaveChanges()`?

Data from self-made SRPG games are stored in the database under the Entity Framework Code-First.The tables include Character, Item, Weapon, Equipment, and so on.I was able to implement it normally, bu...

2 years ago

1 answers
55 views
0
ASP.NET automatically changes input element name to ctl00$ContentPlaceHolder

The reason is that you are using the master page.It was written on an overseas website that ClientIDMode=Static would be fixed by writing ClientIDMode= in the ContentPlaceHolder.But writing this doesn...

2 years ago

1 answers
100 views
0
CryptoAPI can take out the key if it knows the container name, but how should I select and store the container name?

You are trying to contain the key using the System.Security.Cryptography.RSACryptServiceProvider class.I have to specify a container name, but what do you specify for this container name and how do yo...

2 years ago

1 answers
52 views
0
Programs created on vb.net are terminated.

Thank you for your help.Thank you for browsing.If you know the following reasons, please contact us.I would like to ask you a question.Development Language: VB.netDevelopment Environment: Visual Studi...

2 years ago

1 answers
64 views
0
How to find the core of the polyline

IJCAD 2018 STD Standalone is developing customization commands.Questions included: Is it impossible to get the position of the center of the polyline from the properties or from the mass properties?Ob...

2 years ago

1 answers
77 views
0
How do I switch tabs when the tabs in the Tools tab in IJCAD are folded?

I am creating a tool palette using the .NET API of IJCAD 2019.If you have more than one tab in the Tools tab, you cannot switch the tab to another when you make the Tools tab smaller.Normally, the con...

2 years ago

1 answers
89 views
0
I want to handle sessionid on asp.net with client javascript

In web.config, <system.web> <httpCookies httpOnlyCookies=false/></system.web> even if configured asASP.NET_SessionId is not visible from javascript.How can I see it?By the way, on th...


1 answers
44 views
0
Application created with ClickOnce after setting EV certificate is displayed as "Unknown Publisher" during installation

I am using Visual Studio 2019.I asked a certain issuing agency to issue an EV code certificate and set up a driver and token on the development machine.After configuring the certificate with the start...

2 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.