visual-studio tag

144 questions


1 answers
82 views
0
Would it be possible to read the ReactiveX (ReactiveExtension/System.Reactive) source (C#) on VisualStudio?

I have installed and used ReacriveX (NuGet package name: System.Reactive) on my project, and sometimes I want to make sure that I dig deeper into the methods that this library has.So I looked for a pu...

2 years ago

1 answers
74 views
0
Search or filter in the Visual Studio Properties window

I'm using Visual Studio 2013 and if there are many properties It was troublesome to find the configuration items, so I looked for search and filtering functions.However, I didn't understand, so I aske...

2 years ago

1 answers
58 views
0
To use Beyond Compare in visual studio

I use Beyond Compare to compare codes.How do I designate this as the default comparison tool for Visual Studio?

2 years ago

2 answers
89 views
0
NULL determination does not occur as intended

When I checked the sampleData value in the debug, it said 0x00000000<NULL>, but it does not fit in the if statement below.Also, NULL!=sampleData will not be processed in the if statement.HRESULT...

2 years ago

1 answers
92 views
0
Understanding Event.keyCode Restrictions on Text Input

Thank you for your help.Windows, VisualStudio 2015 ASP.NET (VisualBasic), .NET Framework 4.6, Local IIS, browsers are developed in Google Chrome, IE, and .Put text (TextBox in ASP.NET, named txtTest) ...


1 answers
144 views
0
About visualStudio openframeworks

I'm trying to do facial synthesis with openframeworks, but the error below doesn't work2>ContourFinder.obj : error LNK2019: 未解決の外部シンボル float __cdecl ofxCv::trackingDistance(class cv::Rect_ const &a...


1 answers
121 views
0
The visual studio cannot connect to the server.

Using Visual studio 2017, I tried to write and verify programming with a simple WebFormApplication to verify connectivity with SQL Server, but the test connection and build went well, but when I actua...


1 answers
62 views
0
Javac.exe terminated with code 2, but cannot be built.

I created the Hello world app to develop Android with Visual Studio 2015(VS)+Xamarin, but when I built it, I got the error Javac.exe ended with code 2 and I couldn't build it.After some research, I fo...

2 years ago

2 answers
73 views
0
I want to catch an error on a different form.

The structure may be a little difficult to understand, but I will let you know the current situation.STEP1: Call Form 1 from Class 1 (The Form 1 argument is defined on the interface and passes the cla...

2 years ago

1 answers
87 views
0
Visual Studio fails to open python36_d.lib' in Python embedding

I am trying to embed Python in C on Visual Studio, but I cannot open ' python36_d.lib' error occurs during build.I tried to set it to the Release build by referring to the page below, but it didn't be...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.