Tagged Questions
2
votes
1answer
31 views
How to delete object without retrieving it in EF
We have a table that has a couple of nText columns so looking to delete a rows without retrieving it if possible
Another twist is that we don't know the IDentity value but a couple of other values ...
0
votes
2answers
46 views
how to stop stopwatch during debugging C# and vs2012
So i have some code that depends upon stopwatch for some calculations.
However once stopwatch starts it doesn't stop even during debugging and it is creating problems for me when i try to debug the ...
0
votes
1answer
58 views
asp.net mvc4 project compiles ok but gives the yellow screen of death
looks like i'm not the only one with this issue
Visual Studio 2010 is not catching compile errors on build
...
0
votes
1answer
15 views
set panel default button gives error, must be ibuttoncontrol
I am trying to set default button for asp panel. Instead of asp button I am using button control with type="submit".
I am getting error: "The DefaultButton of 'pnlSSN' must be the ID of a control of ...
-1
votes
0answers
21 views
Fill DataGrid with a custom query
I'm trying to fill my DataGrid with a custom query I have written which binds two tables. The query is stored in my dataset (dbPBDataset.xsd) under the table adapters (TransactionTableAdapter) and ...
0
votes
1answer
56 views
Is there a better project pattern for a Winfoms app than the MDI Application?
It litters my app with nonsense like File Open and Save, Edit- Copy and Paste, etc. as if I'm trying to build a better notepad, that can have multiple confounded text files open at once. Most business ...
0
votes
1answer
40 views
Some Silverlight and Windows Phone generic questions of a beginner
I'm starting developing Windows Phone applications and even having a somewhat strong background in WPF is my first time with Silverlight. There are some things that I don't understand yet:
Is ...
-1
votes
1answer
31 views
Multithread Windows Service [closed]
How and where do I multithread my code. I currently have a Windows service that collects events from the Windows System log. The service forwards collected events to a remote service. My code is in ...
1
vote
1answer
37 views
How to use lazy with instance variable
given the code below
public class classA
{
int someid ;
public classA( int x ) { someid = x; }
Lazy<myType> lazymt1 = new Lazy<myType>(
return ...
2
votes
1answer
55 views
Unable to use Dotfuscator with application referencing Microsoft.Bcl.Async
To support XP one of my projects is now targeting the .NET 4.0 and using Microsoft.Bcl.Async for the async features of .NET 4.5.
The trouble is, I am not longer able to obfuscate the resulting ...
1
vote
1answer
29 views
Expression to include by file name but exclude by same folder name
I'm trying to figure out how to configure VS Code Coverage Run Settings to include only target libraries but not test libraries and not 3rd party libraries:
Syntax is the following:
<Include>
...
2
votes
2answers
38 views
Is there a way in Visual Studio 2012 to see an error log of the Update Service Reference operation
I've had a lot of issues with updating my service reference to my WCF service. I've had issues with third-party dll's not serializing correctly, and also issues with too many methods in the service. ...
0
votes
0answers
85 views
Visual Studio 2012 WCF service Reference.cs only has one class after adding a method to the service
I have a WCF service running in the 4.0 framework in VS2012. I added a method to my service and suddenly the service reference wouldn't update properly in another project. The Reference.cs file ...
0
votes
3answers
45 views
Error opening project file in VS2012
The following error is being returned when i try to open a colleagues MVC application in VS2012.
when i click on "OK" - i am not able to open any of the files within the environment.
I am able to ...
0
votes
1answer
28 views
How to get code analysis report in VS 2012
I am using VS Professional 2012. I ran code analysis on the solution. I fixed some of the warning messages and suppressed some of them. Now I want the report of this code analysis report. The report ...
0
votes
1answer
25 views
Deploying a Console Application by only copying the Bin Directory
I am wanting to have a deployment process for console applications, similar to the web deployments. I am looking for a way to copy all the contents of the "Release" directory into a network share ...
0
votes
0answers
36 views
VS2012 Annoyance - The type or namespace name does not exist in the namespace
All,
I don't know if this has just started happening in VS2012. I've not seen it happen in VS2010 or previous versions.
I have a solution in VS2012 with a number of my own custom projects. The ...
0
votes
0answers
16 views
how to link installshield in VS 2012 with the application itself?
I think the question is not that clear. I think that is because English isn't my mother language. any ways
Visual studio 2012 has in other projects type option installshield project. in this option ...
1
vote
0answers
32 views
Issue with Code Coverage in VS 2012
I have a simple ASP.Net MVC 4 application with 3 simple tests.
Each of these tests run successfully to completion, however the Code Coverage window gives me the following error:
Empty results ...
0
votes
0answers
69 views
Add a new Crystal Report to a Visual Studio 2012 project
I have already installed Crystal Reports for Visual Studio 13.0.5 on my machine, but I do not see an option for me to add a new Crystal Report to my project in Visual Studio 2012. What step am I ...
0
votes
0answers
36 views
The type was not found
Visual Studio writes me some
The type was not found. Verify that you are not missing an assembly
reference and that all referenced assemblies have been errors in a WPF
project from a user ...
0
votes
1answer
53 views
Missing DirectX SDK
I have Window Server 2008 R2 with Visual Studio 2012 installed along with .NET framework 4.5. I want to reference the Microsoft.DirectX.AudioVideoPlayback in my VS2012 project.
However, I can't find ...
1
vote
1answer
29 views
.net reference dependency when doing unit testing
a [TestClass] was written in C#. the namespace Microsoft.VisualStudio.TestTools.UnitTesting was used and a reference added Microsoft.VisualStudio.QualityTools.UnitTestFramework. subsequent, clean ...
0
votes
1answer
19 views
Error: “BindingFlags” is ambiguous whenever vcclr.h is used
Trying to experiment a bit with C++ CLI, targetting .NET 4.0 (not 4.5), I'm getting a slightly annoying issue. The code below gives an IntelliSense warning in my Visual Studio 2012; it complains that ...
0
votes
0answers
32 views
VS2012 breaks previously functioning .NET ActiveX object in IE 8
(Yes, I work in a large corporate environment, which is why I'm talking about all of this backwards technology. No, I don't have the option currently to gut the thing and rewrite it in this decade's ...
0
votes
1answer
70 views
A first chance exception of type 'System.UnauthorizedAccessException' occurred in Microsoft.Phone.ni.dll
I have a windows phone 8 application running on its emulator from Visual Studio 2012 environment. I implemented the logic to be able to send toast push notifications to this app. When it comes to the ...
1
vote
1answer
46 views
How to reference “Context” / Controller from Views
We're looking to build a mvc4 site with url's such as
abc.com/site1/home/about
abc.com/site2/home/about
where each refers to a completely different website/page
now the menu items - ...
0
votes
0answers
11 views
Extension to upgrade Target Framework in VS 2012
Is there a Visual Studio 2012 extension or other utility, which can change the target .Net framework version for all the projects in a solution?
I am aware of Scott Dorman's Visual Studio script, ...
0
votes
0answers
47 views
What could be the potential causes for Visual Studio Profiler error VSP 1449?
On trying to instrument any web application by my Visual Studio Performance Wizard, I get the following error
Error VSP1449: Unable to start VSPerfSrv. %1 is not a valid Win32
application. Try ...
0
votes
1answer
33 views
.NET Validator (Image Trigger)
I have a web form with 1 textbox, a required field validator for it & a send button.
When everything is okay the validator isn't triggered and I present a "Success" image to the user. If I try to ...
-2
votes
1answer
36 views
Unused assemblies worries when dealing with other non-microsoft compilers
If i reference unused assembly using the /r flag in the command prompt the csc will ignore it.
so what if i reference unused assemblies via the IDE will it show the same behavior ?
and what if i am ...
0
votes
1answer
154 views
Error in loading Azure Storage 2.0 — could not load Microsoft.Data.OData 5.0.2
My hosted service uses Azure Storage 2.0 (exactly 2.0.5.1 from Nuget). Under Visual Studio 2010 I had no problem. I switched to Visual Studio 2012 and now in some web site of my main web role I get ...
0
votes
2answers
41 views
Windows Forms C# Tool location is not same [closed]
I'm developing an windows forms application using .NET C# and so far all code related are just fine. But, I got some UI trouble. I have this gauge that I'm using in the UI for displaying a connection ...
-1
votes
1answer
60 views
Migration from Visual Studio 2010 to Visual Studio 2012 is getting issue
Initially My project had been created with Visual Studio 2010 for development, later on It was moved to Visual Studio 2012. But, It is getting the following issue.
Error Task could not find ...
2
votes
1answer
37 views
Running 2 publish profiles at same time?
I have 2 production servers that I need to deploy my app to every time. Right now I have 2 different publish profiles - 1 for each server. I run these manually through Visual Studio 2012 web deploy. ...
0
votes
0answers
31 views
Contextual menu strange behaviour within a modeless dialog?
We develop in C++/CLI with VS2012. We have a modeless dialog where a contextual menu (ContextMenuStrip, right click...) is used. When we built the app with VS2005, everything was fine and the ...
0
votes
1answer
110 views
Crystal reports with visual studio 2012
I have installed crystal reports developer version SP5 - 64 bit from http://scn.sap.com/docs/DOC-35074
Now, I am able to run my exes which has crystal reports references to them, however, when I open ...
0
votes
0answers
25 views
AnkhSVN, SVN Locks and Datasets
We are using Visual SVN and VS2010, we have a data project with several Datasets in it. To avoid having to try and merge the XSD files we have set them to require a lock so only one person can edit at ...
0
votes
0answers
45 views
Windows store app:What are the .pdb folders
In my project folder i see that there is a lot of .pdb folders as shown in the picture below:
What are these folders? and is there anyway i can remove or hide them?
0
votes
1answer
38 views
cshtml forms input type to be shown as a button
I used this codes to make a register form, but the other one doesn's display as a button, i tried to make the type to be button but I also need the function of the type reset
<input ...
0
votes
0answers
42 views
Visual Studio failed to enter debug mode due to error finding parse tree node for active statement
I just update my project from a repository and since that when my program hits a debug point, it gives me this message:
Entering break mode failed for the following reason: Error finding parse tree ...
0
votes
0answers
52 views
ReportView source change
I have some problems with a ReportViewer. I have 2 different reports and I want to change reports in a reportView via a comboBox. But when I try change occurs some problem like this:
Cannot find ...
0
votes
1answer
32 views
Using the aximp WrapperTool with a COM library
I have an OCX library called CyberSc.ocx.
Running the following command adds one entry to the COM tab of my Add References dialog box:
regsvr32 CyberSc.ocx
When I add to my project, I get this:
...
3
votes
2answers
66 views
Unloading silverlight projects on Visual Studio 2012
Opening My solution in visual studio 2012, I want to Build and then Unload projects that I don't need, As I always did in vs 2010.
Strangely, every time I Unload Silverlight Projects, builded xaps, ...
0
votes
1answer
53 views
Force Test Methods Implementation for all methods defined in an Database Interface
I am designing a solutions that is capable of changing DataSource from SQL to Oracle and SQLite.
For this I am using Unity Framework to implement Lazy Binding.
I have created an Interface and wrote ...
2
votes
1answer
129 views
Class Library Error does not contain a static 'Main' method suitable for an entry point
I have two Projects that are essentially class library projects. the One (Net.Data.Entities) contains definition of the entities I use, while the other class Project(Net.Data.DataContexts) contains ...
0
votes
0answers
75 views
Invalid Reference Verson When Visual Studio 2012 Starts
I recently added a unit test project to my existing .net website project. I wrote some unit tests and everything was working fine. We added in a third party testing suit to our development process, ...
3
votes
1answer
39 views
Overlapping alternatives for developing language support in Visual Studio
I want to develop support in Visual Studio for a particular language. MPF language services and MEF editor extensions seem to have an awful lot of overlap, and I have not been able to get a clear ...
-1
votes
0answers
50 views
To use or not to use filename *.dll.config? [closed]
I'm working on merging 21 projects into 1 Visual Studio solution, to have some projects be jointly shared (or be depend on). All of those projects are made up of WinFrm app, WinSrvc app, Class app ...
0
votes
0answers
47 views
HeapAlloc (from sample Memory.cs class) Throws Exception on Visual Studio 2012
I recently switched to Visual Studio 2012 on my legacy application. At some point, the code uses the sample Memory class as in:
http://msdn.microsoft.com/it-it/library/aa664786%28v=vs.71%29.aspx
This ...


