CA1065 & CA1062 conflict
This member gets a CA1062 if I don't test the obj param and a CA1065 (or CA2201) if I do.Is there a way to code this such that no warnings are issued? Returning an actual value on null is inappropriate...
View ArticleVS2010 using 32 bit C++ compiler for 64 bit platform
I have a solution with 29 projects in it. Recently I added the x64 platform to the solution via the Configuration Manager. I am running VS2010 Premium SP1 64 bit on a 64 bit laptop. The log files...
View ArticleVS2010 - Modify "Automatic Editor Selector (XML)" Preference on Open With
Hi guys, I have recently installed the MS Biztalk tools for Visual Studio 2010, however this has modified the default editor that all .xsd files open with, regardless of whether I'm doing anything with...
View ArticleTargetting Application for Windows Xp using Visual studio 2012 ultimate edition
I've installed vs2012 ultimate edition in my computer. i've Visual studio 2008 project files which is Windows service projects. Using VS2012 i've converted those projects into VS2012 projects. i've...
View Articlevb2010 expresse. Toolstrip border render
I want to remove the Toolstrip border in VB 2010.Cannot convert the C# examples on this forum yet! :(Any examples in VB code?
View ArticleVS 2012 - referenced assemblies occasionally missing
Hello all,I have a strange problem. Once in a while Visual Studio 2012 forgets to include certain assemblies (always Codeplex ImageTools) during Silverlight application build. Assemblies are properly...
View ArticleTask List in Visual Studio 2012 only shows currently selected file's TODO...
In VS2010, my Task List showed all of my TODO comments throughout all the files in my project so long as each file has been loaded at least once. After updating to VS2012 the Task List only shows TODO...
View ArticleDeploying crystal report in VS 2010
First of all thanks to anyone who takes the time to read this and offer help/guidance with this. Second, I would also like to apologize in advance if this is in the wrong forum as I could not find a...
View Articlecorrupt (erased?) bitmap when extra window opened
(win 7, VS2012 trial) I have a calculator I've been playing with for about 2 decades. Recently, I wanted to add a little window to track calculations, and I am finding that when I have the window...
View ArticleTable Adapter Clear Before Fill Similar Behavior
I have a series of data tables in a strongly typed data set. I fill the tables as required by the primary keys. The intent then is to stream out the xml. The only problem is, only the data from the...
View ArticleWindows Software Development Kit-x86_en-us.msp
I run sdksetup.exe and it looking for Windows Software Development Kit-x86_en-us.msp.Where do i yet it? My machine does not have internet access.ThanksTom
View ArticleA first chance exception of type 'System.InvalidOperationException' occurred...
thnks i need help plzv.basic 2012
View ArticleHow to make an event when an Url open in webbrowser In VB 2010
I want when the user open the specific URL in my program,,event happenfor example : when webbrowser url is "http://www.Facebook.com" Button2 visible = trueI tried to make it for exampleIf...
View ArticleDrawing icons and changing north orientation of a panel. Visual Basic
I have great confusion over something that may be sooooo simple. I want to interact with a panel in a windows form. I already have my mouse move event transferring the pixel coordinates to a label...
View ArticleVIsual Basic 6 compiled application encountering error in Windows 2003 Server
I have a Visual Basic 6 application that has a compiled installer in Windows XP.I have it installed in Windows Server 2003.It is encountering error in Windows Server 2003.Run-Time Error 429: Active X...
View ArticleWhy does side by side error occur???
I am a VS 2008 user and have got the problem many times. With my experience, the solution for the problem is various(i don't quite remember.)Anyways, my question is why side by side occurs?What's the...
View ArticleIs it possible to convert vs.net 2003 website to vs.net 2012 ?
hi chaps,I wonder whether a vs.net 2003 web site project can be auto converted to a vs.net 2012 project? I did see people asking about migrating a vs.net 2003 to vs.net 2010 project though, and is...
View ArticleQuick Info does not show comments
Comments applied to declarations of things show up in Quick Info but only when displayed from List Members. How can I getIntellisense to display comments in hovering Quick Info as well?Christopher...
View ArticleHow to PGI/O the whole solution in VS2012?
Actually, this is the question... how can I instrument and optimize whole solution in VS2012/devenv.exe or whatever way available without adding new build configurations. using msbuild it is last...
View ArticleCan't connect and update existing .NET website from new VS install with...
Hello, I have an existing website/web application that is using .NET. I am attempting to connect a newly built machine with VS2010 to this website so I can make modifications. I have a two fold...
View Article