VS 2012 SP 3 takes 50%CPU when doing nothing
Hi,I have VS 2012, SP3. In one solution I have several C# projects - some libraries, one WPF and InstallShield project.If I open the solution and don't touch anything then:1) if WPF project is set as...
View Articleconfigure the symbol server in my local desktop
I use Visual Studio 2013 to debug my project, for some reason I want to load pdb files. I heard that I have to configure symbol server first. The question is I don't have permission to set up our...
View ArticleVisual Studio 2013 Ultimate - MVC Web App Foreign Keys in Views
Hi guys,I am fairly new to Visual Studio and Web App Development. I have been following a number of tutorials and having an issue with foreign key set up in tables/views.I am using MVC Code first Web...
View Articleapp.config missing after build process
hi all, i have a Problem - i'm not really sure if the Problem by myself or more by the visual Studio.i use a Standard visual Basic Project and have also a Standard"app.config" inside this Projects. i...
View ArticleVS2013 upgrade replaces VS2012 license?
Does upgrading VS2012 Pro to VS2013 Pro, both without MSDN, cause the latter's license to replace the prior's?
View ArticleUpgrading from VS2012 Professional to VS2013 Professional
Does Microsoft still have a VS2013 product for individual developers ? I have a licensed version of VS2012 Professional. Is there an equivalent version for VS2103 ? If so, how do I upgrade to that...
View ArticleBug in VS 2013 support for explicit conversion operators?
Hi,I think I found a bug in the newly added support for explicit conversion operators in VS 2013. The below code compiles and runs, although it shouldn't - the operator int() is explicit and shouldn't...
View ArticleText Template Code Generation Fails in VS 2012
These errors appear whenever I right click a *.tt file and select Run Custom Tool in Visual Studio 2012 update 3.Compiling transformation: The type or namespace name 'CSharp' does not exist in the...
View ArticleFrom Visual Studio 2010 win7, to Visual studio 2013 win 8.1 -...
We are using the current project to help with our scanning needs:http://www.codeproject.com/Articles/171666/Twain-for-WPF-Applications-Look-Ma-No-HandlesThis works correctly in 2010 with Win7We are...
View ArticleSOAP Body Signature via Certificate, WSE 1 versus 2
Hi folks – I hope someone can help me out with a solution in C#/VS2012 to sign a SOAP body (without encrypting it) using a certificate. I have been provided with a WSE 1 example as follows:...
View ArticleVS 2012 Disable Code Analysis for C/C++
Microsoft Visual Studio Ultimate 2012 Version 11.0.61030.00 Update 4When I build (F6), I keep getting "Running Code Analysis for C/C++...".Very simple question: How do I disable Code Analysis !?!?If I...
View ArticleVisual Studio 2013 Ultimate Preview Uninstallation won't Run
I have installed the Visual Studio 2013 Ultimate Preview, since then I have acquired a license for the Professional version. Therefore I am seeking to uninstall the Ultimate to install the new...
View ArticleHow do you replace just one character at the right end of a string?
Hello: I would like to replace vnum which is "00000022500" to 0000002250{" in VB 2010.The code I am using isvNum = Replace(vNum, Right(vNum, 1), "{")which unfortunately gives me this result....
View ArticlePADL equivalent in VB 2010
Hello: Can someone tell me what the equivalent of the function PADL in FoxPro is in VB 2010. Thank you for your help.
View ArticleReferencing solution projects.
I've got quite a general question about Referencing projects. I'm trying to reference one of my projects in an existing solutions and use it as a base project without the need to copy existing files...
View ArticleDistinguish between Enterprise edition and Developer Edition
Hi to Community,I would like to ask about developer edition and enterprise edition, basically developer edition has product licensed but is enterprise edition needed product licensed to?Thanks,Cheers,
View ArticlePADL Functions\
Hello: Can anyone tell me what the equivalent for the PADL function for FOXPRO is for VB 2010. Thank you.
View ArticleQueryDeleteItem() (IVsHierarchyDeleteHandler interface) is not executing for...
Hi All,I am working on Hierarchy Node class (VS IDE class). In my code, Hierarchy Node class is parent class for few children like ProjectNode class, FolderNode class etc. I have implemented...
View Articlegetting CS0234: The type or namespace name '' does not exist in the namespace...
hello I am new to dealing with web servcies. I am not even sure I am in the correct area. but I am getting CS0234: The type or namespace name '' does not exist in the namespace ''(are you missing an...
View ArticleSAK VS 2013
Hello,Am having problems with binding to TFS 2010 when I open a solution using VS 2013.Where is the documentation for the keyword SAK and the xml elements SccProjectName, SccProvider, etc that store...
View Article