54,126 questions with Developer technologies-related tags

Sort by: Updated
3 answers One of the answers was accepted by the question author.

Visual Studio - Forms designer won't load. Displays the error: "The type 'System.Configuration.ApplicationScopedSettingAttribute' could not be found"

The full error message says, "The type 'System.Configuration.ApplicationScopedSettingAttribute' could not be found. Ensure that the assembly containing the type is referenced. If the assembly is part of the current development project, ensure that…

Developer technologies | Windows Forms
asked 2021-07-21T16:31:12.13+00:00
James Buss 136 Reputation points
commented 2023-06-19T04:00:23.96+00:00
Kevin McClard 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to get the Invert indexs from array1 (if the element is absent in array2) 'linq'

hi And How to delete a post? Dim array1()as string = {"1", "2", "3", "4", "5", "6", "7", "8"} Dim array2()as string = {"1", "2", "3",…

Developer technologies | VB
asked 2023-06-17T04:27:01.4733333+00:00
Mansour_Dalir 2,036 Reputation points
edited a comment 2023-06-19T03:53:20.9666667+00:00
Mansour_Dalir 2,036 Reputation points
1 answer

"Could not load file or assembly" when trying to enter design mode

The full error is "could not load file or assembly dotnetbridgelib, version= 1.4.8424.31115, culture = neutral publickekey = null or one of its dependencies. The system cannot find the file specified." I'm focusing on the last part. It notes…

Developer technologies | Visual Studio | Other
asked 2023-03-08T16:31:56.28+00:00
nope no 65 Reputation points
commented 2023-06-19T02:49:15.7666667+00:00
Benjamin Selby 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to configure and use GCC compiler to Generate dll fille

HI, I want to configure Visual Studio with the GCC compiler for dll file generation. I have googled enough about creating this environment but could not able to find an appropriate solution. I have an existing environment in which I create a C++ empty…

Developer technologies | C++
Developer technologies | Visual Studio | Other
asked 2023-06-14T09:58:17.4533333+00:00
Akash Chandrasekaran 20 Reputation points
accepted 2023-06-19T02:30:29.3266667+00:00
Akash Chandrasekaran 20 Reputation points
1 answer

Unable to setup the azure free credits for visual studio subscription

Hi, I am unable to setup free azure credits with my visual studio subscription. Below is the details of my subscription and the error I get when setting up the Azure free credits:

Developer technologies | Visual Studio | Other
asked 2023-06-16T11:54:15.0133333+00:00
Amit Gupta 0 Reputation points
edited the question 2023-06-19T02:22:51.7266667+00:00
Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
1 answer

Variant data type equivalent to C#'s

What is the equivalent of VBA's variant data type for C#?

Microsoft 365 and Office | Development | Other
Developer technologies | C#
asked 2023-06-17T18:38:01.21+00:00
John 506 Reputation points
edited the question 2023-06-19T01:42:19.5266667+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Drawing Object and change line colors

Can someone help me figure out how to change the color of my lines? Also, the last variable that I have "BackTopY_No_Touch" is just so the drawing doesn't fill, it would be amazing if you could include how to not fill the object once it is…

Microsoft 365 and Office | Excel | For business | Windows
Developer technologies | VB
asked 2023-06-17T22:37:54.3066667+00:00
Troy73a 21 Reputation points
accepted 2023-06-18T21:13:12.8233333+00:00
Troy73a 21 Reputation points
3 answers

Selenium.WebDriver.3.141.0: 'EdgeOptions' does not contain a definition for 'UseChromium'

I have a a WPF, c#, .net 4.8, app using Selenium.WebDriver.MSEdgeDriver. I built this 8 months ago when Edge was version was 88.x and to day I tried to run it and got errors saying that it could not find or was not compatible with version 88.x. So I went…

Developer technologies | C#
asked 2021-07-24T20:21:04.323+00:00
moondaddy 916 Reputation points
answered 2023-06-18T18:00:49.9733333+00:00
Ejaz Mahmood 0 Reputation points
0 answers

BUG - hot loading stack when loading collection of deprecated data

Hi, Try to load 1000 items in debug mode of string of deprecated . I'm using net 6, Expected behavior: load without problem. Actual: The VS 2022 stack. Please fix. Thanks, /// <summary> /// The class handle encript and decript string using…

Developer technologies | Visual Studio | Other
asked 2023-06-11T07:36:08.18+00:00
Dani_S 4,521 Reputation points
commented 2023-06-18T11:33:56.6133333+00:00
Dani_S 4,521 Reputation points
5 answers

What is the difference between signed int or signed char and only int or char?

I want to know what is the difference between declaring a variable as signed int or signed char instead of only int or char? I have also declared a variable as unsigned integer in the following program, but why it still stores a signed integer? #include…

Developer technologies | C++
Developer technologies | Visual Studio | Other
Developer technologies | C#
asked 2023-05-29T10:10:16.8333333+00:00
Debojit Acharjee 455 Reputation points
edited a comment 2023-06-18T10:51:51.42+00:00
Darran Rowe 2,076 Reputation points
3 answers One of the answers was accepted by the question author.

Task - Thread

What is better. Maybe async, await is not so complicated. Can I say it like this? We do the functions synchronously, who needs it asynchronously must solve this himself. The used…

Developer technologies | C#
asked 2023-06-14T17:37:53.3966667+00:00
Markus Freitag 3,791 Reputation points
accepted 2023-06-18T09:50:59.8833333+00:00
Markus Freitag 3,791 Reputation points
2 answers One of the answers was accepted by the question author.

How can I to create an equalizer in vb.net?

I have a small application to play mp3 files written in vb.net and I would like to be able to add an equalizer to it. Can you help me?

Developer technologies | .NET | Other
asked 2023-06-17T03:09:50.1433333+00:00
José Vicente Zahonero García 20 Reputation points
answered 2023-06-18T02:33:01.1+00:00
José Vicente Zahonero García 20 Reputation points
2 answers

Why is Maui's "Colors.xml" not found building with Visual Studio Mac but is with Visual Studio Windows?

Using VS Mac 17.6 Preview 2, building a MAUI application, it is responding with "Resource "Resources/Styes/Colors.xml" not found (XFC0124)" as an error. Building the exact same code, just copied to the Mac for its build, with VS…

Developer technologies | .NET | .NET MAUI
Developer technologies | Visual Studio | Other
asked 2023-03-21T18:20:33.5833333+00:00
Marc George 191 Reputation points
answered 2023-06-18T01:02:22.8633333+00:00
randayossry-8690 0 Reputation points
1 answer

I am using Visual Studio 2022 and for some reason it randomly stops registrate left mouse clicks

Hello I have a very annoying issue, I am working on a program right now that has nothing to do with mouse clicks or any key events, For some reason it randomly decides to not let me left click anything in my form anymore I need to restart Visual Studio…

Developer technologies | Visual Studio | Other
asked 2022-04-27T12:12:43.297+00:00
Shorty Pavlov 6 Reputation points
edited a comment 2023-06-17T21:11:14.82+00:00
Titos Betsos 0 Reputation points
1 answer One of the answers was accepted by the question author.

Reactivate the nuget Package Manager in visual studio 2022

I am currently unable to access the nuget package manager, when trying to add a package from a file it seems to clear the nuget storage. And now when entering "Package origins" within "Package manager configuration", this error is…

Developer technologies | Visual Studio | Other
asked 2023-06-10T15:37:59.2066667+00:00
Percy Chavez 20 Reputation points
accepted 2023-06-17T20:21:04.75+00:00
Percy Chavez 20 Reputation points
1 answer One of the answers was accepted by the question author.

Identity - forcing the Normalized Email & Username to lower case

This is really weird. I call the following (in a unit test hence the calling async methods as sync): var identityUser = new IdentityUser(email) { Email = email, PhoneNumber = phone }; identityUser.NormalizedEmail =…

Developer technologies | ASP.NET | ASP.NET Core
asked 2023-06-16T23:30:16.38+00:00
David Thielen 3,211 Reputation points
accepted 2023-06-17T19:54:38.94+00:00
David Thielen 3,211 Reputation points
1 answer One of the answers was accepted by the question author.

no instance of constructor matches the argument list

Hello, I have 3 files: <code>beans</code> Window.h has declarations for a class named WindowClass: class WindowClass { public: WindowClass(UINT Style, HINSTANCE hInstance, HICON Icon, HCURSOR Cursor, HBRUSH Background, LPCTSTR…

Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
asked 2023-06-17T16:10:41.0633333+00:00
Ra' Shon Burns 20 Reputation points
accepted 2023-06-17T18:18:42.9366667+00:00
Ra' Shon Burns 20 Reputation points
3 answers One of the answers was accepted by the question author.

how to take backup and restore big data archive selected table in sql server

I have big database and I would like to backup archive data tables and restore if need client request in future. table space is over 400GB Pls help advice. here's my archive table size

Developer technologies | Transact-SQL
SQL Server | Other
asked 2021-12-01T07:51:34.923+00:00
Lily June 101 Reputation points
answered 2023-06-17T10:07:33.8366667+00:00
TADA SUDEER RAO 0 Reputation points
1 answer

Exception thrown at 0x00007FFFA2D47199 (d2d1.dll)

Có ai giúp tôi với được không? Just to say Vietnamese for fun because it's my native language. Therefore, my English won't be as good as American. So, I am here for help because after debugging, My project looks fine until I received the major…

Developer technologies | C++
asked 2023-06-16T15:04:01.5566667+00:00
nguyen 29_tri 5 Reputation points
edited an answer 2023-06-17T05:36:03.86+00:00
nguyen 29_tri 5 Reputation points
1 answer One of the answers was accepted by the question author.

Send cloud role name to appinsight using serilog

I use serilog to send traces to appinsights this is my code Log.Logger = new LoggerConfiguration() .Enrich.WithProperty("AppName", Assembly.GetExecutingAssembly().GetName().Name) …

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,669 questions
Developer technologies | ASP.NET | ASP.NET Core
asked 2023-02-23T17:02:04.1333333+00:00
juan maximiliano aguilar abanto 541 Reputation points
accepted 2023-06-17T00:48:21.5966667+00:00
juan maximiliano aguilar abanto 541 Reputation points