Add-on components that enhance and customize the Visual Studio integrated development environment
SQL Server Integration Services Projects - Setup Failed.
Hi, The members of the Development Department, requested the installation of: SQL Server Integration Services Projects!!!. We launched the installation, but it ended with the error: We have attached the log File. We must perform the installation on a…
Developer technologies | Visual Studio | Extensions
Build the Wireframe with Flexbox In Visual Code
Instructions Create your project and its GitHub repository with the name of flexbox-wireframe-practice Create index.html at the root level of your project. In index.html, change the title element's text to Flexbox Wireframe Practice Create a folder…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
WPF ListViewItem IsSelected is on Window_Closing allways false?!
Hello, on my ListView is the ListViewItem-property "IsSelected" binding to object-property. <Window.Resources> <Style x:Key="ListViewStyle" TargetType="ListBoxItem"> <Setter…
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.
getting build issues after adding existed WCF service to the dotnet core project
I have added the WCF service reference to my dotnet core project and included dependency packages servicemodel.premitive, http ,security . But i am getting lot of build error like <clientbase>.
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.
Error APPX1204 Creating App Package for upload to MS Store
This is happening with Visual Studio Insiders [11709.129] with a UWP XBox targeted app. The app has been successfully side-loaded and tested on Dev-mode XBox. Creating the App Package produces this error: Failed to sign <filename.msix>. SignTool…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Rename Module
I want to rename a module in my VB project in Excel
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
How to assign benefit - MS Visual Studio Enterprise - but with right version
Hi, assigned MS Benefit license to a user and unfortunately user can see/access only 2015 version of license assigned. On the same time 2 other users don't have that issue - can see latest versions. MS benefit is MS Visual Studio Enterprise Subscription…
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.
Embedding Notepad++ in WinForms using SetParent does not dock (opens as separate window on Windows 11 local machine)
We are developing a WinForms application where I need to host Notepad++ inside my application UI as a docked child window. This is done launching Notepad++ and using Win32 APIs like SetParent to reparent its main window into a container control (e.g., an…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Exception has occurred: CLR/ObjCRuntime.ObjCException
I am facing below issue in my MAUI project on Visual Studio code for Mac: Exception has occurred: CLR/ObjCRuntime.ObjCException An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How can I find out if my game is running at constant 60 frames per second without stuttering?
Sometimes my game randomly stutters in debug mode on my iOS/Andoid devices. I don´t know if it stutters more frequently on my iPad Air or on my Android phone and I don´t know if it stutters in release mode. How can I find out if my game is running at…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Issues to call the event
Hi, DownloadAndShareFileAsync is declared within MauiProgram.cs, and was called within the same .cs file. It is not a success to build the project. Any reason from the following? Here is MauiProgram.cs
Developer technologies | ASP.NET | ASP.NET API
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
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
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Settings Changes Not Being Saved
My app has several settings that the user can change. The code that saves the changes is: My.Settings(PropName) = ConvertedValue My.Settings.Save() I have confirmed that the ConvertedValue is actually saved immediately after that code executes by…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Integrating ASP.NET Core Identity with WebServices and a Custom Identity Provider
Integrating ASP.NET Core Identity with WebServices and a Custom Identity Provider This is long, and some of the things I am not 100% sure about. I've tried to get the formatting right, but I doubt it is correct. Let's not get to verbally crazy about…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
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
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Database FK not working web app Razor Pages EF Core
Hello Now I'm continuing my learning of web dev / ajax / javascript, but encountered a new issue. I have the following schema: public class Contact { public int ContactId { get; set; } public string FullName { get; set; } =…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
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
An implementation of Visual Basic that is built into Microsoft products.
MAUI .NET 10 - SafeAreaEdges get actual thickness values
Is there a way to get the actual thickness values from SafeAreaEdges? I want to set my page to SafeAreaEdges.None but at the same time offset some controls if there is a safe area available. I know how todo it on iOS but not sure how to use it on…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to use CoInitializeSecurity by using pointer to AppID in pSecDesc parameter?
One of the microsoft recommendation is not to use nullptr for first parameter of CoInitializeSecurity. So how can I use CoInitializeSecurity by using pointer to AppID in first parameter (pSecDesc)?. Appreciate your help in this.
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.
Worksheet protection for users
I want to protect worksheets for users and grand vba all rights to adjust cells and add and delete listrows on tables
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.