flakmonkey's Q&A profile
Visual Studio Team System VSS Coverter crashes during migration.
I have been trying to migrate the VSS data to TFS Source Control. Initially I tried with full database (around 4GB size with 36135 actions). VSS Converter finished in 3 hrs and 37 min with 4242 errors. Most of the code files were w/o history. It wasn't expectable so I restored the fresh TFS version control database (backed up before migration) and again attempted with incremental migration. This time it went quite far with just 345 errors but eventually crashed before completing the job. Here is the message I got: Verifying pinned versions... The application is unable to handle exception: An item with the same key has alr eady been added. Unhandled Exception: System.ArgumentException: An item with the same key has already been added. ...Show All
Software Development for Windows Vista Using a State Machine Workflow from ASP.NET and Winform
Hello, I am developing an application, where parts are accessed as an ASP.Net Page and some parts are used in an winform application. I am using the state machine paradigm to connect the two. In order to get the reuse I wanted, I have encapsulated all business functionality (including the workflow) into a business layer (dll) which is called from both presentation layers. Everything works well, except for the SQLWorkflowPersistenceService. It does not store any information into the PersistenceStore. Has anybody run into similar problems and can give me a hint if this use case is not supported or am I just doing something wrong Thanks for the help, Bjoern Hi Iris, the trace indicates, tha ...Show All
Visual Studio SettingsPage reusing
Is it possible to reuse the "built-in" visual studio forms for a custom project, somehow Actually I'm interested in reusing the Build Events property page. I forgot to add some links to my posts related your question in my previous reply: 1. How can I handle Build and Run events 2. How can I get the standard Post- and Pre-build Event functionality ...Show All
Visual Studio Express Editions form design error
Hello, I 've got a problem, when I try to open in design a form, an old or a new, I've got this error : One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. No data is available. Hide at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.GetValueNames() at Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.AppendWindowPanes(RegistryKey parentKey, ArrayList windowPanes) at Microsoft.VisualStudio.Shell.Design.WindowPaneProviderService.GetRegisteredPanes(String extension) at Microsoft.VisualStudio.Shell.Design.Win ...Show All
SQL Server Send Mail Help
Hi, How can I Send Mail with the query result having multiple rows. What type of dataflow destination is correct (recordset, datareader). The Send Mail task is working correctly. But, the message is blank without any result set. Appreciate your help. Thanks Lindsay wrote: When I run the package, I get this error: Error 30009: Reference required to assembly 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the implemented interface 'System.Xml.Serialization.IXmlSerializable'. Add one to your project. Line 10 Column 9 through 27 Imports System.Data.DataSet Does anybody know what the er ...Show All
Visual C++ WMI or not WMI?
Hi! Help me please to recognize situation : CPU USAGE 0%, all windows are not responding when IEXPLORE/EXPLORER waiting for timeout(or searching the net) by using WMI or if i should not use WMI on this case,tell me PLZ how i could do it. (CPU usage=0%,but all opened windows or part of them are not responding while internet explorer or windows explorer waiting for 'timeout' . This situation looks like deadlock or delay for a while,or because GDI does not responce proparly because it cannot redraw window till it gets answer back. ) 10x, Maria. For WMI issues, please use the newsgroups at http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.win32.programmer.wmi&lang=en&cr=US OTP Thanks, Ay ...Show All
Visual Studio Express Editions I can't get my add new database Source Function to work
I can't get my add new database Source Function to work. I get this error message:format of initialized string does not conform to specification starting at index 0 I enter the data source configuration wizard. I push the [NEW CONNECTION] button I change the data source from SQL to Access and then press [OK] button and a messagebox appears: format of initialized string does not conform to specification starting at index 0 I was adding a new database source then pointed to microsoft database access file, and when I pressed enter I got this error messege: format of the initialized string does not conform to specification starting at index 0 ...Show All
Visual Studio Tools for Office Excel project with VSTO
I have Visual studio professional, VSTO, office 2003, info path 2007 installed. I would like to have Excel template inside visual studio (as step 4) .What else should I do Thanks all for your help . Need ASAP Step 1: Create the VSTO Project in Visual Studio 1. Open Visual Studio 2005 Beta 2 2. Select File > New > Project to display the New Project dialog box 3. Under Project Types, select Visual Basic > Office 4. Select Excel Application from the Templates options from artical below http://www.devx.com/MicrosoftISV/Article/28036 type=kbSampleProd&trk=MSCP#codeitemarea Trang, Which version of VSTO do You refer to It exist two, VSTO 2005 which includes among other Excel workbook and template and VSTO 2005 SE w ...Show All
Software Development for Windows Vista rtc api setup help required
I'm trying to get started evaulating the RTC API to build standard text IM capabilities into an existing application, and seem to be having troubles with the install.... I've installed a couple different permutations of RTC 1.2 and 1.3 on my Win XP Pro development system. And I've run the accompanying rtcapisetup.msi files per the install instructions. I am trying to evaluate the API using VB.Net under visual Studio 2.0. If I try to install just the RTC API 1.3, when I go to add a reference to my project, there is no listing for RTC under the COM list in my Add References dialog box. If I install RTC API 1.2, then there is an item for "RTCCore 1.2 Type Library", but when I attempt to add a reference, it fails with the ...Show All
Visual C++ stack function to simulate memory use
Have a program that I need to build a stack function for. Any ideas on where to look for help - or does anyone have code needed . I want the stack function to update a two dimensional array (memorytable in code below). It would only update column 2 with a page number (as a character). But as user inputs data and the array becomes full - the oldest member in the column needs to be replaced with new data. If a page number is in page column and it is accessed again it needs to get a new time stamp - or go to bottom of stack It has to replace pages on a LRU (Least Recently Used) basis. This is the code I have so far - commented code and put it in bold to show where I'd like to add stack: #include <iostream> #include <conio.h> ...Show All
.NET Development Visual Studio 2005
Hi All, I am using VS 2005 (ASP .NET 2.0 using C#) with SQL Server 2005 to develop a web app. There is only one dataentry screen in my app and rest are all queryable screens. The database is small. I created an MSI and released in on the server.( I am maintaining different servers for the application and the db). For some reasons, the application is slow when accessed remotely. Help will be appreciated. Besides, are there any patches available for the VS 2005 since grid view is new to the version Thx, A there are no updates available yet - SP1 will be released in Q4 of 2006, currently in beta. any ASP.NET questions should be posted over at the ASP.NET forums, since they are dedicated for ASP.NET: http://for ...Show All
Windows Forms Error Code: 0x80070643
I have tried to install Windows and Office updates utilizing the Automatic installation tool; but, the initialization takes place and none of the updates are intalled. I ran WinDoctor and I am told that I am missing file "ORUN32.exe" and it cannot access "learn32.dll" and "pctree32.dll". I have searched my computer and found the orun32 and pctree32 files but not the learn32 file. I don't know how it got deleted and not sure how to get it back in place to use the automatic update. What do I do to get my Automatic updates to run again Please help me! This worked for me - 1,000 thanks. The trouble was caused by a 'clean up' using a RegEdit software package combined with my lack of knowledge aro ...Show All
Windows Forms URLDownloadToCacheFile error when trying to clickonce install
i am installing in a clickonce deployment and getting the following error in the install log: Running checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-x86.exe' Result of running operator 'ValueExists' on property 'Version9x': false Result of running operator 'VersionLessThan' on property 'VersionNT' and value '5.0.3': false Result of running operator 'VersionGreaterThanOrEqualTo' on property 'VersionMsi' and value '3.0': true Result of checks for command 'dotnetfx\WindowsInstaller-KB893803-v2-x86.exe' is 'Bypass' Running checks for command 'dotnetfx\dotnetfx.exe' Result of running operator 'ValueNotEqualTo' on property 'DotNetInstalled' and value '0': true Result of checks for command 'dotnetfx\dotnetfx.exe' is 'Bypass' '.NET F ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Program crashes immediately after launch...
I'm trying to get a window up using unmanaged dx9. It compiles, but for some reason it never actually gets to run() and breaks where it says if (msg.message == WM_QUIT). I'm sure I've gotmost of it right, but am missing something stupid.... Here's what I have: // cppdx9demo001.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "cppdx9demo001.h" #define MAX_LOADSTRING 100 // Global Variables: HWND hWnd; HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; // the main window class name // Forward declarations of functions included in this code module: ATOM MyRegisterClass(HINSTANCE hIns ...Show All
Windows Live Developer Forums How are people doing Custom Controls?
I am new to Visual Earth and I am starting to look at how to implement my application. The application that we are planning on doing will have a lot of functionality built on top of VE. I see where you can add custom controls and I have looked at a some demo sites and I have the following questions. 1) Is there any third party vendors that provide a VE friendly set of widgets to use with VE that include Menus, dialog boxes, etc. 2) I notice that most of the controls (Well all I have treid) that appear cannot be dragged. Is this a limitation or a design choice 3) If one is wanting to add a custom menu that pops up with the right button, is there some sample code on how one would accomplish this feature. 4) Is there any plans for Micr ...Show All
