Hello
I am using Visual Studio 2005 Proffesional Edition.
In the following example SomeClass is class that is defined in third party dll library I am using.
SomeClass has virtual methods. I noticed that the operator typeid gives different results when applied to the type itself, and when applied to object of the type. Is this normal be...
hi
i made setup & deploy to my program, but how to make Uninstal ?
thank's in advance
...
http://weblogs.asp.net/scottgu/archive/2009/07/31/asp-net-mvc-v2-preview-1-released.aspx
The old posts does not have the correct answers for this theme. Also looking for SQL Mgmt Studio with the same fonts, color themes.
...
Hi
Apply Styles window shows all the styles available in the attached stylesheet.
I thought that I could apply style simply by selecting an element on web page and then click the appropriate style in Apply Styles window. If I click on class selector, then VS does add the CssClass property to web control, but if I click on id selecto...
I'm working on a project that uses a PHP, MySQL, Apache, and runs on a Linux server. Is there any plugin so that I can use Visual Studio as my IDE?
Preferably, it would be something free, unlike VS.PHP which apparently costs $100/year.
And, I'm running the VS 2010 beta.
...
Eclipse has a great option for the debug "Watch" window called "Show Logical Structure" which makes Collection objects way easier to inspect. Instead of showing the gory member fields of an Collection instance (like a hashtable, for instance) it instead shows an easy-to-read 'Cliff Notes' version.
Does a similar option exist for Visual...
I am using a software named Daisy 2.02 Validator and it is with GUI but i want to access it programatically so that i can control all the validation process through my C# project. I am unable to find any help about it's libraries, any .net Api or any DOS command for controlling it. Please provide me help.
Thanks,
Regard,
Muhammad Waqas
...
Hi,
Does anybody know how I can set a new scheme for my keyboard shortcuts that mimics the default key bindings of MS Visual Studio?
There are two default schemes in Aptana (Preferences | General | Keys) but can I create or (better still) upload a new scheme?
Ideally I'd like to avoid having to set them all manually.
I'm on a OS X Sn...
Since I do not have access to the complete source code of a library I'm using, but I do have the pdb files, is it possible to set a breakpoint in the "debugging source code"?
If so, how would I do that?
...
We are loading some xaml for an Element at runtime (XamlReader.Load) for some preview purposes. Need less to say, the properties/bindings are not know as they can vary across elements/controls we are loading.
As the run time view model context is not available when we load the control for preview - after loading the Element, the idea i...
Hello.
In Visual Studio (2005/2008) we can set a conditional breackpoint when the condition is True.
Now, there is an other option - when is "Changed".
What does this mean and how/when should I use it.
I saw already related page on MSDN but this "changed" it still not clear for me...
Thanks.
...
My understanding is that Rebuild = Clean + Build. What are the likeliest reasons for offering ‘Clean Solution’ as a separate option, since rebuild does the same thing? I gave it some thought, and the only reason I could come up with was that some solutions can be fairly large and it may be time-consuming to do a clean AND a rebuild, but ...
How do I share data between user-controls in .Net, using ADO.net datasets, without ditching the designer? A simple example:
I have two separate user-controls; Control1, which contains a textbox, and Control2, which contains a label. Both the textbox and the label are bound (using the designer) to the same property in the same datase...
Is it possible to change the cursor in Visual C# 2008 Express Edition from the standard pipe / line style to a block? In jEdit they call it a "block cursor", and it is similar to the cursor you get when you press Insert in Visual Studio, except not filled-in, just an outline.
...
Every now and then there's a strong need to write a program in such a way that it never (really never) shows an error message as a message box. For example it can be a program run inside a daily build - if it hangs with a message box the daily build hangs.
Unfortunately VC++ runtime has a lot of ways to trigger message boxes when indica...
So I've been developing on Windows XP Visual Studio 2008. I guess it is building my C++ app in 32 bit mode. When I run the program on my new Windows 7 64 bit box, it gets half way through loading a then throws an access violation error. So, I loaded all my development tool and recompiled the project on Windows 7 to find the crash site bu...
HI This is Bharat Bhushan.I have encountered a problem that When I run the application in
visual studio 2005 by pressing the Run button then VS IDE closes automatically without giving any error message.
But when I run without debugging with Ctrl+F5 then Application page runs sucessfully.
As a solution I have installed fresh copy of visu...
I have been looking for a way to build my own DataSource for data driven unit tests in MSTEST. I have not found any documentation how to do this or any base class or interface that I need to implement. Any ideas?
I'm looking at building something similar to FITNesse but using Team Foundation Server for my backing store.
...
I'm writing a small App in which i read some text from to console, which is then stored in a classic char* string.
As it happens i need to pass it to an lib which only takes UTF-8 encoded Strings. Since the Windows console uses the local Encoding, i need to convert from local encoding to UTF-8.
If i'm not mistaken i could use MultiByteTo...
Hi,
I often build libraries and websites and my versions are naturally always at 1.0.0.0.
How do you guys manage the versions to increment automatically?
Also, how can you specify a seed for example: I want to start at 0.5.0.0 and increment to 0.5.0.1, 0.5.0.2, 0.5.0.3, etc...
Or starting at 1.0.0.0 and increment like 1.0.1.0, 1.0.2...