55,995 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Microsoft.AspNetCore.Components.Server.ServerAuthenticationStateProvider Cast works on Visual Studio Mac but now Windows

Hello, I recently went on vacation for about 3 weeks. I brought my laptop (2022 Macbook Air M2) and decided to learn C# and building web apps with Blazor. I built the app and it functioned fine for my standards. I even figured out user authentication. …

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,701 questions
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,772 questions
Developer technologies | ASP.NET Core | Other
asked 2023-09-17T19:32:04.5233333+00:00
Nicholas Bolton 0 Reputation points
commented 2023-09-19T02:32:00.0466667+00:00
Farid Uddin Kiron MSFT 456 Reputation points Microsoft External Staff
1 answer

Issue while updating android target version to 33 in Xamarin

I have to update android target version to 33 so trying to run my project in VS 2022 then it gives below error while in VS 2019 worked fine with android target version 28. The imported project…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,379 questions
asked 2023-09-14T12:57:18.32+00:00
parixita sakhiya 0 Reputation points
commented 2023-09-19T02:16:17.6066667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,166 Reputation points Microsoft External Staff
0 answers

Odata V4 2017 in Aspnet Core 7 Querying Data

Am getting this error when am querying data from Navision 2017 Odata V4 webservices to Aspnet core 7.Is it a compatiblity issue because it works on odata v4 for business central?When writing a JSON response, a user model must be specified and the entity…

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,805 questions
Developer technologies | ASP.NET Core | Other
Developer technologies | ASP.NET Core | ASP.NET API
asked 2023-09-14T17:08:10.07+00:00
John Kimotho 0 Reputation points
commented 2023-09-19T02:13:36.7133333+00:00
Farid Uddin Kiron MSFT 456 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

the [...] doesn't show in property Editor cell when customize a property editor

I refer to FileNameEditor to customize a new Editor, When I use the FileNameEditor upon my property, the property cell shows the [...], when I click [...], it will show the dialog but I use tue custom Editor, the [...] doesn't show in property…

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,805 questions
asked 2023-09-15T01:40:30.69+00:00
Anonymous
accepted 2023-09-19T01:21:43.3233333+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Importing data from Access using ADODB References

I need help with this to import the data successfully from an MDB file to a Data Grid View control by using the ADODB and Access Interop assembly references. I have this code snippet below: using System; using System.Windows.Forms; using…

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,772 questions
Microsoft 365 and Office | Access | For business | Windows
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,805 questions
asked 2023-09-18T00:28:11.98+00:00
John 511 Reputation points
accepted 2023-09-19T01:05:16.3633333+00:00
John 511 Reputation points
1 answer One of the answers was accepted by the question author.

Trouble compiling a member variable using a CList template with VS Community 2012

//Class ParmContainer has a constructor that takes 3 CString argments with the third argument optional class ParmContainer { public: ParmContainer(CString label, CString type, CString format = CString("") ); } //Here is 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,067 questions
asked 2023-09-17T22:39:39.6433333+00:00
Michael Tadyshak 80 Reputation points
accepted 2023-09-18T20:10:15.1+00:00
Michael Tadyshak 80 Reputation points
1 answer One of the answers was accepted by the question author.

WebMatrix crashes upon opening

Hello. I am well aware that MS WebMatrix is no longer supported as an IDE, but I would like to know why it keeps crashing upon start-up. Here are the details from event viewer: AppName WebMatrix.exe AppVersion 7.1.1932.0 AppTimeStamp 52589c06…

Developer technologies | ASP.NET Core | Other
asked 2023-09-17T16:08:42.84+00:00
Slender Tech 20 Reputation points
commented 2023-09-18T20:03:15.5266667+00:00
Slender Tech 20 Reputation points
2 answers One of the answers was accepted by the question author.

ASP.NET Core 7.0 Minimal Web API with Ocelot as API gateway redirects to downstream service

I have an ASP.NET Core 7.0 Minimal Web API with Ocelot as API gateway. I've uploaded it to my production server and use this configuration in ocelot.json config file: { "GlobalConfiguration": { "BaseUrl":…

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,805 questions
Developer technologies | ASP.NET Core | Other
asked 2023-09-17T10:43:30.9166667+00:00
Hamed Vaziri 156 Reputation points
commented 2023-09-18T17:40:25.07+00:00
Bruce (SqlWork.com) 84,086 Reputation points
4 answers

how to properly close excel app using visual basic/visual studio

ReleaseComObject(Excel) leaves a background process running that GC.Collect() doesn't remove. Code that doesn't work: System.Runtime.InteropServices.Marshal.ReleaseComObject(xlWorkSheet) : xlWorkSheet = Nothing …

Developer technologies | VB
Developer technologies | VB

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

2,928 questions
asked 2023-09-11T15:45:56.1966667+00:00
Paul Bedard 0 Reputation points
edited an answer 2023-09-18T17:30:57.6366667+00:00
KOZ6.0 6,810 Reputation points
0 answers

Kiosk mode for Windows App using Maui

We have upgraded our old UWP App to Maui in order to use the WebView2 control which supports newer versions of Angular. Our old UWP app was capable of being setup to start in Kiosk mode. We cannot do the same using our Maui Windows App. We have tried…

Developer technologies | .NET | .NET Multi-platform App UI
Windows for business | Windows Client for IT Pros | User experience | Other
asked 2023-09-18T15:43:59.31+00:00
Rich Landfair 10 Reputation points
commented 2023-09-18T17:17:03.79+00:00
Rob Caplan 6,127 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

Validate ISRC

Hello I need to validate the user entry to make sure it's a valid ISRC code: https://isrc.ifpi.org/en/ I found a php script here: https://github.com/supl/isrc-validator/commit/d4d8209b538803599a680a1e997906dbf446f174 Easy to get it working in vb.net?…

Developer technologies | VB
Developer technologies | VB

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

2,928 questions
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,805 questions
asked 2023-09-18T11:40:56.6233333+00:00
Peter Volz 1,295 Reputation points
accepted 2023-09-18T15:55:35.6633333+00:00
Peter Volz 1,295 Reputation points
5 answers

is there any option to migrate website from .net 4.8 to .net 7?

I want to convert my asp.net website which framework is 4.8 to framework .net 7. Is there any option to direct migrate full application with making extra effort. or is there any option to share session between .net 4.8 and .net 7 framework.

Microsoft 365 and Office | Development | Office JavaScript API
Developer technologies | ASP.NET Core | Other
asked 2023-08-26T17:11:57.6766667+00:00
Ramesh kumar 5 Reputation points
answered 2023-09-18T15:54:07.3033333+00:00
Mark Phillips 0 Reputation points
2 answers

Function to save/restore last used form size/position with multiple monitor support

Can anyone recommend a good VB / C# function I can use to save/restore windows form size/position with multiple monitor support which covers issues like second monitor then being disconnected etc. Have googled but most solutions I find have issues and…

Developer technologies | Windows Forms
Developer technologies | VB
Developer technologies | VB

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

2,928 questions
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,805 questions
asked 2023-09-17T15:39:06.7733333+00:00
Darren Rose 311 Reputation points
commented 2023-09-18T15:39:46.4266667+00:00
Darren Rose 311 Reputation points
1 answer

Successful Azure DevOps Pipeline Deployment Creates Non-Functioning Application

We have created a Linux-based Azure Web App Service running dotNet Core 6.0 in our Azure tenant, and want to use Azure DevOps to create a pipeline for deploying code to the dev slot of the app service. I have been reading up lots of official Microsoft…

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

9,922 questions
Developer technologies | ASP.NET Core | Other
asked 2023-09-15T13:50:39.96+00:00
Jim Copeland 5 Reputation points
edited a comment 2023-09-18T15:12:09.0566667+00:00
Jim Copeland 5 Reputation points
0 answers

Docking station crash

Hello, starting from today my HP Probook started crashing countinuosly freezing both the external screens. I'm using a docking station Below the events details - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> -…

Developer technologies | .NET | F#
Developer technologies | .NET | F#

A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.

130 questions
asked 2023-09-18T15:00:16.5333333+00:00
Pace, Francesco 0 Reputation points
1 answer One of the answers was accepted by the question author.

with XAML (WinUI3) GridView and SelectionMode="Extended", how from c++ code (or even CS) can I deselect items that the user clicked.

SelectionMode="Extended" allows many items to be clicked at once. after clicking, multiple items can be drag/dropped onto a target. Once this happens, I need, via C++ code, to deselect certain items that were clicked. what is the way to perform…

Windows development | Windows App SDK
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,067 questions
Developer technologies | XAML
Developer technologies | XAML

A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.

880 questions
asked 2023-09-17T23:26:45.4366667+00:00
Anonymous
commented 2023-09-18T14:48:01.23+00:00
Anonymous
2 answers

How can I send e-mails from my ASP.NET Core web service using public free e-mail providers?

I created a web service that's supposed to dispatch e-mails using a public free e-mail provider, e.g. GMail or Outlook.com A few years ago, this would have been a snap using SMTP and STARTTLS. Yet, as of the end of May, 2022, Google and Microsoft no…

Developer technologies | ASP.NET Core | Other
asked 2023-08-15T21:39:08.3233333+00:00
AxD 706 Reputation points
answered 2023-09-18T12:25:52.8066667+00:00
AxD 706 Reputation points
0 answers

What is way to get IServicePrincipal using Azure.ResourceManager?

In deprecated packages IServicePrincipal was a result of calls: Microsoft.Azure.Management.Fluent.Azure.Configure()?.Authenticate(...)?ServicePrinciples

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,805 questions
Developer technologies | ASP.NET Core | Other
asked 2023-08-30T16:08:46.9166667+00:00
Anonymous
edited the question 2023-09-18T13:40:30.9066667+00:00
GitaraniSharma-MSFT 50,197 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

How to fill a OleDbDataAdapter with more than 12 records from Access DB

I have an app I am building that uses Access as the DB. While I am developing it, I have the DB located on a network share. I just ran into a limitation during the OleDbDataAdapter.Fill method where it is only returning 12 records. If I move the DB to…

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,805 questions
asked 2023-09-14T22:16:54.7766667+00:00
Pat Hanks 141 Reputation points
accepted 2023-09-18T12:05:01.5166667+00:00
Pat Hanks 141 Reputation points
0 answers

How can I access the "ThenInclude() IIncludableQueryable from an Include()

In Entity Framework, I can set up a query as: var query = dbContext.Organizations .IncludeAll() .Include(org => org.Events) .ThenInclude(e => e.Signups) And in this case, what is…

Developer technologies | .NET | Entity Framework Core
asked 2023-09-16T17:36:19.3166667+00:00
David Thielen 3,231 Reputation points
commented 2023-09-18T10:12:55.19+00:00
Wenbin Geng 746 Reputation points Microsoft External Staff