MoJon1's Q&A profile
Visual Studio Team System Adobe Reader and Popups in a web recording
I am just starting to look at the Tester and have a basic question. We have an app that displays embedded PDF files in a frame. It also uses popups. Is this supported in a web recording Bill, I don't believe the PDF requests will get recorded automatically, but they can be inserted into the web test after recording. As for popup windows, basically we are able to record any popup that IE raises new window and nav ...Show All
Microsoft ISV Community Center Forums Form Requery
I have a command button on a form to create new records for the data shown on the form. When the code finished I want the form to have the new record available. I have this code at the end of the button code: Forms("frmDocumentDetail").Requery It does not work. The records do not update unless I exit the form or do something like hit the sort records button. TimD OK, that worked. Thank you. I really a ...Show All
Smart Device Development Setting Up RDA
I'm having trouble setting up RDA for data transfer between a CE 5.0 application and ( for now) Sql 2005 Developer Edition. On my development machine, I have IIS ( 5.1 ) configured for anonymous access. I ran Sqlcd30setupen.exe, then ran confwiz.exe to set up RDA. I configured a virtual RDA directory pointing to the original location of the sqlcesa30.dll (c:\Prog Files\MS SQL Server 2005 ME\Server\) Sql Server 2005 is configured w ...Show All
Software Development for Windows Vista Custom Activity - including HandleExternalEvent, promote Interface
Is it possible somehow to write a custom activity that includes some CallExternalMethod and some HandleExternalEvent activities and to "promote" the interface property to the custom activity The idea is that there is a base interface defined which includes a method and some events. One should be able to extend that interface by inheriting from it, but I want to save some work by not repeating always the same CallExternalMethod / Han ...Show All
SQL Server Maintenance plan job unable to send Mail Alert
Our configuration : SQL Server 2005 June CTP Enterprise Edition version : 9.00.1187.07 OS : Windows 2003 The Problem: After configuring Database Mail account and profile, maintenance plan or job generated with the maintenance plan Wizard is unable to send mail. The SQL Agent error log contains those messages pointing on a bad profile name. Error Messages [264] An attempt was made to send an email when no email session has be ...Show All
.NET Development Access - cannot execute a simple "Update" statement.
This is really strange because I normally have no problems whatsoever executing queries, updates, deletes, or inserts. My table is very simple: "Properties" ID long Nam text Val text I have no problems deleting, quering, or inserting into this table. However, when I try this: OleDbCommand command = ...; command.CommandText = "update Properties set Val = @Val where Nam = @Name"; ...Show All
SQL Server DHCP Service fails to start after installing SQL Server 2005 April CTP
I have a Windows 2003 Server SP1, Active Directory, Application Server and RIS installed on my computer. After installing SQL Server 2005 April CTP my DHCP Service fails to start. In the Event Viewer I see the following Events. Event Type : Error Event Source : Service Control Manager Description : The DHCP Server service terminated with service-specific error 20013 (0x4E2D). Event Type : Information Event Source : Appl ...Show All
Visual C++ Like to know correct API to get screen resolution on monitor?????
Hello, I like to know the API that can give me the screen resolution set on the screen display (monitor). Anyone know that API Pls name it for me. Thanks. http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/gdi/devcons_88s3.asp GetDeviceCaps ...Show All
SQL Server Rerun only certain containers ?
Hi There I have a package that has many containers that execute in sequence. If any container fails the package does not fail as the subsequent containers must run. However if containers fail i do not want to rerun the entire package. Checkpoint restartibility only allows you to start from where your package failed, however my package will not fail and i do not want to start from where it failed but only rerun the containers that failed ...Show All
Visual Studio Express Editions Datagrid
I just converted a small database program from VS2003 to the VS2005 Express Edition. No problems at all, the program ran fine. Then I tried to created a newprogram from scratch in VS2005 Express. I copied and pasted some Datagrid code into my creation. I always get an error message pertaining to 3, that I know of, Datagrid properties stating that " TableStyles is not a member of Systems.Windows.Forms.DataGridView ". SetDataBinding and ...Show All
Visual Studio VSS6.0c- History Get problem.
Hi, I don’t know if this is right place to ask for this question or not. I am having problems with the performance of History get operation from VSS. I am using IVSS Sample rapper for VSS written in C#. When I call a method to get history it takes about 2 to 3 minutes to get history of project. Is there any way I could mention a label against which it can bring history to make it more efficient and Fast or Any other way get history qui ...Show All
Visual Basic paintpicture works in form_load, but never again, even if I call form_load.
Am I missing something Well, if I make a small example, it works, but not in my big program, so I guess I'll have to go looking... Thanks. ...Show All
Visual Studio Team System Error when trying to compare files
Hi everyone My team is have a problem with just two files in our project, currently under source control. Whenever we attempt to check in or compare these files to the latest version in the repository, the error message we recieve is always a variation of: An error occurred during difference operation. This method or property cannot be called on Null Values. Data is Null. If anyone has had this problem and solved it or has any advice, it would ...Show All
Windows Forms C# Newbie IsFileOpen
I've searched online and documentation and can't find a good example of using IsFileOpen to check if a file is currently open. Could someone please help out with a small snip of code ...Show All
Visual Studio Team System WebTest with Team Build?
Is it possible to run WebTests with Team Build I'm using Beta 3 Refresh and I couldn't manage it to work, no matter what I do the test always fail under Team Build (it runs perfect when using Test Manager). I'm getting the error: Results Top Level Tests ------- --------------- Failed (FullTests/)c:\fullbuild\projeto apresentacao\fullbuild\sources\classlibteste\testproject\webtest1.webtest Run has the following issue(s): F:\Program Fi ...Show All
