visual-studio tag

144 questions


3 answers
164 views
0
How do I absorb the dll version difference between development and server environments?

The environment is divided into several dlls, and I would like to replace only the dlls that were fixed, but when I deployed the dlls that I created in the server environment, the following error occu...


1 answers
82 views
0
vector subscript out of range line 932 does not stop

The vector subscription out of range line 932 dialog appears, and the application is running.Please tell me when this happens.Also, if it happens again, I would like to select retry and look at the ca...

2 years ago

1 answers
93 views
0
To Set Different Background Colors for Splash Screen and Tile Icon in VS Tools for Apache Cordova

Visual Studio 2015 CommunityProject Template Used: JavaScript\Apache Cordova Apps\Empty App (Apache Cordova)Application Development Environment: Windows 10 ProfessionalApplication Deployment Environme...

2 years ago

1 answers
122 views
0
VB2013 was able to invoke Form2 class functions (subs) from Form1 class.

VB2013 was able to invoke a function (Sub) of the Form2 class from the Form1 class.However, the drawing in Form2 described in the function does not occur.To summarize the flow (1~2)①In Form1: Dim f2 a...

2 years ago

5 answers
64 views
0
The program created in visual studio cannot start.

My friend asked me to program with C#.net on VS2010.My PC works fine, but when I boot to my friend's PC in Windows 7, A problem has occurred and the program is no longer working properly.The program i...

2 years ago

2 answers
71 views
0
What does SA1200 mean for StyleCop?

Typically, the using directive is written outside of namespace (at the beginning of the file), but StyleCop generates the following warning:What does this mean?SA1200:CSharp.Ordering: All using direct...

2 years ago

1 answers
71 views
0
How to use the camera in the Windows desktop app for Win8 (tablet) (change package.appxmanifest?)

This is about the title.The WinRT API is available for Windows desktop applications, so https://software.intel.com/en-us/articles/using-winrt-apis-from-desktop-applications(List of available APIs) htt...

2 years ago

2 answers
76 views
0
What does SA1200 mean for StyleCop?

Typically, the using directive is written outside of namespace (at the beginning of the file), but StyleCop generates the following warning:What does this mean?SA1200:CSharp.Ordering: All using direct...

2 years ago

1 answers
61 views
0
I want to build exe that can run on Windows Vista or later without installing .NET runtime

I am developing with Visual Studio Community 2013 C#.I would like the built exe file to run (without installing any other version) on the .Net Framework installed in the following environment as a sta...

2 years ago

1 answers
86 views
0
How do I set up a "line replication" shortcut in Visual Studio for Mac?

I want to set it to Cmd+D.Can I use Ctrl+Shift+D for row replication in VisualStudio? - teratailI wish I had a Mac version of the Keyboard Shortcuts Manager in .

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.