visual-studio tag

144 questions


1 answers
90 views
0
I want to receive the stored procedure OUTPUT Parameter

I am developing an API with Visual Studio 2013 c#.I'm going to use StoredProcedure to select the data in the table.I don't know how to get the retrieved data with C# code.I am using ObjectParameter, b...


2 answers
45 views
0
How do I embed binary files into a program to view them in Visual Studio's C++ development?

Visual Studio's C++ development is looking for ways to embed binary files into the program and browse through the program.For C and C++ development in gcc, I think it is possible to embed binary files...

2 years ago

1 answers
115 views
0
After updating to Visual Studio 2019 Ver16.9.2, the Xamarin forms iOS Release Build failed to find the provisioning file.

At Visual Studio 2019, we are developing iOS and Android apps using xamarin forms (for the first time with Xamarin forms).I was able to register the release version in the App Store the other day, but...

2 years ago

2 answers
99 views
0
Trouble with double variable ddx_text on VC2015.

I am creating a win32 dialog-based app in the Visual Studio 2015 Community Edition MFC, and I am having trouble with the mysterious behavior of ddx_text in the release version.It looks normal in the D...

2 years ago

1 answers
62 views
0
Is there a way for Visual Studio C++ development to embed binary files into a static library and use them from the executable?

I'm looking for a way to embed the binary file into a static library and link it to the executable.How do I embed binary files into a program and browse them in Visual Studio C++ development?Add Binar...

2 years ago

1 answers
89 views
0
SourceTree Cloned Files Are Changed Due to Line Break Code Mismatch in VisualStudio 2013

Install Git, SourceTree and VisualStudio on new PCs as the environment transitions take placeWhen I cloned from the repository, a title event occurred.It did not occur in the previous environment.Old ...


1 answers
48 views
0
How to code-sign Windows applications created in visualstudio with a commercial registration electronic certificate

If you don't give a code sign certificate when you deploy a Windows application with a built installer in visual studio, you'll get a warning when you download and install it, so I'd like to use a com...

2 years ago

1 answers
110 views
0
How to Write Library File Paths in Visual Studio

Now Visual Studio 2019 has changed the way NuGet saves libraries, and instead of each project, they are stored in C:\Users\[Username]\.nuget\packages.That's welcome, but how do I write the path to the...

2 years ago

1 answers
43 views
0
Understanding the Path of dll when building visual studio

When the build runs in visual studio, 1>〇 ..vcxproj->C:\trunk...(omitted)...\GUM.\Debug\〇 ..dll1 > The specified path could not be found.1>The build of project cx.vcxproj has been complete...

2 years ago

1 answers
40 views
0
Visual Studio 2010 Override Intelligence Lost

I use Visual Studio 2010.After installing ReSharper, most intelligence is automatically displayed without any problems, but only override methods are not automatically displayed.For example, if propro...

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.