Dips123's Q&A profile
Visual Studio Team System Oracle Database as datasource for webtests
I'm trying to author a webtest which uses an oracle database to fill in the form post parameters. Immediately after the test starts to run it fails with an oracle error ORA-00936 - missing expression... Any idea why this doesn't work It seems like the sql statement that is used to get the data is flawed in some way. Thx, Peter To databind to an oracle database, you will need to do custom databinding. Check out ...Show All
Smart Device Development After installing final VS 2005 (MSDN) can't see the designer
Hello fellow developers, I don't know if someone had the same problem but I hope that someone could help me with this issue. Until yestarday I had installed on my computer the RTM version of Visual Studio 2005 and yestarday I uninstalled everything (using the tool for the pre-rtm uninstall that worked fine and uninstalled absolute everything) and I install the final MSDN version of Visual Studio 2005. So far, so good. BUT when I tryied to crea ...Show All
Microsoft ISV Community Center Forums After_Save Event???
Hi to all. I have a problem. For some sheets, I set to invisible before save. Now, I need set to visible the sheets after save, but there aren`t a After_Save Event... How can I solve my problem Any idea Thanks & Regards. I would try to use the BeforeSave event to cancel the users request to save, and do your own saving routine. I suspect you may need to set a global variable so that you can determine if the save reques ...Show All
Visual C++ Crash in destructor
I'm using gtkmm 2.8.2 with Visual C++ 2005 Express to port a program from Linux to Windows. I'm using the win32 binaries from http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ , which were apparently compiled with MSVC 2003, therefore I have to use the option /vd2 ( http://www.pcpm.ucl.ac.be/~gustin/win32_ports/ mentions this). Perhaps this causes my problem, but I don't know enough about the details of the C++ object layout that is used by MSVC. ...Show All
Visual C# DirectX Redistribute Error
I write a program using C# and DirectX SDK( aprl 2005). Trying to make setup files using V.S.2003 . Some error(Application has generated an exception that could not be handled) occured when using animation is in my program. How to distribute a program which contains animation, AllocateHierarchy, Frame to other people's computer Ok, Should be 9.08.0299.000 that is the Aug 2005 Release. The version you listed above is about ...Show All
Visual C++ VS .Net 2005, how to disable intellisense...
Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra Try going to Tools menu -> Options ->Text Editor -> C# -> Intellisense and uncheck the option "Intellisense pre-selects most rec ...Show All
Visual Studio Team System Manual Tests with Code Coverage for all assemblies
Heya. I'm not sure I'm doing this the right way so I'll have to ask. I'm using Unit Tests together with Manual Tests and I'd like to view the Code Coverage information on these tests combined. The Unit Tests runs alright with Code Coverage but I'm not sure how I should run the Manual Tests to gather Code Coverage. Today, I just double-click the .exe in the bin/Debug folder but that seems to just collect code coverage information on the .exe, not ...Show All
SQL Server Disaster Recovery Process - Cannot restore Master
Hello All, I have a production SQL 2005 sp1 server running on Windows 2003. The SQL server was upgraded from SQL 2000. In SQL 2000 our disaster recovery plan consisted of making daily backups of all system databases and user databases. If we did have a system failure, we would copy those databases to a different physical server, Open SQL in single user mode and restore master. We would then restart the SQL service in normal mode and ...Show All
.NET Development Can't Uninstall my Service
I am trying to uninstall my client and I am getting the error: *********************************************************** C:\Documents and Settings\tsich>Installutil \uninstall "c:\dotnetprojects \myservice\bin\myservice.exe" Microsoft (R) .NET Framework Installation utility Version 1.1.4322.573 Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. Exception occurred while initializing the installation: System.IO.FileNotFoundE ...Show All
SQL Server Cannont get edition information from catalog server
I just installed SQL 2005 Standard Edition on a Windows XP machine for development. I then installed Reporting Services. I am getting the below error when the service tries to start. I thought it was to do with login credientials either for the database / windows service or web service but I have tried multiple combinations for both an still no luck. Does anyone know any thing about this. Also it might be worth noting that in the Reporting Servi ...Show All
Visual Studio accessing macros for build commands and properties from automation macro.
Hi, In VC++ we have macros like $(RemoteMachine) , $(ConfigurationName), etc that we can use in Project's property page. I want to access all these macro values from My Automation Macro Script using Automation Model or any other way, How can I do this Can I do something like DTE.Solution. . . . RemoteMachine Or this is not possible Thanks in advance. Maybe there's direct way to r ...Show All
Visual Basic ShellExecute not working
Hi I'm having problems opening a .pdf file from VB7. I know from other posts that the correct code is: Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" ( ByVal hwnd As Long , ByVal lpOperation As String , ByVal lpFile As String , ByVal lpParameters As String , ByVal lpDirectory As String , ByVal nShowCmd As Long ) As Integer ShellExecute ( 0&am ...Show All
SQL Server Improving Debugging Performance
I've got SQL CLR debugging going. It works, mostly. But it is variably slow. Two processes seem to be the problem. The first is the remote debugger (msvsmon.exe). This one only seems to be problematic when starting debugging, and even then the problem is variable, but it pretty much hoses my box when it does have a problem (CPU pegs at 100% for quite some time). In fact, I'd say it does this more often than no ...Show All
Visual Studio Express Editions Character comparison
Ok,here's is my question as a new C++programmer.I want to make a character comparison but when I run the program I get the last printf whatever I type.Can anyone tell me what is the mistake I have done Should I make a loop for comparing it's character separately Here is the sample code. #include <stdio.h> #include <string.h> #include <ctype.h> #include "readwrite.h" #define MAX_LINE_SIZE 30 ...Show All
SQL Server setting script language to c#
when i go to create a script in a script task the only language availiable to me is visual basic. is there anyway i can get c# availiable to me No. SSIS leverages Visual Studio for Applications as its script task editor and VSA only supports VB.Net. We all hope for C# in vNext! -Jamie ...Show All
