I'm trying out the web deployment project but the output it produces when I build is not what I'm expecting. The output I get is just a copy of the WebApplication project, (including the project csproj file!) rather than the single merged output assembly as promised in the document. Am I doing something totally wrong here, I'm following...
The titles says the most of it really.
I have two applications, the first is a full directX application written in c++, the second application is written in c# and renders flash videos, avi's, pdf's etc using ActiveX COM objects. The first application then captures the content of this c# app, and renders it into the 3d environment as a ...
So this is probably a dumb question, but on one of my dev machines "Find in Files" does not exist under the edit menu. All that exists is 'Quick Find' & 'Quick Replace'. Can't find anything online about hiding or showing this menu option, and its always just been there on other installs, so I'm stumped.
Note: This is under Visual Stud...
Hi,
I have recently switched to the latest version of AnkhSVN for VS2008. Everything is working fine except I couldn't work out how to make glyphs appear on folders. Files indicate their status just fine but folders do not indicate whether their content has changed or not.
I found this FAQ entry explaining that glyphs do not work on nor...
When my c# application breaks the Debug + Window menu does not show an entry for Memory window. The menu has items for Breakpoints,threads,locals, watch and callstack. How can I enable memory window. I use VS2005 and VS2008. Both has the problem
...
I am working with a fairly complex solution in Visual Studio 2008. It contains 2 Web Applications, 5 class libraries, a console application a msi setup project, these are all written in c#. The long and the short of it is that Find All References, Find Symbols and some parts of Refactoring do not work anymore. I needed to investigate ...
One of my ASP.NET webpage is taking more time to load and I want to optimize its performance. During debugging, I am not able to find where it is taking more time. It looks all fine. Is there any special way or any option with Visual Studio 2008 for performance tuning?
...
If I sell my application which is develop in VS 2008 which contains some crystal reports too then
Do I need a Crystal Reports license?
If Yes then what would be the price?
...
Hi,
I am working in a migration project from VC++6 to VC++9. I am using Custom Enum in a VC++9 project causes a compilation error as it is duplicating with mfc base class winuser.h.
Sample code:-
enum CHKTYPE{ INPUT, READER, BOTH_IR };
Error:-
error C2365: 'INPUT' : redefinition; previous definition was 'typedef'.
c:\program fi...
hi, i'm using VS 2008. I can compile my solution using the IDE successfully. However, when I try to build it using devenv.com, it fails saying that "ERROR: Cannot find outputs of project output group '(unable to determine name)'. Either the group, its configuration, or its project may have been removed from the solution." while building...
Hi there,
I have a form containing a listbox showing a list of image names. It's bound
to the database table. When an image name is clicked it shows the image and
imagename in a picturebox and textbox respectively. When no image is selected
in the listbox, a new record can be inserted by browsing a new image in the
picturebox by an ...
We've only recently begun using TFS (2008) with Visual Studio (2008). A couple of developers discovered the "Get everything when a solution or project is opened" option in VS and decided it was a good idea--and it would seem to be.
However, we've been getting some curious results when opening some solutions. The solutions in question co...
I'm a .net developer by heart and usually write web applications. However I've been given the binary of a small project and I need to compile it (I think).
It is only two files: mfile.h and mfile.cpp. From looking at the code the .h file is a header file that contains constants and the cpp file is the actual codefile.
I created a ne...
In my shop, there isn't much familiarity with unit testing in general, but I'd like to get into it, at the very least, as a proof of concept. Would it be a crazy idea to simply use the Visual Studio function Create Unit Tests on my small (~500 lines) code base and show the concept that way?
...
Hi, I want to know compiler optimization strategies for generating optimized object code for my c++ app in Visual studio.
Currently i am using default settings.
...
Hello,
I have an .Net app and it runs fast through about 2000 records that starts to go really slow. I'm trying to find the bottleneck and I was wondering if there is a good, possibly free but it doesn't have to be, tool or a way to find the bottleneck. I'm trying to find a list that isn't cleared out but I don't see it yet. I have VS ...
Which tool can I use to see the call stack for a running process? msdn link , but do I need to have the executable in debug mode?
What are the other tools/ways by which i can see the call-graph / resource access graph for a running process? I have an external library from a developer to construct my own machine vision algos, but the ex...
Possible Duplicate:
How to find whats new in VC++ v10?
Visual-C++ 2008 vs Visual-C++ 2010 - what has changed? What are + and - of new VC++?
...
I'm trying to run Fortify on a Visual Studio 2008 project. The project builds successfully on its own. When I try to analyze the project with Fortify using the Visual Studio integrated controls, the project builds successfully but an error message is thrown. Here's the output from Fortify console:
Fortify SCA...
Running: "-show-runtime-...
I'm trying to follow this page http://jagregory.com/writings/fluent-nhibernate-conventions-rewrite/ to define conventions for Fluent NHibernate.
I'm using 1.1.0.685, and when I use this code:
public class TableNameConvention : IClassConvention
{
public bool Accept(IClassMap classMap)
{
return true; // apply to all mappings
}
...