iron94's Q&A profile
Visual Studio Team System Vision / Scope Level
In regards to creating a vision / scope document, I understand that this is done at the application or solution level. However, the MSF template for the Functional Specifications document includes a Vision / Scope section as well. A Functional Specifications document is written for any new feature that is being introduced into the application. It makes sense to me that a Vision statement should be written for new functionality. This would imply "shared vision" which I think is essential and would also help ensure that the functionality that is designed conforms to the shared vision. So my question is, how many of you actual ...Show All
Visual C# Always visible on desktop but under all other windows, "widget"
I want to create a program that always is on top of the desktop but i don't want it to be on top of other programs. I have no idea where to start, i've tried the topmost-property of my form but it makes the program visible over all other programs. hi, i'm confused now , what do you mean by "always is on top of the desktop" do you mean not to be closed best regards ...Show All
Visual Basic Adding a from which allows a user to draw freehand
I am designing an application for the cockpit of a commercial jet using Windows Mobile 5.0. It calculates weight and balance, maximum takeoff weight, etc. I want to add a form so that the pilot can copy Air Traffic Control clearances freehand, just like writing on a piece of paper. I also want to add an eraser function for making corrections, and of course a clear function to clear the entire page. Any help is appreciated. I am not an advanced programmer, just know basic programming. This is my first mobile application. I am using the following code and it woks fine on a "form", but I can' ...Show All
Visual Studio Team System Delete Team Project missing in CTP?
I've found several references in forum and blogs to DeleteTeamProject.exe or TFSDeleteProject and some mention of it being in C:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools . Such a program doesn't appear to be in my installation. Was it removed for the December CTP Hi Andrew, I see "TFSDeleteProject.exe" in ...\Visual Studio 2005 Team Suite\Common7\IDE\PrivateAssemblies. Do you have such a folder ...Show All
SQL Server Registry to store configuration values ?
I try to store a SSIS-configuration value in the registry. But it's failed. I get a warning, that the registry-key is not found. What is the syntax I have searched in BO,MSDN and Google/Internet ==> nothing. There is no example. The syntax of how to specify the name of the registry key is straightforward. See BOL: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/uirfsql9/html/212e52e7-27a7-48bb-8bad-34aa290d2003.htm If you're asking how to define the syntax of a configuration (i.e. The thing that should be IN the registry key) then that's a bit more difficult. A ...Show All
Software Development for Windows Vista RequestPersist does not exist in Beta2?
This function does not exist in Workflow Beta2 Does it have a substitute Hi, Use TryUnload in place of RequestPersist. Thanks, Steve Danielson [Microsoft] This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm ...Show All
Windows Forms Issue With Command Line Deployment Using Mage
Am using Mage to create application and deployment manifests from the command line, but get the error "Deployment Manifest requires that you specify a publisher and product" during deployment to the client. I can see where MageUI allows these parameters to be specified, but don't see corresponding command line parms for Mage. Any ideas Thanks! Fantastic, works fine now! We are scripting some of the production migration processes and need to be able to use the command line tools. I really appreciate the help! Thanks, Clark ...Show All
Software Development for Windows Vista xoml specs or xsd?
Is there any specs or schema for xoml available for download Thanks Hi guys! I will write my monograph about process definition language and I would like to write about xoml. Are there a way to get a beta specification/schema of xoml Regards. Rafael L. ...Show All
Windows Forms Modal form closes when a Button control on the form is clicked...
Hi, I am having a very strange problem. Any help is appreciated. I have a form with a datagrid and 3 buttons. I open this form as a pop-up modal form to the main form. I face a problem, each time I click any of the buttons on the modal form, the modal form executes the Click event and closes the modal form and returns the ...Show All
SQL Server Get FlatFile Columns through ConnectionManager
The CreatePackage sample provided with SQL Server programmatically creates a package that has a source type of OLEDB to a flat file destination. I am building exactly the opposite, source=flatfile, destination=SQL Server. I expect that will be a more common scenario is using SSIS. The problem I have is populating the source columns in the FlatFileSource connection manager programmatically. I know it can be done because it happens when you build a package in Visual Studio. What I'd like to know is how to do it programmatically in the object model. How can I interrogate the datasource through the connection manager to find out what columns ...Show All
SQL Server Microsoft.NET Framework 2.0 on EM64T
Hi All, I am trying to install the 64-bit version of Microsoft.NET Framework 2.0 on my machine (EM64T processor), however, I am getting the following error message: Error creating process <C:\DOCUME~1\sanfil\LOCALS~1\Temp\IXP000.TMP.exe>. Reason: C:\WINDOWS\system32\advpack.dll Could anyone, please, help me to find what I am missing/ Thanks! Sanfil Hi If you are running Windows 2003 x64 edition or Windows XP x64 edition, make sure you are installing the x64 edition of .NET 2.0 ( http://www.microsoft.com/downloads/details.aspx familyid=B44A0000-ACF8-4FA1-AFFB-40E78D788B00&displaylang=en ) If you ar ...Show All
Visual Studio Team System How to test Smart Client Windows Forms using VS 2005 Tester
Is there a way to test a Smart Client Windows Forms application (one that is not invoked through IE) Or: How can we test web services directly from VS 2005 Tester without using IE as the interface Thanks, Burkhard Microsoft Partners such as Compuware and AutomatedQA will offer integration packages for functional UI testing - TestPartner 5.4 from Compuware, TestComplete 4 from Automated QA In Visual Studio 2005 Team Edition for Software testers you can directly test the underlying Web service functionality using unit tests. ...Show All
SQL Server Object Explorer/Server Explorer Error
I have just installed the released VS2005 as well as the released SQL2005. When ever I try to browse my SQL Server with either the Object Explorer in MS SQL Server Management Studio or the Server Explorer in VS2005 I get the following error: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). Does any one ...Show All
.NET Development Visual Studio .Net in other plataforms
How many plataforms suport the .Net framework Can I run on Silicon Graqphics Irix .Net Programs Future Plans Greetings Hi, The .NET Framework as such is supported only on the Microsoft Windows Platform and Microsoft has *NOT* announced any roadmap for .NET Framework for other platforms although this is theoretically possible. There has been some 3rd Party efforts such as Mono: http://www.mono-project.com/Main_Page But these efforts take a longer time and usually lag behind by a version or so. As for the future, it does not look like Microsoft will release it for other platforms in the near future. Regards, Vikram ...Show All
Windows Forms Help me! I want when I edit value in my datagrid, press Enter...
Help me! I want when I edit value in my datagrid, then press Enter the Select next Cell is right cell but default is down cell Thanks! ...Show All
