Questions for a large development project
I work for mid-sized company that currently has an application that runs on an IBM iSeries. Our application is very large (12 million lines of code and over 4,000) programs). It has been in service for...
View ArticleIs it possible to work on an encrypted folder in Windows 8.1 with VS2013...
When Windows 8.0 and VS2012 Express were installed on my PC I used to encrypt VS Projects Folder with the Windows 8 bitlocker feature. Now in Windows 8.1 that feature is not enabled, except if I want...
View Articlecombobox
when combox have a text "pipe 1/2" then in a tectbox must come a value "21.3" how do I do that?Private Sub Comobox1_click() if Comobox1.Text.Contains ("pipe 1/2") then textbox2.Text= ("1/2" end if
View ArticleQuestion iro Microsoft License Terms
I hope that this is the correct forumfor this question. I have installed on my destop Visual Studio 2008 Professional Edition and would now like to install this on my laptop as well. If installed on a...
View ArticleGetting Error When Creating Package using Visual Studio 2012
Getting Error When going to create a package , and i am use visual studio 2012.....please see below error :The "StyleCopTask" task could not be loaded from the assembly...
View ArticleWPF application resources don't work correctly VS2010 on Win 8.1
I wonder if anyone can tell me if this is a compatibility issue?Using VS2010 on Win8.1 64 for WPF development but I cannot set backgrounds to brushes defined in app.xaml; that is, I select a window in...
View ArticleCode Lens won't work anymore in Visual Studio 2013
The Code Lens feature of Visual Studio 2013 won't work anymore. It says "Loading references for this method" but it takes years and actually it doesn't load them for any method at all at the end. It...
View Articlehow to go forward and back between code
Hi, all, when I right click a function or variable in some file(cpp) to go its declaration/definition, Visual Studio will get me to the code that contains the declaration/definition, so how do I get...
View ArticleTrying to connect TFS Server gives error : Data at the root level is invalid....
I had VS 2012 on my machine. I installed VS 2010 Ultimate later and VS 2010 Service pack1. After that, I am not able to connect to my TFS Server. I am getting the following error . I tried several...
View ArticleHow to open solution from specific folder in Visual Studion 2010
Hello all!We still have some projects are managed in Visual SourceSafe 2005.There is some project that has several versions.I've set for this project "Working folder" and putted there lastest version...
View ArticleVS2010-12: Suddenly can't open IIS 7.5 website (File/Open/WebSite) that uses...
I've been working on a site that need to access from Android devices on my local LAN and from Hyper-V. Rather than changing the Hosts files on un-rooted Android devices, I simply made the site...
View ArticleCan't start WP8 Emulator
Hey there! Im currently using Visual Studio 2013 Ultimate Edition, installed from my university DreamSpark Source. But Im with a problem, every time which i try to start WP8 Emulator, I get an error:...
View ArticleThe design time assembly 'Microsoft.Windows.Design.Extensibility' you have...
Hi,This is the message I get on the output window as I open the project (VS 2010). The design time assembly 'Microsoft.Windows.Design.Extensibility' you have compiled against is not the same version...
View ArticleSolution Explorer
I moved Solution Explorer SideBar to the left side in VS Express 2013, but it moved to the right side when opening the debug console window (F5). How do I fix this problem?
View ArticleDocumentation xml in website project C#
I have a problem. In Website project the checkbox "Generate xml documentation" doesn't exist. I have to generate the xml file, and i don't want to convert my website in a webapp because it will take a...
View ArticleBlank screen when trying to sign in to Visual Studio 2013
HiRunning VS2013 on Win 7 X64.When I attempt to sign in the sign in window appears momentarily displaying the "we're getting things ready for you" message, then opens a second window in front which...
View ArticleVisual Studio 2005 Crashes everytime and gives a Debug screen which closes...
Error Message -Faulting application name: devenv.exe, version: 8.0.50727.762, time stamp: 0x45716759 Faulting module name: KERNELBASE.dll, version: 6.1.7601.18229, time stamp: 0x51fb10c6 Exception...
View ArticleHow can I search for and document source tables?
I have a projectI’ve developed using Visual Studio 2008 standard edition that connects to several databases using several data sets. On occasion I want to know if a particular database table or view is...
View ArticleIssues running multiple instances of the same program
I have a WIN32 app written using Visual Studio 2008, written in C++.Basically the app listens for commands from a source, then focuses a particular window in the system, sends some key/mouse events to...
View Article