visual

Best Practices on using C# Intellisense Comments

We have a Visual Studio 2010 solution that contains several C# projects in accordance with Jeffery Palermo's Onion Architecture pattern (http://jeffreypalermo.com/blog/the-onion-architecture-part-1/). We want to add the Visual Studio Intellisense Comments using the triple slashes, but we want to see if anyone knows of best practices on ...

convert c++ program into assembly

sorry id this question is not sensible just i am interesting i am using visual studio 2010 and suppose i have write some program can i make such that visual studio show me this code translated into assembly language? and if yes how do it? for example i have factorial program int fact(int n){ if (n<=1) return 1; return n*fact...

Organize and categorize "Help Favorites" In MSDN Document Explorer

hi experts how we could categorize and organize Help topics On Visual studio 2008 Msdn Help. I bookmarked very topics and articles but all of them are under "Help Topics" ,i want to group these bookmarks by put them in the related folders such as IE favorites,but thers is no any option. is there any pluge in or solution to do this thank...

Download file from ftp if newer or different

Hello, I am trying to download a file from an ftp site only if it's newer than my local file. Can anyone help how to incorporate to check for the file properties? right now it downloads the file, but just need if newer. The purpose is to update a .mdb with the contents of the file, so don't want to download file and run an update everyt...

SourceSafe: Can it recover deleted files ?

Question: Today I worked with MS Visual Sourcesafe, that is to say Microsoft's Sourcecode destruction system, which has never ever saved anything, but already destroyed much. Today I had one more of those nasty destructive episodes: I was working on a reporting service report (*.rdl xml files). I was modifiying a report, so I created a...

Cannot Add Data Connection Visual Studio 2010

There is an error stating that i am unable to add a data connection because it cannot load a file or assembly: Microsoft.SqlServer.Managment.Sdk.Sfc, Version = 10.0.0.0, Culture = neutral, PublicKeyToken =89845dcd8080cc91 or one of its dependencies. The System cannot find the file specified. Any help would be great! Thanks. ...

reading oracle database and transfer to SQL server

I imported the following and the problem couldn't be avoided Imports Oracle.DataAccess.Client Imports Oracle.DataAccess.Types An error occurred creating the form. See Exception.InnerException for details. The error is: The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception. ...

C#.NET ASP.NET error

Hi, I have an error comes up in aspx page: The state information is invalid for this page and might be corrupted. What would be the problem? Regards ...

C# Application loaded without focus still steals it on the first injected mouse event.

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 ...

Find in Files Not available in Visual Studio?

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...

install visual studio 2008

i am trying to install visual studio 2008 because as i know studio 2010 does not support Boost library but problem is that i can't find official link for download visual studio 2008 maybe because 2010 version is avaliable ?or?i have searched yes there is many other sites but can i download it from microsoft? :EDITED i have ...

Crystal report licencing with vs 2008

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? ...

resizable form in visual studio 2005 can only be made bigger, not smaller again

hello, I'm working on an old project from an other developer, and can't get something solved ... I have a form in visual studio 2005 which is resizable. But when I resize at runtime, it only allows me to make it bigger, not smaller. It has nothing to do with minimumsize, because after making it larger, I also can't return to the origina...

Resharper error

What does mean this Reasharper error? I just upload project from svn repository. ...

Visual Studio 2010 MVC Project type Disappeared

I have been working with visual studio 2010 Premium RTM for over a month. When I installed it I had a fresh install of windows. (No betas or previous versions of VS) I have been creating new ASP.NET MVC2 C# projects since I installed it. I went to create a new mvc project today and I don't have that as an option anymore. I went in unde...

Change in Ajax between VS2005 and VS2010

Hi I've never used AJAX before. I'm new to web design but I have a website that I need to add certain dynamic functionality to. Ajax seems like it would help. Problem is, most of the Ajax articles relate to VS2005. I'm using VS2010 Premium Edition. There must have been lots of changes between the versions. I don't have any Ajax toolbox ...

Find all optional parameters and remove them

Having used optional parameters in a few classes here and there, I'm starting to dislike them immensely for the trouble they cause in certain cases with overload resolution, i.e. difficulties in binding delegates to them due to signature conflicts, as well as dynamic invocation problems with regard to method argument count. How can I se...

Print Visuals with custom paginator

I'm trying to implement my custom paginator to print listbox contents. I use a custom item template which can have different heights. I'm able to add the items on the pages but sometimes the item has to be splitted into two parts. Does anyone know a good splitting algorithm to avoid that text inside this item is splitted horizontally? ...

How to create keyboard shortcut in windows that call function in my app?

How can I create an application that performs an action with keyboard shortcut (App must be unvisible). For example Shows MessageBox when user press Ctrl+Alt+W. Please write example code ...

How would one create a UI such as this for an application?

Anyone know how I would go about implementing a UI that's very customized, something like this? (Programming in VB.net right now if it matters). Have yet to deviate from the standard windows form look but I've got a project which I would like to visually style out how I want. Thanks in advance :) ...