Create MSI pack\File from Exe pack
Hi Sirs, I've tried some applications (cracked) but old vers. in order to create from exe to MSI packge In order I could run it by GPO. Applications like browsers Firefox examples im not intersted. I mean about like MS office, MS Visio in my…
C# how to pass a string from a list of object to a List<T>.Sort() method please?
How to pass a string (level) from a list of object to a List<T>.Sort() method please? Data: List<DirItem> items = new List<DirItem> { new DirItem { level="3.5-1", name="Hi",…
What type of markdown proccessor does Visual Studio use?
Developers added markdown support in Visual Studio version 2022 release 17.5. But what's under the hood? Is it commonmark-compliant? GFM support? Is it based on markdig?
Can Visual Studio 2019 be Upgraded to Visual Studio 2022 Directly Using Visual Studio 2022 Installer?
I know you can install both versions side by side. And according to this: https://learn.microsoft.com/en-us/answers/questions/1283358/can-i-upgrade-from-vs2019-to-vs2022, one cannot directly upgrade directly from VS2019 to VS2022 currently. Is that…
WxWidgets App build Error Visual Studio 2019
I built a wxwidgets c ++ program with visual studio 2019, on my pc there were no problems, but when i tried to start it on another pc i got a missing libraries message. I searched the internet and was advised to change the code generation settings from…
Microsoft Visual 2022 Pro Offline registration
I have an offline installation of Microsoft Visual Studio Pro. What type of licence do i need for offline activation? The application cant access the internet now or in the future.
I'm running Windows 11 24H2 and using Visual Studio 2022 Professional. When debugging my program, it fails with "Error while trying to run project: unable to start the program".
However, this is working on my laptop just fine. It has Visual Studio 2022 and runs this same debug without issue. I think it is related to windows 24H2, but can't be sure. The program I'm debugging hasn't changed so it related to something else. I am…
Visio how can we get it.
Hello Please i need your help on this issue. We need Visio, how can we get it? Doesn't it include in Premium license. I need to know if the Visio is included in Premium license.
Should I have multiple projects in a single solution in visual studio using c# and .NET
I need to develop (3) projects. one desktop and two custom windows services. Should I create a solution with 3 projects in visual studio? Or should I create 3 individual solutions? I use git for source code control with local repository (No…
Visual Studio 2022 Diagnostic tool does not display content properly when debugging
During debugging, nothing is displayed in the diagnostic tool window
VS Version 17.11.5 - SSRS report RDLs open BLANK
Hello, Version 17.11.5 - SSRS report RDLs open BLANK I have submitted this from VS but have not received any help. It gets set to Triaged or marked as a duplicate and I have not heard back. I am a tad surprised this is not a widespread issue because…
multiple git local repositories for a visual studio 2022 solution with multiple projects
I have visual studio professional 2022 installed. I have a solution named Bigfoot. In Bigfoot I have 3 projects. One is desktop, one is communication and one is exports. I want to have a git local repository for desktop, a different one for…
obj\Debug\net8.0\LeadPlus.Visita.CrossCutting.dll” because it was not found.
I'm having the following problem, I can't compile or recompile projects through Visual Studio using the more traditional way Ctrl+B or going to the solution manager and clicking Build or Rebuild. The project always returns the following error C:\Program…
Visual Studio forum
I tried to ask a question about the printform componet on visual studio but was told I was in the wrong forum. How do I get to the right forum?
'No Matching Profile Found' While Selecting Distribution Profile For MAUI iOS Application In MAUI In Visual Studio MAC
Visiting developer portal of apple Created New App Chosed iOS platform Entered name, language, bundle ID (Same as in the source code), SKU with full access Save Added New Device Go to certificates, identifiers & profiles Chosen iOS…
An unexpected network error has occurred. The app list cannot be refreshed. Please retry by pressing the Refresh button. Visual Studio 2019
Unable to associate app with Microsoft Store. Not able to get list of apps associated with the account.
How to fix Visual studio professional 2022 installation problem?
While installing I am getting Access Denied error, I will share log report can you please suggest how to resolve this issue. Log Report: Package 'Microsoft.Ancm.IISExpress.Msi,version=17.11.35102.94,machinearch=x64' failed to install. Search URL…
How to solve node.js error in visual studio professional?
Hi, when I am trying build the following error occur, can you please share steps to resolve. Error "C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Microsoft\VisualStudio\NodeJs\node.exe" exited with code 123.
How come I keep geting the errors when I use the simple shooter sample?
Theres a problem with this code: GameplayScreen.cpp `// Create a sphere primitive to represent the player.` ` // The sphere will be used to handle collisions and constrain the player in the world.` ` // It is not rendered so it is not added to the…
New resource management is a disaster!
I use VS2022, until today everything was fine (or almost), now they updated the resource management and it doesn't work anymore. I add a png file and it tells me that it must be an icon (or a byte[])! Before everything was much easier, you just had to…