Ramirez's Q&A profile
Software Development for Windows Vista Lost in a while loop!
Please help me, I'm lost in a while loop! I have a basic workflow I am designing. It is designed to send an email to a person, and then wait for some time before checking a database. If the database has been updated, the while loop ends. Otherwise, it sends the email to a different person. My problem is with the SendEmail activity posted on the workflows site. Specifically ...Show All
Visual Studio 2008 (Pre-release) Data binding to runtime properties
I'm trying to find a way to override the data binding at the point where it retreives data from a property. I'm trying to make this work with data from our propietary quote servers. I have a class that encapsulates the data retreival and updates, but the problem is that I have to map each field to a property of the data item class. There may be properties defined after the app is compiled. What I need is a way to get WPF to call an overrided ...Show All
SQL Server Problems with SQL 2005 Export Wizard
I am trying to transfer data from SQL Express to SQL Server 2005. The data is from Paypal Commerce Starter Kit from ASP.NET site. I have tried several options (Optimize for many tables, Run in Transaction). However the data is not exported. This is the error I am getting: TITLE: Operation stopped... ------------------------------ The package failed to load due to error 0xC0011008 "Error loading from XML. No further detailed error i ...Show All
Visual C++ reference counting problem
Hello everyone. I have been developing two ActiveX components. One is written in VC++ 6 and the other is written in VB6SP6. The VB component is the container of the VC++ component. The idea is to use the VB component as a browser plugin. My problem is when I shout the internet explorer off. I get an assertion on line 52 in cmdtarg.cpp. The line is ASSERT(m_dwRef<=1); and m_dwRef is equal to 2. I have been reading some articles ...Show All
SQL Server Problem in using EDB
Hi I am trying to make database with EDB. If I include #define EDB and #include< windbase.h > then error comes 'CeMountDBVolEx' no identifier found. If i include #include<windbase_edb.h> then CeMountDBVolEx function successful but CeCreateDatabaseWithProps fails windbase_edb.h" CEDBASEINFOEX DBInfo; the sortspec of DBInfo defaults to [4] ------- this is the old CEDB default n additon, i cannot assign a sort ...Show All
SQL Server Date between 1/1/0001 to 31/12/9999 possible in Sql server
I installed SQL Server Express and SQL Server manager, then tried to start manager. SQL Service is running, but SQL Manager attempt to connect to SQL Server instance times-out even though I correctly identify instance as SQLEXPRESS Everything seems to be normal - both SQL Server and Manager are on a single Windows XP home machine. Any suggestions. Thanks Hi, There are only two datatypes that could handle da ...Show All
Windows Forms System Resizing vs explicit user resizing
My question is this: is it possible to tell a resize event that occurred in reaction to say a resolution change apart from one that occurred because the user minimized or maximized the form, or resized it manually I have a fo ...Show All
.NET Development How to receive all events of control to my class ?
I want to get some method in my class object that receives all delegate calls of some control, or like OnCmdMsg() in MFC to have method that receives all controls call in a form, so I can find which control created message, and what is that message by some identifier. How to make it thanks you ...Show All
Visual C++ Visual C++ 2005 express and PSDK instalation
( I use on-line translator ) I own installed of 2.0 Betta version. I use with following rate: http://lab.msdn.microsoft.com/express/visualc/usingpsdk/default.aspx But I stop on step third. Problem beguile with editing of VCProjectEngine.dll.express.config file. It looks presently so: < xml version="1.0" encoding="utf-8" > <VCPlatformConfigurationFile Version="8.00" ...Show All
Visual Studio Team System Failed team builds
So i created a project on the TFS, put my app souce in the project and I am trying to build the project so i can associate some web tests with the project. When it goes to build the error is: failed - initializing build failed - build I do notice that in the build summary window that when i try to click the link for the build name i get an error: --------------------------- Microsoft Visual Studio -------------- ...Show All
Windows Forms Forcing Validating/Validated event when a ToolStripItem is clicked
Hello, I have a form with several controls whose content is saved to an internal object when the control gets the Validated event. The problem is that when my Save button is clicked on the ToolStrip , the control that currently has focus doesn't lose it, so it never gets the Validating / Validated events. Using the good-old ToolBar from .NET 1.x, I could try to set the focus to the toolbar in my ButtonClick event handler, and if it fail ...Show All
Visual Basic VS 2005 IDE Unresponsive
We had originally installed Beta 2 of the product which ran better than expected. After using the tool from MS to uninstall the beta software we then installed VS2005 Final which we downloaded through our msdn subscription. The IDE becomes just about unusable. Not only that but it pretty much renders the computer useless while it eats up CPU cycles. This occurs during the following conditions: 1.) We make a small change in code and the edi ...Show All
Windows Forms Permissions required for a DataSet inside a Control
Hi, which Permissions do I need when a Control uses internally a typed DataSet In general I've no problems with User Controls in IE, but I've one that contains a DataSet object and that doesn't get loaded due to a security exception. Jürgen ...Show All
Visual Studio Team System Differences of VS2005 products
There are several editions for VS2005 products, [1] VS2005 profession edition [2] VS2005 express edition [3] VS2005 Standard edition [4] VS2005 Team system editions(this edition include below series) 1) Team Suite 2) Team Edition for software architects 3) Team Edition for software developers 4) Team Edition for Software Testers 5) Team Test load agent 6) Team foundation server I want to ask, A. What is the di ...Show All
Visual J# J# java.awt.Dialog in NF 2.0
When a java.awt.Dialog is created with a parent of an existing java.awt.Frame that has an icon image set with setIconImage(), according to sun java, the dialog should inherit the title bar icon from the parent Frame. This does not happen in J#, the title bar contains a simple console window icon in it's upper left hand corner. Is there some way to overcome this default behavior and have it display a meaningful application icon ...Show All
