Skip to main content

All Questions

0 votes
1 answer
82 views

Visual Studio build go slower after adding fontawesome svgs

After adding fontawesome svg files, I noticed that the build (run) was going slower, so I practically needed about 5 minutes to compile the code. And this creates a big problem for me as I'm still in ...
ynsbl.eng's user avatar
  • 168
6 votes
0 answers
1k views

Debugging the C++ Standard Library functions in visual studio

I've noticed that in VS 2010 Professional(in university) you can step into stl and stdlib functions and debug the actual insides, tried to do the same in VS 2017 Community but it didn't work, it even ...
sumguy's user avatar
  • 81
0 votes
1 answer
3k views

How to get an original One Dark Theme fonts?

I've been playing with the font settings in my VS Code and changed accidentally the font, this is how my 'font' setting looks right now: I want to set the One Dark Pro theme: theme But after ...
Karen's user avatar
  • 1,359
0 votes
1 answer
103 views

Can't find these options in Visual Studio 2013

This is my version of Visual Studio: My project is a C++ CLR/CLI Winforms. I had to change the namespace of my project then I'm having issues with the resource .resx file. According to other answers ...
Simple's user avatar
  • 865
4 votes
0 answers
51 views

How to use Google Calendar Api in .net MVC 2 using this sample https://developers.google.com/calendar/quickstart/dotnet

We have a legacy application which is written in .Net MVC 2 and required to use Google Calendar API. I have found this link which is mentioned prerequisites VS 2013 and above. Is there any way to use ...
Chamara Nillushan's user avatar
1 vote
1 answer
253 views

Invoking GetProcAddress resulting procedure reports ERROR_FILE_NOT_FOUND

I am accessing a c++ dll library (I don't have the source code) from c++ code. I use this library to mount a usb device so I can access the files on the device. This code worked well in VS2010 but ...
Steve E's user avatar
  • 11
0 votes
1 answer
522 views

LINK2019: unresolved external symbol for a function returning shared_ptr<int>

I am using a dll exporting a function that returns a shared_ptr. The code from the dll project: #ifdef _WRAPPER #define WRAPPER_DLL_EXT __declspec(dllexport) #else #define WRAPPER_DLL_EXT ...
Or B's user avatar
  • 1,793
1 vote
0 answers
159 views

My shapes from Visual Studio 2010/2012 Visual Basic PowerPack are missing in Visual Studio 2013, 2015 and 2017

I am trying to upgrade an old Windows Forms application, originally written in Visual Studio 2010. The solution uses Visual Basic Powerpack to have shapes (mainly circles) drawn on the screen. When I ...
Drew's user avatar
  • 31
0 votes
1 answer
793 views

Migrate old Visual Studio projects to VS 2017

I'm planning to migrate all existing projects running/using VS 2010/2012/2013/2015 (Framework 4.0/4.5/4.5.2) to VS 2017. Please advise on following if you've any idea or done this before: Is there ...
Jony shah's user avatar
0 votes
1 answer
392 views

Date Time Formatting not working properly in ASP.NET [duplicate]

DateTime.Now.ToString("DD.MMM.YYYY.HH.MM.SS") Using the above formatting to get the current date and time as per the above format. But it's resulting DD.Sep.YYYY.15.09.SS
Sixthsense's user avatar
  • 1,967
0 votes
0 answers
15 views

Getting below issue in VS 2015 enterprise installation. VS2013 I already uninstalled. Only VS code and VS 2010 is there in my machine

Getting below issue in VS 2015 enterprise installation. VS2013 I already uninstalled. Only VS code and VS 2010 is there in my machine
Rohit Sharma's user avatar
3 votes
1 answer
4k views

Visual Studio: Unable to start debugging.Operation Not Supported

I am facing strange error in visual studio, whenever I try to debug the asp.net application it shows me the following prompt and doesn't allow me to run the application, I already installed visual ...
Russian Federation's user avatar
0 votes
1 answer
179 views

migrating a project from vtk5.10 to vtk 7.1 - missing headers

I am trying to migrate a project with Qt4.8.0 and vtk 5.10 to an updated version with Qt5.7 and vtk7.1 (in Visual Studio 2013). I found out that many vtk files have changed through different ...
MTs's user avatar
  • 199
-1 votes
1 answer
45 views

Create plugin in Visual Studio 2015 compatible with previous versions

Is that possible to create plugin into Visual Studio 2015 which will be compatible and could be installed into different versions of Visual Studio 2013/2012/2010 ? How to do it if so ? Update: I know ...
Visual Studio Game Plugin's user avatar
0 votes
1 answer
142 views

C# - SQL Server Data Tools - How to migrate from VS2010 to VS2013

We have a unit test project coded in C# using Visual Studio 2010 and using the "Microsoft.Data.Schema.UnitTesting" namespace (from SQL Server Data Tools 2010 I think). For example we use classes like ...
jeromesubs's user avatar

15 30 50 per page
1
2 3 4 5
23