I wrote a visual c# 2008 windows form application ,then i edited the code in a computer which had visual studio 2010,but i can no longer run it in visual 2008,is there a way i can do this?
...
When I run my Win32 project in the Visual Studio debugger, I get this huge screed of output about which DLLs were loaded, first-chance exceptions, and so on.
Is there a way that I can suppress this output?
Some day, I might want to know when 'C:\Windows\SysWOW64\ntdll.dll' was loaded, but normally I don't care. This is especially tru...
Hello Good people!!
I'm deploying a winform application built with vs 2008 0n XP sp3.
I created a database with empty schema which i dropped in the root folder of the project and in properties i choosed Build Action: Embedded Resources and Copy to Output directory : Copy always. Now instead of having connectionstring in the app.config...
I can build a simple dll consisting of a source file, a header file and a definition but now I am progressing beyond a simple toy dll and working towards something more real (ie: more complex).
The DLL I am trying to compile has 2 source files, 2 headers and the dreaded stdafx pair.
To compile normally you would use /Yc for the pch and...
Hey all,
I'm building OpenCV2.1 from top of branch in 64 bit mode, when I link the libraries against my code (that works in 32 bit mode on XP), I get the dialog:
"The application was unable to start correctly (0xc0150002) Click OK to close the application"
When I start the application. The event viewer is pointing at one of the OpenC...
Hi does anyone have great examples or any suggestions on Visual Studio 2008 smart device windows mobile 6.0 project coding examples? I'm new to it and wish to develop an app on accelerometer and on Samsung Omnia mobilephone.
Will really be grateful if there's any help from pros around here :). Oh and i have samsung windows mobile SDK in...
I have found myself countless times reorganizing our solution (72 + projects), in efforts to reduce code. A lot of times it involves pulling out common types/libraries and moving them around.
It always involves a reptitive compiler error so i am having to fix the same compiler error in a lot of different places. I am looking for a gu...
Hello all,
I've got a stange situation in visual studio 2008 C++. I work on code that was originally written for visual studio 2003, where everything works well. Now, ported to VS 2008, the exception handling, which unfortuantely exists widely in the code, does not work anymore. standard code example:
try
{
HRESULT hr = S_OK;
...
I have a file open in Visual Studio. When I hover the mouse over its tab at the top. it tells me the physical location of the file. In the solution explorer I only see virtual folders, however. I wish to quickly browse to all other files in the same project. How can I do that?
Thank you.
...
I'm compiling a project which uses multiple DLL and compiles with VS2008. After a recent windows update DLLs compiled on my computer stopped working on other computers.
After some investigation it turned out that it updated the CRT redistributable library which I'm compiling with from version "9.0.21022.8" to version "9.0.30729.4148"
T...
I have an ASPX page (with VB Codebehind). I would like to extend the GridView class to show the header / footer when no rows are returned.
I found a C# example online (link) (source). However, I cannot convert it to VB because it uses typed events (which are not legal in VB).
I have tried several free C# to VB.NET converters online, ...
Hello
I am trying to deploy an application via Clickonce from one domain, where I'm logged in as DOMAINONE\Irwin to another, where I am granted permission via DOMAINTWO\deployer.
When I try this, Visual Studio (2008) reports:
Unable to access \\DOMAINTWO\publishfolder.
Any advice on how to accomplish this?
...
Hi All:
I am new to data warehousing and I am a little confused
plz provide some simple steps to create a cube and fill it and make querey on it
to know :
I have a database with the original data
and I have designed the star schema and made appropriate tables
I have created an analysis service project in VS 2008
and then I have made the ...
Hi All,
Is there a way to revert changes for a particular changeset in visual studio 2005 and tfs/2005?
Thanks,
rod.
...
In our developer environment, no users have administration rights. As such, it's not possible to install MSBuild.CommunityTasks without getting admin to do so.
What I'm wondering is similar to NAnt, i.e. is it possible to include the files in your solution directory, and just reference it from there? This way, will not matter if the pe...
Dim myXDoc As XDocument = _
I want to access this in a simple way in VB.Net - Like:
Dim Integer SizeXStr = CInt(MyZDoc.Cameras(1).Camera_Desc.@SizeX) ' where (1) is an index
Why isn't this ...
I have created a visual studio add-in for VS2008. The add-in uses as web service to access data required by the developer.
However, currently the only way to get the service to work is to add the service bindings to the machine.config of the pc.
I know this is a bad idea and its causing errors left and right in my other applications.
...
I've got a custom colour set in Visual Studio and one of the colours when debugging is making things a bit of a misery. Unfortunately I can't figure out which one it is, and when going through and changing all the light background ones, it still remains.
Can anyone point me in the right direction? In this screenshot the current line is ...
Hi,
We use IIS to host our Visual Studio 2008 apps (ASP.NET 2/3.5) on localhost as opposed to Cassini.
The only problem with this approach (I'm using IIS7 on Windows 7, but the problem also exists on XP with IIS 5.1) is that after each compilation IIS takes 1 whole minute to respond to the first request. I assume it's doing its own com...
Ok, I have an issue that is driving me nuts. In certain xaml files only, neither IntelliSense nor the folding editor is working.
I have noticed that if I delete the local namespace and add it back, the folding editor starts working.
If I delete the local namespace and don't add it back, IntelliSense starts working as well. Of course, I...