-1
votes
2answers
62 views

How to retrieve files from 2 different projects in the same solution without hard code the path? [closed]

I have 2 projects under 1 solution, 1 project called adminsite, and another 1 called publicsite. What i want to achieve is, i want to retrieve some files in publicsite sub folders and use those files ...
0
votes
0answers
31 views
+100

Can I create a custom TestContext timer for UnitTest/LoadTest in Visual Studio?

A few of my UnitTests have a Sleep that is defined in a loop. I want to profile not only each iteration of the test, but the overall time for all iterations, in order to show any non linear scaling. ...
3
votes
1answer
155 views

Why does the old value stay in this object after it is reset?

I've shown three programmers this problem and we're all stumped. I call a Sql Server stored procedure in a foreach loop and the result always is the same as the first call. Even if I hard code ...
2
votes
2answers
43 views

Switch between Release and Debug in code

I published my application and I want to add extra "Admin" functionality to it. I see a lot of debug information, when I run my application in Debug mode, all of this is removed in the Release mode, ...
0
votes
1answer
23 views

dll is being used by another process

I am creating an extension in Visual Studio 2012 and keep having this error which is getting rather frustrating. The way I have dealing with it recently is that I have to go into the add-in manager ...
0
votes
1answer
18 views

Syntax error on javascript due to conversion VS2008 to VS2012

Recently I installed visual studio 2012. I converted my project in the log it seems to be fine, No errors. When I look in the code in the javascript at the end of the sentence he marks the ; red and ...
0
votes
1answer
57 views

Nuget Error: Unable to read beyond the end of the stream

I'm facing this issue from time to time where I can't install new packages to my project, Nuget keeps showing this error, from the command shell and GUI. I installed/reinstalled NuGet to know avail. ...
-1
votes
1answer
33 views

visual c# WPF: create settings window

I'm using Visual Studio 2012 and I'm developing a project with C# and WPF. In my application I need to have a simple settings window, as you can see in every Windows application. So, I create a new ...
1
vote
1answer
34 views

How to avoid string corruption on formatting razor views

In Visual Studio Express For Web 2012 if razor view is formatted, formatter adds extra spaces to end of javascript string. This causes invalid data to be passed. Before formatting: @if ...
4
votes
1answer
394 views

Visual Studio 2010 project to Visual Studio 2012

My friend just sent me a VS2010 project with 2 solutions in it: one with one CPP file and the other solution with a C# WPF project (one XAML and one CS). Everything is working fine on his computer ...
0
votes
1answer
105 views

Console.WriteLine isn't working anymore in VS2012

All of a sudden my Console.WriteLine isn't displaying anything anymore in the "Output" window. Debug.WriteLine does work though. I already checked with right-click on the "Output" window that all ...
1
vote
0answers
60 views
+50

Soap Request in C#

Ive got a soap request ive written in http & javascript but i cannot seem to convert it into C# Original: (Works) <button onclick="doStuff()" type="submit">Send</button> ...
0
votes
0answers
23 views

How to prevent Visual Studio from creating a dir on the output path while copying unmanaged dll?

I have two projects, named Main and Process (Class library). Main depends (references) Process. I have added some unmanaged dlls to a Folder at Process project. The dlls have been added as a link. ...
0
votes
1answer
31 views

1. How to call a controller method using url in .jqgrid & 2. Visual Studio Cannot load a project

Question 1 : I am trying implementing JQgrid in MVC, for that in .jqgrid url , i have as url: '/Personalize/GetAccountHeads', Where GetAccountHeads() is a Method in PersonalizeController.cs as., ...
0
votes
1answer
18 views

Visual Studio 2012 for Windows Phone: Font Segoe WP does not compile

I've just installed Windows 8 and Visual Studio Express 2012 for Windows Phone... but I'm no longer able to compile my XNA projects that contain spritefonts of type Segoe WP (the same projects do ...

1 2 3 4 5 465
15 30 50 per page