Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
114 views

The below code doesn't block the thread and it gets into an infinite loop and keep printing Waiting... Waiting... My idea is, the thread should block on the max() time and when it's set to now(), it ...
Seektech's user avatar
0 votes
1 answer
64 views

I was doing a merge for another devs app. vs2013 wvc web app ,net 4.5.2. part of the merge was adding this to the config for url rewrite. <system.webServer> <caching enabled ="...
Eric Brown - Cal's user avatar
0 votes
2 answers
178 views

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 ...
Александр Кроссовский's user avatar
0 votes
0 answers
99 views

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
0 votes
1 answer
122 views

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

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
1 vote
1 answer
447 views

I have code in C++ that I want to package as a dll and use in C# code. I made the dll, but when I am loading it, I am getting System.AccessViolationException. (First, the dll wouldn't load and after ...
Flight Dynamic Model's user avatar
0 votes
0 answers
136 views

I have Visual Studio 2019 and 2013 in my computer. I install VS2019 first, then VS2013 because I need v120_xp to build old project recently. The error, "fatal error C1083: Cannot open source file&...
William Shen's user avatar
-1 votes
1 answer
35 views

I Have a solution that has two projects. Project2 displays a webform to the user having an asp:FileUpload control. The ask is to load this file from project2 to Project1 folder(i.e. /Project1/img) Any ...
user1489440's user avatar
0 votes
1 answer
454 views

Error 2 error MSB3721: The command ""C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.0\bin\nvcc.exe" -gencode=arch=compute_35,code="sm_35,compute_35" --use-local-env -...
Md Fardin Nahid's user avatar
2 votes
2 answers
7k views

I am trying to enable-migrations and add-migration in the project but getting error. Anyone faced same issue please share your experience. Visual Studio 2013 Entity Framework 6.4.4 Error: PM> Add-...
MSS's user avatar
  • 49
0 votes
1 answer
161 views

I'm working with VS2013 Update 5 and Node.js v16. I had started off by following this guide. I've tried to add in css to it by adding in css-loader and style-loader packages and had updated the ...
Manib's user avatar
  • 181
1 vote
0 answers
686 views

I recently upgraded a Visual Studio 2013 Solution with C++ Libraries in it to Visual Studio 2022. Everything went great except there were three major environment variables not set. The error: Error ...
Steve's user avatar
  • 4,127
2 votes
1 answer
668 views

I have a Visual Studio 2013 Community stop working; i. e. there is no login to my MS account with a message like that: I tried the solution from the link below to update registry values to enforce ...
MaxMil's user avatar
  • 123
0 votes
0 answers
287 views

I'm using curl-7.65.0 (Static) with Microsoft Visual Studio 2013. I have the following method to upload files to the FTP server. bool uploadFile(string sourcePath, string url, string & error) { ...
M.H.'s user avatar
  • 283
-1 votes
1 answer
560 views

I upgraded my angular project from 2 to 13 version and after that multiple tabs are not working properlyenter image description here
Jyotsana Rai's user avatar
1 vote
1 answer
820 views

Here is the procedure I go through to publish an application to our IIS server. From VS2013, click Build->Publish MyApp (I publish to a share on our file server) Copy and replace MyApp's ...
GonePhishing's user avatar
4 votes
2 answers
2k views

Cannot sign in to Visual Studio using Visual Studio 2013 (Professional edition). Anyone knows what is the problem ?
Kendo Wang's user avatar
0 votes
0 answers
42 views

This is unbelievable to me, and I do not know how to work around this problem! I try to put [4]0.004 into an EditBox Control and what appears in the EditBox is 0.004[4]. Same result is obtained with ...
Tomasz's user avatar
  • 365
0 votes
0 answers
68 views

When I tried to add a toolbar to my mfc project in Visual studio 2013, the following errors occurred. Has anyone worked on this? How can I fix the errors? mfc project in Visual studio 2013 ...
Akmal Aliqulov's user avatar
0 votes
0 answers
378 views

I want to connect the OraServer in the SSIS using Visual Studio. But the error encountered is Test connection failed because of an error in initializing provider. ora-12154 TNS:could not resolve the ...
user17641387's user avatar
0 votes
1 answer
1k views

I trying to configure IIS but when I run the project this error appeared : Error Code 0x80070021 HTTP Error 500.19 - Internal Server Error May I know the cause and solution for this? This is example ...
cui's user avatar
  • 23
0 votes
0 answers
261 views

My copy of VS2015 has for several weeks had a problem in specific situations: File > New > Project gives error message Failed to create a 'ImageSource' from the text '..\Images\Medium.png' and ...
stephen's user avatar
  • 323
0 votes
0 answers
55 views

I'm trying to implement a fade in/out to main form open/close, open fade in works fine, however close fade out requires 2 button clicks to work. Current code: using System; using System.Collections....
Jaymar's user avatar
  • 27
-1 votes
1 answer
2k views

Why can't I use the dollar sign $ in Console.WriteLine()? I know that I use it for using the C# code in {} but it doesn't work and I don't know why? My code is: Console.WriteLine($"Name is : {}&...
Kian.Net's user avatar

1
2 3 4 5
373