When I add a WCF service reference in Visual Studio 2008, a directory named Service Reference\ServiceReferenceNamespace is created.
In this directory, there's files named Service.xsd, Service1.xsd, Service2.xsd, Service3.xsd and Service4.xsd. The files rae not duplicates - the different files defines different types and elements. When ...
Hi guys!
I have a really weird thing happening in my wpf application.
Every time I close something (a dialog box, a window, etc...) the ENTIRE application closes, instead of only the window/dialog which is beeing closed.
This not only happens when I call the Close method directly, but also when the element closes on it's own, eg: when...
In visual studio I select Debug->Exceptions then add an exception that will be ignored by visual studio.
Where is this information stored?
When I switch solutions I seem to lose this setting. Is there anyway to set this for everyone?
...
I just did a clean install of Visual Studio 2008 on a new machine and I don't see the File > Source Control menu option. Microsoft Visual Studio 2008 Team Explorer Version 9.0.21022.8 is installed, and I have connected to my TFS server through the Team Explorer tab on the right.
Any ideas?
...
Hello
I have created the ATL COM Server C++ project using Visual Studio 2005 wizard. I added a new COM class using the ATL Simple Object wizard. Now when I try to create this COM class instance from my server (calling CoCreateInstance within the ATL server) I get CO_E_SERVER_EXEC_FAILURE error from CoCreateInstance. When I try to create...
The title says it all.
It never happened to me. In Visual Studio, I have a part of code that is executed 300 times, I time it every iteration with the performance counter, and then average it.
If I'm running the code in the debugger I get an average of 1.01 ms if I run it without the debugger I get 1.8 ms.
I closed all other apps, I re...
Is there any incomparability between Visual Studio and SharpDevelop projects?
P.S. For Windows Forms applications.
...
I'm wondering if anyone out there has any ideas about how to run Ant inside Visual Studio 2008. I'm looking to perform some pretty common Ant tasks such as selecting a target to run inside a build file.
I have come across and am aware of NANT as well as MSBUILD as more preferred build tools for ASP.NET projects, but I am only intereste...
I have a solution in Visual Studio 2008, it has dozens of projects.
I would like to have all the pdb in the same folder.
From the property page of a project I see that the pdb will go to the "Intermediate Directory"; also .obj files go to the "Intermediate Directory".
Each of our projects has its own folder because we want to keep the...
I wonder if anyone can explain why Visual Studio does not report compile errors on the View Pages?
I ask because I noticed that Re-Sharper (At least i think it is) picks up the fact that I have included a dead referance in my view but the project will build.
eg,
<%@ Import Namespace="Site.This.Is.Dead.Link"%>
Its only when navigati...
We're looking to iron out issues in our different dev/test/prod environments.
Currently we have to remember to change the name of linked servers in stored procedures when we migrate from UAT into Production. For example, in Production, a sproc in SMOLDB calls across a linked server to LS_AUTH.AuthenticationDB.dbo.SomeSproc because Aut...
Hi,
I have built an application for my college work in WPF browser, but when I try to debug, Firefox opens and gives me a download of the xbap file, which should run in the browser. This happens in VS2008 Express and VS2010 beta. I have tried in Internet Explorer and Chrome with the same result. .NET is framework is installed right upto...
I´ve an desktop aplication using VS2005.
The application write a XML document into a application´s folder.
When a run with a administrator the application run OK, but when a run like simple user (haven´t access rights) I receive the access denied message error.
My application will be distributed to multiple users, and therefore could ...
I am using iBatis.NET in a very simple test project (VS 2008). When I run the suite and the Mapper is instantiated a FileNotFoundException pops up on opening SqlMap.config. The path where iBatis.NET looks for this file is "the current TestResults folder \ Out". Naturally, the file isn't copied there so the Mapper constructor fails.
I mu...
I have a solution with about 150 projects. When I open the solution, half of them appear to be randomly opened. I want to open the solution with all the projects collapsed. I want to uncollapse only the one I choose after opening the solution.
How can I do this?
...
I am currently developing with VisualStudio 2008. I find it increasingly difficult to find files when the number of files and projects increase. The situation become so bad that I literally have to spend 10-20 seconds to find code I want to work on when switch between files. Sounds like not a lot of time, but this can be very annoying be...
Let's assume that I'm doing some sort of nontrivial change to my database, which requires "custom" work to upgrade from version A to B. For example, converting user ID columns from UUID data type to the Windows domain username.
How can I make this automatically deployable? That is, I want to allow developers to right-click the project, ...
I want to strong name a managed application which references many managed assemblies and ActiveX and COM components (written in C++) via interop. And because a strongly named assembly cannot reference weakly named assemblies, could you please tell me what problems that I should be prepared for, what you have run into, especially when de...
I'm using Visual Studio 2008 Team Suite and I'm unable to run tests and display the Test/Windows/Test Result Window.
The result is a dialog box with the following content : "Exception has been thrown by the target of an invocation".
Team Explorer has been installed after Visual Studio 2008 SP1. So I have re-apllied the service pack.
S...
hi
i have a windows CE 5.0 emulator, i run it with C:\Program Files\Microsoft Device Emulator\1.0\DeviceEmulator.exe
when i close the emulator it asks me if i want to save its state... i ANSWER YES but it kinda frezees and it doesn't save anything so next time i have to set everything again (like i have to install again sqlserver CE)
d...