6,491 questions with Visual Studio-related tags

Sort by: Updated
0 answers

How to fix a Key Error when calling translation service

Runtime error when I click to translate. Following step seven of build web apps with python Terminal File "C:\Users\Studnet_F\MyPythonScripts\translate\app.py", line 18, in index_post key = os.environ['KEY'] ~~~~~~~~~~^^^^^^^ File…

Visual Studio Training
Visual Studio Training
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Training: Instruction to develop new skills.
14 questions
asked 2024-07-18T20:48:03.9133333+00:00
Jaybird Flippen 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure $150 credit is not applicable

I have Visual Studio Enterprise license. When I am checking on https://my.visualstudio.com/ it shows the benefits. The top most is "Azure $150 monthly credit", and when I tried to activate it is not allowing me to avail this benefit. Kindly…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2024-07-18T09:23:12.5633333+00:00
Rajeev Pradhan 0 Reputation points
accepted 2024-07-18T18:07:04.2533333+00:00
Rajeev Pradhan 0 Reputation points
0 answers

e.g how to fix unity error saying expecxted }

using System.Collections; using System.Collections.Generic; using UnityEngine; public class playerspaceship : MonoBehaviour { public float ThrustForce = 1000f; public float TurnTorque = 1000f; private Rigidbody rigidbody; private void…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2024-07-18T18:01:15.9+00:00
Jacob Thomas 0 Reputation points
0 answers

I want to download visual studio professional 2019, but is not available...

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2024-07-18T16:25:20.88+00:00
Sivasangaran, Bhuvaneshwari 0 Reputation points
0 answers

Getting errors trying to import data from an SAP Cloud for Customer tenant using OData API in SSIS

Hello, So, I am attempting to import data from an SAP Cloud for Customer (C4C) System into an SQL Server Table using SSIS on Visual Studio 2022. I am using the Odata Source tool to connect to the system and the connection is successful. I can even see…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,306 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,520 questions
asked 2024-07-18T15:55:39.1166667+00:00
Amogh Sharma 0 Reputation points
2 answers

Academic Software Development in Cooperation with an Industry Partner

Hello! I am currently working with VS Code but I am reviewing different IDEs to improve my coding experience. But I am not sure if I am allowed to use Visual Studio Community. I work as an academic researcher at a university and my research requires…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2023-05-25T11:48:36.6333333+00:00
Bayram Stucke 0 Reputation points
answered 2024-07-18T13:54:03.8+00:00
ArnulfVK 0 Reputation points
2 answers

How can I rotate the iOS simulator?

Only the screen of the simulator rotates instead the entire simulator when I click on the rotate buttons: Is it possible to rotate the entire simulator?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,200 questions
asked 2024-07-17T11:55:26.3633333+00:00
Kim Strasser 816 Reputation points
commented 2024-07-18T12:38:47.0133333+00:00
Kim Strasser 816 Reputation points
7 answers

Microsoft.DataTools.IntegrationServices setup fails in Visual Studio Professional 2022 (Version: 17.10.4) Error Code: MainViewModel.OnBundleAction: Bundle action failed: Unknown error (0xe0434352) (0xE0434352)

I was trying to set up SSIS and SSAS extensions in Visual Studio Professional 2022 on Osirius PAM. The SSAS package was completed successfully, but for the SSIS package, I am still getting the same error: Unknown error (0xe0434352) (0xE0434352). Here are…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,520 questions
Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,008 questions
asked 2024-07-16T13:45:52.1266667+00:00
Kaan Çullu 5 Reputation points
edited a comment 2024-07-18T12:27:10.6233333+00:00
Kaan Çullu 5 Reputation points
1 answer

I no longer get suggested code in Visual Studio from Copilot

Hi all; After upgrading Visual Studio, I had to remove the two Copilot extensions as it said they were not compatible with the latest version. And there are no Copilot extensions available. I do have the Copilot chat window and it works fine. But I no…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
192 questions
asked 2024-07-03T18:14:10.12+00:00
David Thielen 2,776 Reputation points
commented 2024-07-18T09:52:03.91+00:00
Tianyu Sun-MSFT 29,351 Reputation points Microsoft Vendor
1 answer

When ever i click " once the editor should show "cursor" but I'm getting ""cursor"

I have been facing a problem is vs code lately and it is pretty annoying. Whenever i type double quotes single quotes or template literals i am getting three instead of two for example if i types " on keyboard the output should be like…

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
966 questions
asked 2024-07-14T04:48:54.78+00:00
Devansh Bhardwaj 0 Reputation points
commented 2024-07-18T06:49:31.2833333+00:00
Anna Xiu-MSFT 27,731 Reputation points Microsoft Vendor
0 answers

Trouble accessing custom field properties in ObservableCollection

I created an ObservableCollection in my ViewModel and defined a CustomField class that implements INotifyPropertyChanged. However, when I try to access the properties of the CustomField model in the view, I get an error saying that the members cannot be…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,200 questions
C#
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.
10,620 questions
asked 2024-07-17T18:43:00.8866667+00:00
Mirai Dinelli 0 Reputation points
commented 2024-07-17T20:29:05.3466667+00:00
Mirai Dinelli 0 Reputation points
6 answers

Visual Studio find text in code editor auto jumps from the current line to another one

Hello, Does someone knows how to fix an annoying behaviour in the code editor of Visual Studio.? I have a .cs file with 10 000 lines of code. I am positioned within the file to see the lines from 920 to 950 I am trying to find a specific text…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
C#
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.
10,620 questions
asked 2021-12-14T15:38:27.647+00:00
Liviu Ionut Olteanu 11 Reputation points
commented 2024-07-17T19:53:19.1833333+00:00
QuickBooksDev 1 Reputation point
3 answers

How to fix: The store blocked this account while publishing and app.

I always get the error: The store blocked this account. Ensure the account has permission to read reserved app names and that it is linked to a valid Developer subscription. I'm able to login with my account ob the website and I see all my apps there.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2024-06-14T13:05:38.41+00:00
blueman 10 Reputation points
answered 2024-07-17T15:57:05.6133333+00:00
Sukru Yalcin 0 Reputation points
1 answer

How to run Visual Studio 2017 without admin privileges ?

Hello, The IT just remove the admin rights for our personnal LDAP accounts. Now, when I run Visual Studio 2017, is asks me to use an account with local admin privileges. I do have one, but then, I have problems to use Git inside VS, because the…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2024-07-12T12:24:11.08+00:00
RobertHue-6055 0 Reputation points
commented 2024-07-17T14:51:42.8266667+00:00
RLWA32 43,046 Reputation points
0 answers

Blazor hangs when debugging with authentication

Am I the only one who experience that 9 of 10 times Blazor hangs with this message when I use authentication, and after I have logged in?   Any hints on how to get past this issue?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,613 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,494 questions
C#
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.
10,620 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
966 questions
asked 2024-04-07T11:22:21.7633333+00:00
Finn Arildsen 26 Reputation points
commented 2024-07-17T14:39:52.7266667+00:00
Philippe Cayouette 0 Reputation points
3 answers

How to fix the error : Bundle action failed: Unknown error (0x80131500) (0x80131500) when trying to install SSIS on Visual Studio 2022 ?

Whenever I try to install SSIS on my laptop I run into this error : Bundle action failed: Unknown error (0x80131500) (0x80131500). I already repaired VS studio , uninstalled but nothing is working. I already followed the steps mentioned there :…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,520 questions
asked 2024-07-16T16:35:44.13+00:00
Anis CHERGUI 0 Reputation points
commented 2024-07-17T10:10:28.7766667+00:00
Anis CHERGUI 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Dev/Test subscription offer to MCA-E Customer?

My customer recently signed for MCA-E and wants to use Azure Dev/Test subsctipion. As far as I know, for Azure dev/test offer, users need to have Visual studio subscription. To offer correctly, do I need to propose customer to purchase visual studio…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,329 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2024-07-09T01:44:22.9333333+00:00
Kyungbin Oh 20 Reputation points Microsoft Employee
commented 2024-07-17T10:03:56.3733333+00:00
Abdul 2,510 Reputation points Microsoft Vendor
1 answer

Cannot add class diagram to my project in Visual Studio Professional 2022

I have installed the Class Diagram feature but right clicking on a project or class file does not display the View Class Diagram option. If I try to add a class diagram file to the project, the file type is missing from the templates.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2024-07-16T13:00:59.7133333+00:00
Nigel Zett 0 Reputation points
commented 2024-07-17T10:01:48.2+00:00
Tianyu Sun-MSFT 29,351 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Save Picturebox image to datagridview

looking for a way to save an image to a datagridview cell, image is loaded into the picturebox then when form is closed saves it to the datagrid.

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,869 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
asked 2024-07-07T03:11:49.5266667+00:00
Ben Ramsay 20 Reputation points
commented 2024-07-17T09:55:26.2966667+00:00
Ben Ramsay 20 Reputation points
1 answer

The scriptmain.cs can not be found in the SSIS package

I have a SSIS package with a script task. I can edit this script taks, but when I add a breakpoint in the C# code and I run the package I get an error that the ScriptMain.cs can not be found. I use Visual studio 2022 with data tools 2017 and integration…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,866 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,520 questions
C#
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.
10,620 questions
asked 2024-07-17T08:24:57.6333333+00:00
Eric Bezemer 186 Reputation points
answered 2024-07-17T09:37:33.9166667+00:00
Jiale Xue - MSFT 42,731 Reputation points Microsoft Vendor