Add-on components that enhance and customize the Visual Studio integrated development environment
Visual Studio Marketplace publisher and extension unavailable – HTTP 429 VSID Concurrency
Hello, I am experiencing an unexpected issue with my Visual Studio Marketplace publisher and VS Code extension. Publisher ID: numa-forge Extension ID: numa-forge.sftp-enhanced Extension name: SFTP Enhanced The latest extension update was successfully…
Developer technologies | Visual Studio | Extensions
VB.Net application query
Hi, One of the Application user lost his Admin access on one VB.Net application. No admin settings defined in db tables. Nothing set up in web. config. Can't find the reason. We have no Visual studio/Asp.net installed on the server. Can only open in …
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Base class System Void cannot be designed
How fix: The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: GeoffPicViewForm --- The base class 'System.Void' cannot be designed. +
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
how to fix my microsoft visual c++ 2015-2022 redistributable (x64)
my microsoft visual c++ 2015-2022 redistributable will not delete the older version so i cannot download the newer one. It say it cannot find it in my files, but it still wont let me download the newer version?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
MAUI: This solution contains packages with vulnerabilities
Last week when I open Visual Studio in windows I saw a message like below screenshot. when I tap on Manage NuGet Packages it listed 2 packages. SQLitePCLRaw.lib.e_sqlite3.android and SQLitePCLRaw.lib.e_sqlite3.ios The installed version of the above…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Azure Functions (.NET Isolated Custom Container) - Runtime Version "Error" and Function Host unavailable
We are experiencing an issue with an Azure Function App hosted on Linux using a custom .NET Isolated container based on the image: mcr.microsoft.com/azure-functions/dotnet-isolated:4-dotnet-isolated7.0-appservice. The Function App is in a Running state,…
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
How to prevent DLL hijacking when publishing into a single file
Hi, I've been making a C# WPF app that I publish into a single file. However, a coworker pointed out that it is vulnerable to Dll Hijacking. For example, if I make a fake "kernel32.dll" and put it into the same folder, it will find and run that…
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
OpenGL Libraries
Have downloaded the file glut-3.7 which contains OpenGL support files. However, when I set the compiler and linker files to access elements in the library, I consistently get errors trying to open the .obj files, apparently do not exist in any of the…
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.
OpenGL Libraries
Have the OpenGL libraries installed, glut.h, gl.h using visual studio and the called routines glClear(...), glColor(...), glRotate(...), etc. are global calls unresolved when I execute the "build" command. Have had a lot of problems getting the…
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.
C++ I/O Readable
Not sure what I am doing wrong but this should output readable values, does not: #include fstream; float PLOTX[20]; float PLOTY[20]; float PLOTZ[20]; int INOW=20; I = 0; //Open the output file for writing ofstream out("C:/Plot Data"); do { …
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.
Lost access to organization that published my VS Code extension
Hi, apparently I lost an access to my former organization that published my extension https://marketplace.visualstudio.com/items?itemName=SaiRev.automate-react-task I have accesses to both github and personal accounts that might be associated with the…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Cannot delete Developer account in Visual Studio
How can I delete or reset my Developer account that is linked to my VS subscription? It says my user ******@ss4c3.onmicrosoft.com is not valid yet that is the user it shows as the active admin in the Developer Sandbox. I cannot seem to delete it and wait…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
OpenGL Again
Downloaded what I thought were the files with the headers for the C++ program in Visual Studio, C++. Files were from glut-3.7, contains sub files: Include, LIB, other files, fgl.h, fglut.h, glut.h, tube.h Changed the library paths in C/C++ General-->…
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.
Cant resolve this quiz question regaring Navigate()
Please resolve this assessment quiz question (below). I can NOT get Navigate(Accounts) to open in a canvas app in any fashion.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How do I read a text file in C# and convert its contents to Morse code?
I'm building a C# console application in Visual Studio. I want to read text from a .txt file and convert each character to Morse code. What's the best way to organize the character mapping? Should I use a Dictionary<char, string>? A sample…
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.
Opengl Includes
Have a file called C:\glutdlls36 and in this file are the libraries and header directives for the C++ program, i.e. glut.h. I am trying to include the OpenGL routines in C++ using Visual Studio. I execute the following commands, in Visual Studio from one…
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.
WebView2 Deployment
Hello, I recently converted a VB.net (VS 2022) Desktop Application from a WebBrowser control to a WebView2 Control. I have everything working just as I would like. When I create an installer and include all of the dependencies then install my…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
403 Forbidden error when saving — "Something went wrong while loading this page"
Extension name: AlgoRhythm Product ID: 1aa0fde7-c29a-4950-aaa8-219ec6672dc6 CRX ID (Extension ID): chggifmaplgmobchnnpcfmcifpehdcfn Store ID: 0RDCK9LD95N3 Issue description: When attempting to save the Privacy tab for my extension submission, the page…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Data binding in UWP
What is the diffrence between binding and x:bind. My xaml code works fine when I change to binding. But I can not share my code, I also try to upload image, it fail as well. How can I share my code?
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
C++ Variable I/O
Developing a C++ program and have a requirement of outputting several float variables to a file, to later read them back into another program. What I/O statements would be used to do this? Sid Kraft
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.
AI answer