Questions tagged [visual-studio]

Visual Studio is an integrated development environment from Microsoft for developing applications on Windows.

Visual Studio is an integrated development environment from Microsoft for developing applications on Windows.

If your question concerns using Visual Studio to develop an application, it may be a better fit for Stack Overflow.

119 questions
0
votes
1 answer

Eliminate SSH timeouts between macOS and Ubuntu VM

I'm using ssh and Microsoft VS Code on my Mac (up to date Ventura) to connect to my Ubuntu VM (up to date 22.04). However, I keep getting inactivity timeouts (I believe this is from the macOS side): client_loop: send disconnect: Broken pipe My…
Robot
  • 337
  • 1
  • 3
  • 8
0
votes
1 answer

VSCode-Docker Not Invoking "CMD"

TL;DR Image built by VSCode only executes the CMD command when I press the Run button in the Docker Desktop UI. Hello Folks, I'm playing around with a Drools image along with Docker Desktop and VSCode. My devcontainer.json file looks like the…
Black Dynamite
  • 523
  • 2
  • 5
  • 16
0
votes
1 answer

IIS Express webapps don't show up in the system tray gui when I launch an asp.net core app from VS 2022 IDE

I'm using Windows Server 2019 and would like to be able to stop or restart the app on iisexpress server from system tray gui in case there are any glitches, how can I restart the app with or without the system tray gui? I would prefer to just stop…
IjonTichy
  • 9
  • 2
0
votes
0 answers

Set DNS Server on Zone using C#

I would like to set the primary ns server on a domain I am creating on Windows Server programmatically: ManagementBaseObject outParams = zoneObj.InvokeMethod("CreateZone", inParams, null);ManagementClass zoneObj = new ManagementClass(session, new…
Malata
  • 5
  • 3
0
votes
1 answer

Managing code editors and its code from Ubuntu

I created a web server which can run code for 4 web apps being developed, based on Ubuntu 20.04. At first, Github was going to be the way to go for handling code between the coders, as it can be synced with our environment (Visual Studio Code in…
0
votes
1 answer

Publish database between two open database connections (Visual Studio 2005)

I have two data locations, one to a local and one to a remote database. How do I copy the local database schema to the remote? The reason I don't use "Publish to provider" is that I'm not sure that I have all the information necessary to do so. I…
Daniel O
  • 101
  • 2
0
votes
1 answer

;includeRecommended Installation of Visual Studio Build Tools 2019 Workloads via powershell fails

I am trying to install VS Studio 2019 build tools automated on a Windows Server 2019 instance using Powershell. Assuming the build tools bootstrapper shares the same command line interface as the regular ones, I want to install 2 Workloads with…
Superlokkus
  • 103
  • 2
0
votes
1 answer

localdb RESTORE SQL works on my Win 10 box, but not my Azure pipeline agent

I have an Azure pipeline that refuses to run my integration tests (well, prior to running the tests, it must create necessary databases from .bak files - and that's the part that is failing) This SQL is being invoked as part of my MSTest…
bkwdesign
  • 103
  • 1
  • 4
-1
votes
1 answer

How to create a SQL Server Database from DBML

I have corrupted an entire database and I have no access to it or backups. Is there a way to recreate the structure of it using a .dbml from visual studio project? Thank you in advance.
AJ GS
  • 37
  • 7
-1
votes
3 answers

IIS 10.0 error 2280 while executing 32 bit

While trying to make a local deploy of a rest-api that requires to be executed on 32bit, the server stops the application pool under witch it runs. The events viewer: error while loading "C:\WINDOWS\system32\inetsrv\aspnetcore.dll." code…
-1
votes
1 answer

What are the possible reasons visual studio 2008 team system would not connect to a TFS2008 server

I have Visual Studio 2008 Team System installed on my work machine. I use it to work for an offisite clients Team Foundation Server 2008. Yesterday it stopped working. E.G. I couldn't connect to TFS. On my machine I have updates disabled, I have…
-1
votes
0 answers

Warning: PowerShell detected that you might be using a screen reader and has disabled PSReadLine for compatibility purposes. On visual studio

Warning: PowerShell detected that you might be using a screen reader and has disabled PSReadLine for compatibility purposes. If you want to re-enable it, run 'Import-Module PSReadLine'.In Visual Studio. Is there a permanent fix for this I have…
-2
votes
2 answers

I am now leasing a Win 2008 server; what steps should I take (remote desktop, etc.)?

I am completely new to this; in the past, I could make a simple site in Visual Studio and use ws_ftp to upload files to the server. But now, we're leasing our own server from 1and1, and here's what they said: "you actually lease a server from us.…
-2
votes
1 answer

new user does not recognize command `code`

I have Windows Terminal running bash in Ubuntu and had been working under root by default. I had isntalled the Remote wsl extension and successfuly opened vs code with code . on several occasions. After realizing I should be working under a…
Matan
  • 3
  • 1
1 2 3 4 5 6 7
8