visual-studio Questions
3
Solved
I am unable to find Microsoft's new development platform WinUI3 in visual studio. Should I install any components or something bug in my VS?
Periphrastic asked 8/12, 2021 at 8:15
3
Solved
On a control I am using multiple attribute properties:
[Browsable(false)]
[Bindable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[DesignerSerializationVisibility(DesignerSerializationVisi...
Punak asked 21/7, 2016 at 11:32
11
Solved
When I try to run my Unit Test project, I get the following error:
Could not load file or assembly 'ASSEMBLY_NAME, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies...
Phonography asked 3/11, 2011 at 10:38
3
Given an opened solution in Visual Studio, how do I quickly check which target frameworks the various projects in the solution have? Is there a solution-wide view somewhere that shows which target ...
Mendicity asked 8/3, 2021 at 14:57
9
Solved
I saved my project, but now I can't open it up in design view where you see all the buttons and stuff. Visual Studio 2012
Anyone know how?
Fluting asked 16/6, 2013 at 20:48
4
Solved
I have a Visual Studio database project (DACPAC) which includes a number of SQL Sequences. However when I deploy the DACPAC it always resets the sequence value to the default value included in the ...
Labiovelar asked 1/12, 2015 at 11:34
7
Solved
I'm checking out code for a project where contributors use different dev tools for coding in C sharp (C#). My .csproj file was manipulated by someone using Sharp develop and now I get 'The target &...
Harlequinade asked 9/1, 2010 at 23:42
1
Solved
I am new to C++ modules. I am using Visual Studio 2022.
Let's say I am creating a DLL, and I don't want my users to see implementation details of my class. How can I achieve this in C++ modules? Mo...
Mil asked 9/7 at 18:9
10
Solved
Is there a shortcut in Visual Studio (2008) that will allow me to jump to matching HTML tag... as CTRL+] does for matching braces when you are in code view?
Example:
<table>
<tr>
&...
Wilburn asked 29/4, 2010 at 15:25
5
Solved
I have a minor annoyance with Visual Studio. In the bottom right hand corner of Visual Studio, there is a INS/OVR button to toggle Insert/Overwrite. I always have this button set to INS, and I alwa...
Yablon asked 1/7, 2015 at 14:46
6
I use a machine where I don't have administrator rights. I've been able to run programs without admin rights by extracting the program's .zip file to a directory I have created on my desktop. Howev...
Bleacher asked 7/12, 2016 at 7:33
8
Solved
When attempting to install Visual Studio 2022 (same issue when attempting to install Visual Studio 2019), once the installation gets to a certain point it reports the following:
"Sorry, someth...
Country asked 28/11, 2022 at 19:14
3
Solved
I'm learning C# and I don't know exactly how to make a class visible to all projects inside the Solution.
Basically I have many projects, all Windows Forms, all of them have some similarity, so the...
Nachison asked 6/2, 2021 at 23:41
5
Solved
I executed an SSIS package using SSDT and Visual Studio. When I try to execute another package I get an error saying "The process cannot access the file XXXX.ispac because it is being used by ...
Iliac asked 7/3, 2019 at 19:26
9
I have a .dll from c++ and I want to debug it in C#, but I don't know how to.
When I compiled the c++ project, Visual studio asked me to execute an ".exe".
I supposed that I had to create a proje...
Interscholastic asked 30/6, 2009 at 10:24
3
Solved
Does anyone know the keyboard shortcut in Visual Studio to open the context menu? i.e The equivalent of right clicking. Thanks.
Rossman asked 24/9, 2008 at 7:29
5
Today I updated Visual Studio to 17.4.0 Preview 2.1.
Microsoft Visual Studio Community 2022 (64-bit) - Preview
Version 17.4.0 Preview 2.1
After that, I can't deploy my Blazor application because ...
Mansour asked 21/9, 2022 at 16:36
4
Solved
In a Unit Test (in Visual Studio 2008) I want to compare the content of a large object (a list of custom types, to be precise) with a stored reference of this object. The goal is to make sure, that...
Canton asked 13/8, 2010 at 10:0
11
Solved
I have created an application in Visual Studio (C#) that makes use of a datagridview. Now, when I assign the DataSource of that datagridview, it automatically selects the first row, and executes my...
Milldam asked 19/9, 2012 at 12:29
7
Solved
I am using Visual Studio Team Explorer with git integration for source control. It works pretty well but sometimes I need to run some more advanced git commands so I am going to file explorer and o...
Darkness asked 23/7, 2020 at 5:28
5
Solved
I've read about this technique: Shared assembly info in VS projects - JJameson's blog
Basically it means to create a SharedAssemblyInfo.cs with versioning information about the assembly, and addin...
Chemiluminescence asked 21/7, 2011 at 5:37
3
Solved
Our 32-bit C++ application names its threads using the standard approach on Windows. We generate minidumps when errors occur, but when the dumps are loaded into Visual Studio 2013 the thread names ...
Flunk asked 5/8, 2014 at 15:41
2
Solved
I've tried this with several MS accounts that have Azure/AAD accounts in place and have attempted using both Visual Studio 2015 as well as 2017 and am getting the exact same bug/error.
Using the ...
Greening asked 12/4, 2017 at 21:12
3
Failed to create an editor. the parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
Error
Script-Migration -From "PreviousMigration"
the Update Visual Studio Commu...
Hither asked 15/2 at 12:26
3
My surface pro 4 display is 2736×1824, scaling 200%. The external monitor I plugged in on HDMI is 1920x1080, scaling 100%.
Other apps (such as Chrome) display OK on the external monitor, but Visu...
Oxazine asked 29/2, 2016 at 0:18
© 2022 - 2024 — McMap. All rights reserved.