VS 2012 Pro - Import from Powerpivot - Analysis Services
VS2012 Pro environment, with the SQL2012 support for Analysis Services installed (including the Aug.2013 update for SSDT).Trying to open an Excel/Powerpivot which should be straightforward.But still...
View ArticleC++ console app takes a long time to execute
I'm using VS 2012 Pro on Windows 8 64bit. When I create a simple C++ console app with only this code:#include <iostream> using std::cout; using std::endl; int main() { int myArray[10] = {1, 2, 3,...
View Article[REPORT problem] Person's signature at the bottom page using tablix.
Hi!I have a report which uses a tablix. The three rows on the tablix is all under a single row group called "Primary reference number".A primary reference number could contain one or more patients....
View ArticleVS2008 C++ build and link seem ok, then failure
After build and link (VS 2008, 64 bit, Windows 7), get: 1>Project : error PRJ0003 : Error spawning 'cmd.exe'.No additional text appears.Seeking a fix.
View ArticleThis a bug in Visual Studio or is it just me?
I created an Outlook 2010 addin project, then I created a Visual Studio 2010 setup project. I right-click on Setup project->Add->Project OutputOn the popup dialog that appears, I select my addin...
View ArticleXDescProc.exe is holding on to a named mutex
We are using Visual Studio 2012 with the Caliburn.Micro framework. As part of that framwork there is an AppBootstrapper which is called as soon as the application starts. Within this application we...
View ArticleMissing Visual Query Designer in Visual Studio 2012
When I query a table from within Visual Studio 2012 (benefit of having SSDT installed) ... only a script screen appears. On another windows 7 machine using the same Visual Studio 2012 .... I enjoy...
View ArticleVS2008 C++ debug mode: break points do not work in 64 bit mode, work OK in 32...
VS2008 C++ (Windows 7). In debug mode: breakpoints do not work in 64 bit mode (simply ignored); work OK in 32 bit mode.Tried what I could to no avail. Seeking advice!
View ArticleVisual Studio cannot recognize its own files
I am running Microsoft Visual Studio Express 2010 on my 64-bit Windows 7 Professional PC. I am attempting to build Win32 applications for my programming courses using the DirectX SDK. The problem I am...
View ArticleIt is possible to have two (2) group within instruction FOR EACH (xxxx) As...
Hi everybody, I want to know it is possible to have two group in the same instruction FOR EACH; For exemple: For each [type] as Items in Group1 AndAlso Group2 [Loop] Next How i can do that? I don't...
View ArticleDeleting a Visual Studio 2010 Project
HiI am running Visual Studio 2010 and want to know the best way to delete a project. I checked out the link:http://msdn.microsoft.com/en-us/library/vstudio/3ba7zx39(v=vs.100).aspxhowever I never see...
View ArticleVS2012 - How to Install .Net Framework 4.0 After Install .Net Framework 4.5?
Hi there!Is it possible install .Net 4.0 after .Net 4.5?Best regards,Ciro
View ArticleEven with Shutdown Mode set to When Last Form Closes, my application closes...
I have a project in Visual Basic 2010 that, even with Shutdown Mode set to "When Last Form Closes", the application closes when the Statup form closes. Any ideas how to solve this? In this project...
View ArticleReport Viewer control for SSRS reports.
Hi,Does anybody know:1. What's new in the VS 2010 version of the control vs VS 2008 version? For winforms and webforms.2. We have a webpage, which accepts parameters for an SSRS report and then shows...
View Articlevisual studio 2013 intellisense issues
I've experianced this on two diffrent computers now. intellisense in vs 2013 fails to show without pressing ctrl space to make it popup. For things like seeing what parameters are required in a...
View ArticleUsing RUNAS account to join to domain in Lab Management (MTM)
Hello all,We recently discovered a "feature" that I'd like to share:When creating templates in SCVMM, you have the option of specifying a RunAs account to join the resultant VM to a domain. This works...
View Article[URGENT] Unable to automatically step into the server
Hi,I'm facing this issue that seems very common and seems to be hard to overcome.I have all projects in the same solution running under Visual Studio 2012 (with Update 3 installed), all running in the...
View ArticleHow do I test if my visual studio solution runs on a 32 bit machine?
I have a visual studio solution which I targeted to run on "ANY CPU".However, I do not have a 32-bit machine. How do I test if my solution runs well on a 32-bit machine?
View ArticleVisual C++ 2008 Migration to Visual C++ 2012
Hi, I have a solution with 10 projects that compiles with NO error in Visual C++ 2008 but gives the following error: "This version of Visual Studio does not have the following project types installed...
View ArticleHow do you determine which of a group of radio buttons has been selected?
I am a VB6 Windows programmer trying to learn VB.net website programming. I have a group of radio buttons in a panel. I have also applied a group name to them. Either of those things I believe...
View Article