Interoperability between projects and Data Connections
How do I access from a "normal" project the server explorer data connections? Say, I have a connection open to server-database-table and I see there is one field and one record, containing string type...
View ArticleAn ADO-based application that is compiled in Windows 7 SP1 or in Windows...
I have read many articles about this problem, but I can't really see where the solution is for me. I need to compile a Visual C++ program that uses msado15.dll. I have Windows 7 SP1 with Visual Studio...
View ArticleCan we install TypeScript 0.9.1.1 with VS2013 Update 2 CTP 2?
We have a complex situation. We need to update to Update 2 CTP 2 in order to be able to use Web Essentials the latest incarnation. We can not stay on the older versions because it keeps crashing VS2013...
View ArticleInterop Forms Toolkit 2.1
Good day! We use VS2012(С#) and Interop Forms Toolkit 2.1 for creating "InteropUserControl" "TextBox". When we used this controls in VB6 the all textbox not supported Russian language.Can you help us?
View ArticleDatagridview CheckChanged Event
Hello All;In my project, I have a DatagridView. I created a custom column with a datagridviewcheckboxcell. What I am trying to do is to run a routine when the check box in the datagridview is checked...
View ArticleVS2010 Setup project
Hi,My application program's installer installs Windows Installer 4.5, Visual C++ 2010 run-time, .NET 4.0, and SQL Server Express 2008 R2 SP2 as application prerequisites in Windows 7. This works 90+%...
View ArticleIcons difference in Windows 7 and Windows 8
I added an icon to my Visual Studio 2012, C#, Winforms project with: Bitmap bmp; #if Pro bmp = Resources.icon2; #else bmp = Resources.icon1; #endif this.Icon...
View ArticleVS2013 does not remember last opened files
Hi,When I open a solution in VS2013SP1, the files which were open before I closed the solution the last time are not opened again. Starting VS always gives me a empty editor region.How can I configure...
View ArticleHow to have error messages in english when I compile from outside of the...
Hi,I'm on Windows 8 and I have a french version of Visual Studio 2013. I have installed the english language pack and set "international settings" to english. The compile-time errors messages are...
View ArticleVisual Studio Conversion: Use of macros in file path no longer supported
Hi. When upgrading projects from VS2008 to VS2013, the conversion reports the following: foo.vcproj: Use of macros in file path no longer supported: '$(IntDir)foo.cpp'. This file has been removed...
View ArticleDevelopment of Logbook Software
HiI am looking to develop software as a logbook, initially for use by myself but potentially with the intentions of making it commercially available. I can't quite find anything on the market that...
View ArticleCOM object error
Hi ,I am getting this error on my code . Can someone tell me why is this error coming and how do i resolve this.
View ArticleScript Debugging Error
I am using Visual Studio 2010 and trying to debug an embedded browser control in a VB 6 application. On Windows XP, I simply put a "debugger;" in my JavaScript, and the debugger loaded just fine. Now...
View ArticleClass not registered (Exception from HRESULT: 0x80040154...
Hi,I am getting the below error when i am running my applicationClass not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))I am not getting this error while compiling. Could someone...
View ArticleVS 2013 RTM - Microsoft.VisualStudio.Web.PasteJson package did not load...
I installed VS 2013 Ultimate for VS 2013 RTM the day it was released and all was working fine for a day, albeit VS 2013 seems less stable than VS 2012 or even VS 2013 RC as it crashed a few times when...
View ArticleHTK tool kit with Visual Studio 12
I have tried several times to install HTK tool kit in windows 8. but It didn't work out Please give me some help to install HTK in windows 8 to work with Visual Studio. Thanks
View ArticleExisting Visual Studio Project Save As...
Hey!I have a question regarding projects in Visual Studio. I have a project, that is already past the beta stage and successfully in use.Based on that project, I want to create a similar solution with...
View Articlereferences and Bindings
It seems that with visual studio sometimes assembly references seem to be lost. Is there a way to add a plugin to scan and reattach the bindings without having to check out a file from TFS and fix the...
View ArticleWMI win32_physicalmemory
I'm writing an app to detect the hardware on my school's network.I've noticed that the Win32_PhysicalMemory MemoryType class does support ddr3Is there a way of getting this value. I've seen forums that...
View ArticleDLL reference disappears (and says "Type Not Defined") from my project Object...
I wrote a VS2010 Class Library to print Crystal Reports. I want to call that dll from a VS2010 windows project. I include the dll as a reference and can see it in the Object Browser (with all public...
View Article