Skip to main content

Questions tagged [visual-studio-2013]

Visual Studio 2013 is a version of Microsoft's Visual Studio (also known as "Dev12", includes C++ compiler version 18.0). Do not use this tag unless you have a specific question about Visual Studio -- not just a coding issue.

visual-studio-2013
0 votes
1 answer
48 views

The type initializer for 'Sybase.Data.AseClient1.AseConnection' threw an exception when running in IIS

I am getting the following error in one of my C# ASP.NET MVC applications: The type initializer for 'Sybase.Data.AseClient1.AseConnection' threw an exception Notice that it says AseClient1 and not ...
Frank Martin's user avatar
  • 3,357
0 votes
1 answer
39 views

Aiogram Telegram Bot Python

I have a problem. In previous versions of aiogram (2.0, 2.5) Dispatcher had a method "process_message". As I remember, It had a meaning of continuing message to another handler. How is it ...
0 votes
1 answer
42 views

Keyboard Input Not Captured

I am trying to write a simple desktop application to capture user input and write it to a text file. I have figured out how to capture the mouse mouse movement and mouse clicks. I am writing this ...
crjunk's user avatar
  • 969
0 votes
0 answers
55 views

Access violation reading location : CryptProtectData

I'm trying to call CryptProtectData from the Data Protection API (DPAPI): DATA_BLOB dataIn; DATA_BLOB dataEncrypted; BYTE *phrase = (BYTE *)plain.c_str(); DWORD length = strlen((char *)phrase) + 1; ...
Gokul's user avatar
  • 1
-1 votes
1 answer
88 views

Alternative for nextafter when backporting to visual studio 2013

I am backporting a project from VS 2017 to VS 2013. Looks like the function std::nextafter is not available in VS 2013. Can anyone please suggest a workaround or alternative?
Kiran's user avatar
  • 1
0 votes
1 answer
39 views

Visual Studio 2013 Crystal report error "MIssing parameters Values"

I am working on an application, which comes from several migrations. It started in Visual Studio 2010 and Crystal Report 9 and is now in Visual 2013. The latest version of the code was lost and I am ...
Diego's user avatar
  • 2,316
0 votes
1 answer
97 views

Visual Studio 2013 Crystal report 13.0.8 do not open

I am working on an application, which comes from several migrations. It started in Visual Studio 2012 and is now in Visual 2013. Crystal version 13.0.28 is installed on the server and the application ...
Diego's user avatar
  • 2,316
0 votes
0 answers
29 views

Open Visual Studio 2012 solution in Visual Studio 2013

I have to open a Web Application created in Visual Studio 2012 in Visual Studio 2013. The structure of the solution is with one project. The solution is called OT and the pages are in the folder OTWEB/...
Diego's user avatar
  • 2,316
0 votes
0 answers
29 views

SSRS DataTransform property in VS 2013 produces no output

Visual Studio 2013. Creating a report .rdl in SSRS. When I preview the .rdl output, data is present. Click the Save As icon. Select XML with report data. This exports successfully and can view xml ...
Keith Salmon's user avatar
0 votes
1 answer
125 views

Virtual method with default parameter changed behavior [duplicate]

I was asked to make a slight change on an old project build with Visual Studio 2013 VC++. So, I installed VS2013, made the change, compiled it but its behavior has changed on a code that I didn't ...
Andrew KeepCoding's user avatar
0 votes
1 answer
74 views

why return nothing when i want to read password( CredentialBlob ) from credential manager in windows with type CRED_TYPE_DOMAIN_PASSWORD

i cant read password( CredentialBlob ) from credential manager with type CRED_TYPE_DOMAIN_PASSWORD in windows , i can show user name but return nothing for show password( CredentialBlob ) and size ...
Faramarz Jafari's user avatar
0 votes
0 answers
14 views

"This project is incompatible with the current version of Visual Studio" (VS2013)

I recently decided that I wanted to look at some of my old VS2013 projects from back in the day, so I installed Visual Studio 2013 Update 5 and attempted to open one of my old XNA projects. I was ...
android927's user avatar
0 votes
0 answers
31 views

How to install AJAX in Visual Studio 2013

I am using the HandsonTables and I can get it to display the Grid with the correct number of Columns and even got it to display the correct Headers. Problem is my buttons do not seem to work. My View ...
JoAnn Donaldson's user avatar
0 votes
0 answers
35 views

"Package Installation" error on Visual Studio project load

I wanted to learn ASP.NET MVC web development. So I pulled up a Youtube to give me a tutorial on the basics. I was able to create the simple project just fine. The next day, I went to create another ...
Josh M's user avatar
  • 173
0 votes
0 answers
25 views

Choosing the user's installation folder of a program deployed with Visual Studio

I am using Visual Studio 2013. This is a WinForms program. When the users run the installation of my program (located on a shared drive), it is automatically installed to a cumbersome path with ...
pazuzu's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1250