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 ...
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...
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...
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...
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...
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.
...
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.
...
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
...
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...
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 ...
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?
...
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...
What does mean this Reasharper error? I just upload project from svn repository.
...
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...
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 ...
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...
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 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
...
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 :)
...