55,951 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Excel Interop/DCOM to OpenXml/EPPlus

Hi, In our server side application, clients can upload .xlsm files (after they modified a macro). Then the server is using these .xslm as a model to create new file, add data in sheets and run the macro. (server is doing that as jobs at night because…

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,801 questions
asked 2026-06-04T16:18:44.83+00:00
Alain PAPET 0 Reputation points
answered 2026-06-04T16:19:10.5666667+00:00

AI answer

3 answers

Static initialization of thread_local variable with heap-allocating constructor crashes program

I noticed that the following static variable in my C++ code caused my program to stop working (crash / exception at startup): static thread_local std::unordered_map<std::string, int> myMap; Debugging the issue, an exception was raised while the…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,066 questions
asked 2026-05-29T09:08:43.94+00:00
Marco Fischer 0 Reputation points
commented 2026-06-04T16:04:25.33+00:00
Darran Rowe 2,616 Reputation points
1 answer

Gutithub enterprise - Purchase

Can we purchase github on annual basis? 2nd how can we purhcase github in azure ?

Developer technologies | Visual Studio | Setup
asked 2026-06-04T15:37:02.5133333+00:00
Mian Mudasir Bari 0 Reputation points
answered 2026-06-04T15:37:29.3666667+00:00

AI answer

1 answer

how to use the font I add to the system?

I am using winforms I copy the font file to Fonts folder in windows server 2022 and I can not use it. var font =new Font("MyFont"); the font is Microsoft sans serif not my font. why? if the name is not right how to get the name ?

Developer technologies | Windows Forms
asked 2026-06-04T14:14:46.45+00:00
mc 7,106 Reputation points
answered 2026-06-04T14:15:12.0633333+00:00

AI answer

0 answers

Unable to perform TFVC check-ins due to deprecated check-in policies.

Hello, We are unable to perform TFVC check-ins due to deprecated check-in policies. Error message: "It's not possible to operate with deprecated policies, please see Azure DevOps blog for more information.…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,764 questions
asked 2026-06-04T11:14:43.93+00:00
Anjali Jaiswal 0 Reputation points
commented 2026-06-04T11:37:42.58+00:00
RLWA32 52,571 Reputation points
4 answers

Blazor Web Assembly authentication issue in version 10.0.8

Blazor Web Assembly authentication issue in version 10.0.8

Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor

A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.

1,699 questions
asked 2026-05-28T18:58:35.8233333+00:00
Muthukumar S 0 Reputation points
commented 2026-06-04T11:00:48.5166667+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,945 Reputation points Microsoft External Staff Moderator
5 answers

Enhance the way of linear search

Hi, To C# linear search below any advice to apply the following way on the above?

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,801 questions
asked 2026-05-31T04:50:50.82+00:00
Jonathan 85 Reputation points
edited an answer 2026-06-04T10:59:02.1133333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
2 answers

Run-time error "53" window pop out when I use WORD

Why is there a window pop out saying Visual Basic for Application, Run-time error "53" when I open WORD.Ru

Developer technologies | Visual Basic for Applications
asked 2026-05-31T22:45:38.9733333+00:00
Carol Carol 5 Reputation points
commented 2026-06-04T10:55:15.45+00:00
Danny Nguyen (WICLOUD CORPORATION) 6,945 Reputation points Microsoft External Staff Moderator
2 answers

InvalidCastException

How to fix [InvalidCastException: Conversion from type 'DBNull' to type 'String' is not valid.]

Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,927 questions
asked 2026-05-31T13:55:18.6366667+00:00
Corey H 0 Reputation points
commented 2026-06-04T10:03:59.11+00:00
Jack Dang (WICLOUD CORPORATION) 18,800 Reputation points Microsoft External Staff Moderator
2 answers

MAUI Label randomly appearing and disappearing in iOS

Hi there I have an if statement that sets the visible property of a label to false if there is no value or it is 0. But I have checked the result from the api and there definitely is a value. The behaviour is inconsistent. Sometimes when I navigate to…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-28T11:45:09.0566667+00:00
Jai Holloway 110 Reputation points
commented 2026-06-04T09:54:23.4433333+00:00
Michael Le (WICLOUD CORPORATION) 11,325 Reputation points Microsoft External Staff Moderator
2 answers

How can I ask users for ratings and reviews in my iOS game?

I want that the standardized prompt gets displayed in my game on iOS devices after the user finished a level in my game. How can I display the standardized prompt in my game and is it necessary that I check if the prompt was already displayed three times…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-02T15:27:46.8833333+00:00
Kim Strasser 2,596 Reputation points
commented 2026-06-04T09:00:23.5633333+00:00
Kim Strasser 2,596 Reputation points
3 answers One of the answers was accepted by the question author.

.Net 10: Exception has occurred: CLR/ObjCRuntime.ObjCException

I am facing below exception when running the .net 10 maui project on visual studio code: Exception has occurred: CLR/ObjCRuntime.ObjCException • An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-01T07:20:16.8833333+00:00
Sreenivasan, Sreejith 840 Reputation points
commented 2026-06-04T08:53:02.1233333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
1 answer

.NET MAUI iOS Firebase Crashlytics Not Receiving Crash Reports (Analytics Working)

Hi @Anonymous I'm integrating Firebase Analytics and Crashlytics in a .NET MAUI application using: <PackageReference Include="Plugin.Firebase" Version="4.0.0" /> <PackageReference…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-03T11:20:55.2433333+00:00
Vignesh Palthurai 20 Reputation points
answered 2026-06-04T08:16:40.73+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
2 answers

Why in .net maui 10 ios does the SearchBar control not show the correct background color and emits a shadow?

When I upgraded an app from .net maui 9.0.81 to 10.0.70, my SearchBar control did not show the correct background color and emitted a shadow. I did some extensive research into this issue and tried a lot of the suggested workarounds. Nothing fully…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-06-02T00:16:22.97+00:00
Kurt K 196 Reputation points
commented 2026-06-04T08:12:41.7233333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
2 answers

Change color of Hebrew cantillation characters

Word options (Advanced) allow me to change color of all diacritics. I would like to change all diacritics to green and then change cantillation marks to red. Cantillation marks are Hex 0591-05AE, or Dec 1425-1454. I wonder if this can be done by ctrl-H,…

Developer technologies | Visual Basic for Applications
asked 2026-06-02T21:42:52.3833333+00:00
joe lewis 20 Reputation points
commented 2026-06-04T07:49:40.5966667+00:00
Jack Dang (WICLOUD CORPORATION) 18,800 Reputation points Microsoft External Staff Moderator
2 answers

Rich edit control that displays emojis with color.

Please only answer if you are in Microsoft since part of this question regards right to distribute a DLL. This regards a C/C++program I wrote. I created a rich edit control using CreateWindowEx and subclassed the edit control. I used msftedit.dll. I…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,066 questions
asked 2026-06-04T05:08:28.99+00:00
technoway 241 Reputation points
commented 2026-06-04T07:31:35.4033333+00:00
Castorix31 91,876 Reputation points
1 answer

VS 2022 Not showing red squiggles and no intellisense anymore, at least, underUnity

Using Visual Studio 2022, I have lost the squiggles red wavy line when there is a typo error (faster to spot it than to move to the console to see error messages) and I have also lost intellisence allowing us to "discover" the methods and the…

Developer technologies | Visual Studio | Debugging
asked 2026-05-28T10:37:54.7066667+00:00
vanderghast 1 Reputation point
commented 2026-06-04T07:10:32.8266667+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
2 answers

How to Disable Compression while Archiving in Visual Studio

Hello, While archiving my application and signing, the UI Version of Visual Studio's Archiving, is compressing resource files. The store I am uploading to does not allow for the compression. Is there any way to disable the compression during…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-30T02:58:20.63+00:00
David Harper 0 Reputation points
commented 2026-06-04T03:19:54.47+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
3 answers

Is net 9.0 support latest ios in MAUI?

Is net 9.0 support latest ios? using VS2022? in MAUI? if I can relase ipa file and install on the latest ios that is better. if vs2022 do not support how to use cli to relase it?

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-05-31T04:21:35.5733333+00:00
mc 7,106 Reputation points
commented 2026-06-04T03:19:07.8533333+00:00
Nancy Vo (WICLOUD CORPORATION) 4,845 Reputation points Microsoft External Staff Moderator
3 answers

How can I integrate AI tools with Visual Studio Code to enhance and accelerate SPFx development?

Hello Everyone, I am currently working on an SPFx project with React, and the project is running smoothly. I am currently working with a Microsoft 365 E5 license along with Microsoft Copilot. For development, I use Visual Studio Code and Azure DevOps as…

Developer technologies | Visual Studio | Extensions
asked 2026-05-16T06:00:38.27+00:00
Bhoomesh Joshi 5 Reputation points
commented 2026-06-04T02:19:55.1033333+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff