Questions tagged as 'visual-studio-2015'

1
answer

Errors Reinstalling Microsoft Visual Stúdio

I've uninstalled through Iobit Microsoft Visual Studio & Xamarin, so I tried to reinstall and are giving these errors. I've already tried uninstalling deleting the folders of the files and the Registers in Windows, I cleaned the records a...
asked by 28.07.2016 / 19:33
1
answer

Application Service Visual Studio 2015

I created a service application in Visual Studio 2015, so I can start the service needed to create an installer. I created a Visual Studio Installer project, filled in the parameters and everything worked. But now I need to use the same ap...
asked by 19.08.2016 / 20:00
1
answer

Create a Table at runtime. W#

Hello, I am having to create a table within a DB Access at runtime. The database already exists, I would just like that by clicking on a button a new table was created within this DB with Field Name and...
asked by 25.08.2016 / 22:57
1
answer

ReportViewer - MethodAccessException

Good afternoon, I use the VisualStudio 2015 Community on a Windows 10x64 and am encountering the following problem when running the debug of a Windows Form Application project: System.MethodAccessException was unhandled HResult=-21462...
asked by 17.03.2016 / 18:33
0
answers

heap corruption compiling an opencv project

void trackFilteredObject(int &x, int &y, Mat threshold, Mat &cameraFeed) { Mat temp; threshold.copyTo(temp); //these two vectors needed for output of findContours vector< vector<Point> > contours; vector<Vec4i> hiera...
asked by 06.04.2016 / 03:50
1
answer

Error trying to publish webjob on Azure

I'm trying to post a webjob on Azure and even the publishing part is all right. It can publish and I can run Webjob normally, but when it tries to schedule Webjob in the "Scheduled" model it throws the error below and can not leave in Scheduled...
asked by 14.03.2016 / 14:09
0
answers

PHP Extension with Windows Error EMIT

I'm developing a PHP extension with Visual Studio 2015. I followed a tutorial and everything worked perfectly, the problem started when I tried to use the variable std :: string. When I do the string include I get the following compile error:...
asked by 17.02.2016 / 20:30
0
answers

Compile error in Visual Studio

I'm very new to Visual Studio, I'm trying to compile a server and it returns me thousands of errors that look like this: 1>int_guild.obj : error LNK2019: unresolved external symbol _strtoi64 referenced in function inter_guild_exp_parse_row...
asked by 19.03.2016 / 13:31
1
answer

Visual Studio 2015 does not appear in ASP.NET Preview Templates

I installed the Pro version of Visual Studio 2015 in Windows 10 for testing. When creating a project should open a screen with the options as in the image below: Butitopenslikethis: DoesnotshowASP.NET5Templatesoptions.ItriedtoaddbyTools-...
asked by 09.02.2016 / 22:12
1
answer

How to include the SDL_image lib for my solution in Visual Studio 2015?

I'm trying to create a game in C ++ with SDL2 for Windows Phone 8.1 I follow this link tutorial and a game with just the project SDL2 / WinRT (no SDL extensions) works fine. But with that I can just do a few small things like fill the sc...
asked by 02.12.2015 / 19:05