55,790 questions with Developer technologies-related tags

Sort by: Updated
2 answers

When I try to run a project or solution i get the following error message in my build drop down window in the details. how can I resolve this. Ive updated my SQL server SSMS to the latest update.

Build started: Project: Database1, Configuration: Debug Any CPU ------ Database1 -> C:\Users\jfrie\Desktop\SSIS TASK\Database1\bin\Debug\Database1.dll Database1 -> C:\Users\jfrie\Desktop\SSIS TASK\Database1\bin\Debug\Database1.dacpac ------…

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,739 questions
asked 2023-12-11T19:23:55.44+00:00
Joshua Thomas 15 Reputation points
commented 2026-04-21T11:51:54.9766667+00:00
DarthInfoSec 0 Reputation points
2 answers

need impact analysis

is there a negative impact while upgrading Latest .NET version = .NET 10 (LTS) on all .Net Core EOL

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,169 questions
asked 2026-04-21T08:06:20.6133333+00:00
Sridhar S 0 Reputation points
answered 2026-04-21T10:58:42.6133333+00:00
Nancy Vo (WICLOUD CORPORATION) 2,885 Reputation points Microsoft External Staff Moderator
2 answers

need impact analysis

is there a negative impact while updating to .NET Framework 4.8.1 from Old .NET Framework < 4.6.2

Developer technologies | .NET | Entity Framework Core
asked 2026-04-21T08:20:58.39+00:00
Sridhar S 0 Reputation points
answered 2026-04-21T10:55:39.71+00:00
Jay Pham (WICLOUD CORPORATION) 3,515 Reputation points Microsoft External Staff Moderator
2 answers

need impact analysis

is there a negative impact while upgrading to ASP.NET Core 10.X from ASP.NET Core of 2.X to 9.X

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-04-21T08:16:11.12+00:00
Sridhar S 0 Reputation points
answered 2026-04-21T10:51:57.26+00:00
Jack Dang (WICLOUD CORPORATION) 16,670 Reputation points Microsoft External Staff Moderator
2 answers

Azure Functions isolated (net8.0) incorrectly requires .NET Desktop workload to load projects.

I have an Azure functions project that works fine in VS2022. When I open the project with VS2026, it prompts me to install .NET Desktop. The following is my .csproj (with the project names renamed). <Project Sdk="Microsoft.NET.Sdk"> …

Developer technologies | Visual Studio | Setup
asked 2026-04-21T08:35:37.6733333+00:00
Richard Coleman 0 Reputation points
answered 2026-04-21T10:28:25.06+00:00
Lizzy Dinh (WICLOUD CORPORATION) 430 Reputation points Microsoft External Staff Moderator
2 answers

vba: Find/Replace digits and formatting That replacement text contains a group number that's out of range

Hello from Steve Objective is when three digits found put a zero in at the beginning. That replacement text contains a group number that's out of range Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting …

Developer technologies | Visual Basic for Applications
asked 2026-04-19T21:33:31.0633333+00:00
SteveD 145 Reputation points
commented 2026-04-21T09:13:46.2+00:00
Nancy Vo (WICLOUD CORPORATION) 2,885 Reputation points Microsoft External Staff Moderator
1 answer

In word if four numerals located add a zero at the beginning.

Hello from Steve How do I do in VBA the below please. In word if four numerals found add a zero at the beginning.

Developer technologies | Visual Basic for Applications
asked 2026-04-05T01:02:44.7833333+00:00
SteveD 145 Reputation points
commented 2026-04-21T08:49:21.22+00:00
SteveD 145 Reputation points
2 answers

Find font 12

Hello from Steve Objectives replace with font 12 Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting .Replacement.ClearFormatting .Text = "([0-9]{2})" .Replacement.Text = "000\1" .Forward =…

Developer technologies | Visual Basic for Applications
asked 2026-04-20T07:25:19.0266667+00:00
SteveD 145 Reputation points
commented 2026-04-21T08:44:52.3133333+00:00
SteveD 145 Reputation points
1 answer

Word find only Font 12

Hello from Steve How do I please only find font 12 Sub ReplaceMultipleNames() Dim FindWords As Variant, ReplaceWords As Variant Dim i As Integer FindWords = Array("WALKER BERGERSO", "Orange", "Banana") ReplaceWords =…

Developer technologies | Visual Basic for Applications
asked 2026-03-20T21:37:51.33+00:00
SteveD 145 Reputation points
commented 2026-04-21T08:43:29.8933333+00:00
SteveD 145 Reputation points
2 answers

vba: Compile Error: Expected variable or procedure, not module

Hello from Steve Compile error: Expected variable or procedure, not module Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting .Replacement.ClearFormatting ' Find any 3-digit number as a group .Text =…

Developer technologies | Visual Basic for Applications
asked 2026-04-19T21:50:34.99+00:00
SteveD 145 Reputation points
commented 2026-04-21T08:41:45.76+00:00
SteveD 145 Reputation points
2 answers

Objective find numeral when found must have six numerals VBA - need leading zeros to fill out number of digits

Hello from Steve Word numerals to have six numerals Objective find numeral when found must have six numerals If less than six numerals put in zeros at the beginning to complete six numerals VBA

Developer technologies | Visual Basic for Applications
asked 2026-04-19T21:01:02.93+00:00
SteveD 145 Reputation points
commented 2026-04-21T08:36:22.0933333+00:00
SteveD 145 Reputation points
2 answers

vba: Find and replace only one.

Hello from Steve Find and replace on a single find. VBA Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting .Replacement.ClearFormatting ' Find any 3-digit number as a group .Text =…

Developer technologies | Visual Basic for Applications
asked 2026-04-19T21:41:35.2+00:00
SteveD 145 Reputation points
commented 2026-04-21T08:34:09.23+00:00
SteveD 145 Reputation points
2 answers

vba: Objective replace three zeros

Hello from Steve Objective please replace with 3 zeros at the beginnjing when three digits are found Sub AddZeroBeforeThreeDigits() With Selection.Find .ClearFormatting .Replacement.ClearFormatting ' Find any 3-digit number as a group …

Developer technologies | Visual Basic for Applications
asked 2026-04-19T22:01:41.55+00:00
SteveD 145 Reputation points
commented 2026-04-21T08:31:23.0466667+00:00
SteveD 145 Reputation points
3 answers

system environment vairable needs to be fetched by Asp.net core Application hosted on IIS

Application has web.confiiig where connection string stored for Db connectivity. i wanted to remove the password from connection string and store into server's system envrionment variable and application should fetch the password only from environment…

Developer technologies | ASP.NET | ASP.NET Core
asked 2026-04-20T13:53:22.4066667+00:00
ANKIT GHENGE 110 Reputation points
commented 2026-04-21T08:23:36.38+00:00
ANKIT GHENGE 110 Reputation points
2 answers

Word finding X at the beginning of numerals

Hello from Steve Is it possible please using the below [0-9XL]{5} to also find X at the beginning. For example X9937 Sub Test () Selection.Find.ClearFormatting With Selection.Find .Text = "[0-9XL]{5}" .Replacement.Text =…

Developer technologies | Visual Basic for Applications
asked 2026-04-20T04:03:02.13+00:00
SteveD 145 Reputation points
recommended 2026-04-21T08:12:26.64+00:00
Alexandra Tanasescu 0 Reputation points Moderator
1 answer

How can I add a tab to file explorer from a c# program?

How can I add a tab to file explorer from a c# program?

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,795 questions
asked 2026-04-06T16:51:21.62+00:00
Robert Dukelow 0 Reputation points
commented 2026-04-21T08:10:21.0833333+00:00
Lizzy Dinh (WICLOUD CORPORATION) 430 Reputation points Microsoft External Staff Moderator
2 answers

impact analysis

look for practical impact analysis of applying version16.11.20 or later (latest servicing release) against .Net affected versions from 3.1.1 to 3.1.16 and affected versions from 6.0.3 to 6.0.7

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,169 questions
asked 2026-04-16T14:55:53.59+00:00
Sridhar S 0 Reputation points
answered 2026-04-21T08:08:23.9766667+00:00
Michael Le (WICLOUD CORPORATION) 11,235 Reputation points Microsoft External Staff Moderator
3 answers

Span gesture recognizer is not working for label with formatted string

In .net maui 20, we are trying to use span gesture recognizer for label so I can append normal text with hyperlink. When clicking on hyperlink it should navigate to that link but it's not working in this way. I am pasting the code for reference.…

Developer technologies | .NET | .NET MAUI
asked 2026-04-21T07:29:57.9+00:00
Keerthana Krishna 60 Reputation points
answered 2026-04-21T07:42:23.9933333+00:00
Keerthana Krishna 60 Reputation points
2 answers

SFTP file upload download issue.

Dear all, already i developed sftp file upload and download with Renchi and SSH.net. For the weak RSA key encryption our IT support blocked RSA key encryptions so winscp is another option to implement personally i feel little complicated WINSCP so any…

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,795 questions
asked 2026-04-21T06:26:30.1933333+00:00
Senthil kumar 5 Reputation points
commented 2026-04-21T07:33:37.3633333+00:00
Senthil kumar 5 Reputation points
1 answer

WPF BindableMultiSelectDataGrid Clipboard Copy Error

When copying from a BindableMultiSelectDataGrid with WPF in .NET 10, copying to the clipboard seems to be erroneous in a way that is incompatible with Excel. In .NET 10, it seems that an extra newline is placed between each line of the HTML clipboard…

Developer technologies | Windows Presentation Foundation
asked 2026-04-13T16:31:11.81+00:00
O'Rourke, Ian 5 Reputation points
commented 2026-04-21T07:28:29.14+00:00
Jack Dang (WICLOUD CORPORATION) 16,670 Reputation points Microsoft External Staff Moderator