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...
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...
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...
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...
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...
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...
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:...
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...
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-...
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...