I have an ecomm application in Project#1.
I have a payment gateway implementation in Project#2 that references Project#1. It references interfaces so that the gateway is implemented to a contract.
Now I need to actually use the implementation from Project#2 in Project#1.
There is a circular dependency so it isnt' working as it is.
W...
I am writing unit tests for basic CRUD functionality using VS 2010.
My goal is to create new entities, read them back, update them, and then delete them.
One obvious approach is to have a unit test for each of those operations and run them in that order. Except that I can't directly specify the order the tests should run in.
I unders...
Hi,
In the debug properties of my c# project I have selected Start External Program and selected the .exe of the program I wish to attach the debugger to. However, now I need to launch the program from a .bat file not the .exe but VS2005 does not seem to allow this. Is this possible?
EDIT: To clarify, I need to debug the .exe that gets...
I have some tools that perform updates on .net solutions, but they need to know the directory where the solution is located.
I added these tools as External Tools, where they appear in the IDE Tools menu, and supplying $(SolutionDir) as an argument. This works fine.
However, I want these tools to be easier to access in the IDE for the...
I have recently re-organised our source control and found one of our solutions no longer builds. The only error that we get is:
Error 65 Unknown build error, 'The
specified path, file name, or both are
too long. The fully qualified file
name must be less than 260 characters,
and the directory name must be less
than 248 ch...
Is there an API for running Visual Studio Unit Tests programmatically?
Running MSTests.exe with Process.Start() does not work in the current scenario. What I'm looking for is something like the NUnit SimpleTestRunner.
Any ideas?
/Erik
...
I have a binding that when ever I set it and try to reload the design view, Visual Studio crashes. (This is in design view in the IDE, not at runtime.)
I am looking for a work around.
Here is the binding:
<Button HorizontalAlignment="Right" x:Name="btnPick" Grid.Column="3" Style="{StaticResource roundButton}"
Width="15" Heig...
I would like to know how to have multiple folders per project in Visual Studio. Of course namespaces and DLLs have to be the same when the solution is built with or without using multiple folders.
I tend to be forgetful at things especially this one and forgot to bookmark the link. As far as I know it is an answer in SO. I looked at ...
How to develop app in Visual Studio and then deploy apps to Linux machine (OS - Ubuntu, web server - Nginx). Can any explain the steps, it will be a great help
...
Hi all
I've been asked to read some data from SAS in an ASP.Net application. I've got working code for a Windows Forms app. However the same code doesn't work in ASP.Net however I can try it. A clean project with the same references consistently fails.
Here's what I've got for the connection:
SASWorkspaceManager.WorkspaceManager ...
Hello.
I noticed that in the FontDialog window, some fonts are missing, specifically Fixedsys. I would like that font to be used in a rich text box for my application. Is there any way I could use it?
...
Hi all
If I add [DesignerAttribute("somenamespace.mycomponentdesigner, mydesignerlibrary.dll")] to the top of a class and then install that class into the tool palette, how do I then get the mydesignerlibrary.dll installed into VS so that VS can find the designer?
...
hi
how can I share one or two aspx file in two separated solution
that if i change aspx file in both solution apply changes.
Is it possible in visual studio 2008 or in Team foundation server?
...
Hello,
I am currently trying to profile a class contained in a different assembly. To do this I created a small console application which calls into the public entry point of the class I want to profile. This enrty point is called Run().
This is working fine when I run my Console application in Debug mode and I can step into the Run() ...
Hi,
I am aware that the current release of PEX allows use with the NUnit framework.
The thing is I can't configure it to use the NUnit framework.
In the Options -> PEX: What Exactly do i have to put in the "TestFramework" and "TestFrameworkDirectory".
I Have tried many combinations but failed to achieve any success.
...
I'm using Visual Studio 2008 and I'm trying to add a web reference. After putting in the URL the left part of the Add Web Reference dialog shows the methods in the webservice, but it won't let me add the reference because on the right I get back an Error message that says:
HttpListeningConnectorUtility.initializeISRequest(). Invalid...
Visual Studio has the ability to copy arbitrary blocks of text (not across lines) by holding the alt-key...Is there anything similar in Eclipse?
Thxs.
...
In Visual Studio 2010 beta when I try to add a reference to a Silverlight 4 project I get an empty list on the .NET tab. I know that it is filled in asynchronously now but I've waited over 10 minutes and it never fills. It seems to work in other projects – it just seems to be Silverlight that it has trouble with. Does anyone know what th...
Most of my applications are a combination of VB.NET and Adobe Flash, such that the VB application is displaying a Flash file inside the main form (using Adobe's COM object). The VB application is communicating with the Flash file via the ActionScript ExternalInterface and FSCommands (using XML strings).
I'm having a hard time debugging ...
In my WinForms project I have multiple UserControl-s with the same name ("View"), in diferent namespaces.
If I understand well, the designer hides the controls with the same name as the designed control from the toolbox. So when I'm in design mode on one of the "View"-s I don't see the other ones.
Is there a way to change the name disp...