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.

0 votes
1 answer
727 views

Error Code 0x80070021 HTTP Error 500.19 - Internal Server Error

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

Issues Running Web App in Visual Studio using Microsoft Edge

I have inherited a MVC application (Visual Studio 2013) using Angular that is not working when viewing the app in Microsoft Edge. When the browser is set to use Microsoft Edge when debugging in VS I ...
user2073183's user avatar
0 votes
0 answers
231 views

Locating corrupt Visual Studio user settings

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
1 answer
312 views

How to print on physically printer a JPG file in C++

I need some help. I wrote print function on Linux with cups API. Now I must print jpg or other image file on Windows with C++ code. I have to do this silently without any dialogs/GUI. I can't find any ...
duri's user avatar
  • 61
0 votes
0 answers
51 views

Fade out exit requires 2 clicks instead of one

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
2 votes
1 answer
58 views

BizTalk 2013r2 (Visual Studio 2013) - Default Property Schema configuration

I'm developing in BizTalk 2013R2 using Visual Studio 2013, trying to create a property schema based on a large, lengthy source schema using Quick Promotion, however I'm having difficulty getting the ...
mrc85's user avatar
  • 89
-1 votes
1 answer
1k views

$ (dollar sign) string in C# not working in VS2013

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
0 votes
0 answers
98 views

Visual Studio 2013 - design view doesnt match runtime

I'm having a strange issue with visual Studio 2013. My team and I use Team Foundation for a vb.net windows forms app..when I open forms in designer mode the form controls as scrunched up together, ...
Craig Johnstone's user avatar
0 votes
1 answer
324 views

Not able to insert edited data from Gridview

Using GridView I am trying to insert all the records, including the edited column into the database, by clicking the submit button. However, it is always inserting the initial data which was fetched ...
Mrin's user avatar
  • 13
0 votes
0 answers
186 views

Could not load file or assembly error even when the old DLL was renamed

In my VS 2013 solution, I have few projects like: BookService.BusinessLogic BookServiceContracts BookJob The BookJob project is a console application which references the services: BookService....
RKh's user avatar
  • 14k
4 votes
3 answers
9k views

"Unable to locate package source vsupdate_KB2829760" Visual Studio 2013 Ultimate Update 5

I have installed Visual Studio 2013 Ultimate. Then tried to update Nuget Package Manager, which redirected me to download VS2013.5.exe from microsoft. But when I try to install the update I get the ...
Ahmad's user avatar
  • 12.5k
0 votes
0 answers
91 views

Error when installing microsoft visual studio 2013

When I install Visual Studio 2013, I receive this error. How can I fix this? [
Trọng Hiếu's user avatar
0 votes
0 answers
248 views

Add Web Reference - 'The underlying connection was closed: An unexpected error occurred on a send' in Visual Studio 2013

Trying to repoint an existing BizTalk 2013 project to write to a new SharePoint 2016 list. The original development had it pointing to an on-prem SharePoint 2010 list, which was built using a Web ...
mrc85's user avatar
  • 89
0 votes
1 answer
175 views

The type or namespace XXX could not be found(are you missing a using directive or an assembly reference?

I'm working on a project that targeting .NET 4.0 Framework. I added a reference to a third party dll file and call its methods in my code and have no error. But when I build the project it gave me The ...
buddy's user avatar
  • 428
0 votes
0 answers
324 views

multiple template parameter lists are not allowed with only one template parameter

Say I have the following struct: struct something{ int data; }; Now say I want to create a template function that performs some operation with arrays and returns this struct. template <...
Adam's user avatar
  • 464

15 30 50 per page