Eric66's Q&A profile
Smart Device Development Error 0x89731511 deploying to PPC2003SE Emulator
I have VS2005 Team Developer running on XP SP2. I created a new Smart Device application for PPC2003. With the Device Emulator Manager, I can cradle the Pocket PC 2003 SE Emulator. The project contains no code. But when I try to run the project in Debug mode on the emulator, I get the error 0x89731511 - Device Connectivity Component Any pointers The stuff under "all users" profile is criti ...Show All
SQL Server SSIS Registry Configuration
Hi, I have an SSIS Package which reads the properties values from Registry. As per the constraint of SSIS I have created the keys under HKCU in the registry and things work fine from the designer. But, when I schedule the SSIS Package to run under SQL Agent (which is running under Local System) the values of configuration do not seem to be picked up from Registry. How I tested was: I am picking up the server name for the Connection Manage ...Show All
Windows Forms Does the new terrarium work for anyone?
Just thought I'd ask Is anyone ELSE feeling a little stupid for installing the new version before ANYONE reported it worked ...Show All
Software Development for Windows Vista SQLTracking service issue in Workflow
Hi, We are using SQLTracking service to track the current state of an activity in a workflow. In Beta 1.2 we were able to get the current state of activities as the workflow is executing. However, in Beta 2.0(from Jan CTP), we are unable to get the current state. When we researched a bit on this, we found that in previous versions, the database was updated with the status of the workflow activities at every stage, where in now it is updated o ...Show All
Visual C++ post increment problem
Hello- I'm having a problem with a seemingly simple piece of code. I created a new .net console application and inserted this code: #include "stdafx.h" # using <mscorlib.dll> using namespace System; int _tmain() { int xyz=0; //broken int testar __gc [,]; testar= new int __gc [3,5]; for ( int i=0;i<=testar->GetUpperBound(0 ...Show All
Visual Studio Express Editions AxShockwaveFlashObjects not found
hi every1. I tried adding a shockwave flash object on a form but i get an error when trying.. "Failed to import ActiveX control. Please ensure it is properly registered" SO, in the references node from the Solution Explorer i have two newly added references, one being ShockwaveFlashObjects (which look ok) and another being AxShockwaveFlashObjects which has an exclamation mark newxt to it.. In the components list (for the Add Reference function ) ...Show All
Smart Device Development Package 'Smart Device Project Package' has failed to load properly...
I don't know if this is the appropriate forum for this, but i am desperate for an answer here... Visual Studio 2005 crashed on this afternoon. since then, i have not been able to open any of my WM 2005/CF2.0 projects. I also am not able to create any Smart device projects. The error i get when attempting this is "The project 'C:\Documents and Settings\<username>\Local Settings\Temp\u0cx3qj1.r2s\Temp\TestApp1.csproj' cannot be ...Show All
Smart Device Development I have solved it!
I have an application in evc++, i need to read text file and return what i have read. The problem it’s that in the debug mode i see the text in the file under &strSN and i need to return CString (strSN it’s TCHAR). I don’t know how to convert it. Please HELP!. Thanks in advance. Guillermo. HANDLE hInFile; TCHAR strSN[65]; DWORD dwBytesRead; GENERIC_READ,FILE_SHARE_READ, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0); hInFile = Cr ...Show All
Visual Studio VB6 + Crystal Reports 9 without installation
I would like to know if there is a possible to open an application on Visual Basic 6 with Crystal Reports 9, from a mapped drive without installation on each computer. Thanks, Seven Know Could you perhaps explain what you are trying to do. You want to open a VB6 application containing a Crystal Report And without an install of what exactly ...Show All
Visual Studio Express Editions Why The H*ll Doesn't This Work
Hi There Module Module1 Sub Main() My .Computer.Printers.DefaultPrinter.WriteLine( "Hello World WithOut a Printer" ).Print() End Sub End Module Cheers Bronco Billy "Beer and Fast Women are Ok... No Cigarettes or Hard Liquor Allowed Hi, In Visual Studio 2005 we've tried but could not find a good enough solution for My.Computer.Printers. Due to the resource constrain, this fea ...Show All
Visual C++ LNK1104 cannot find atlthunk.lib with VC++2005xpr and PSDK
All, I am trying to compile a modified amcap sample out of the DirectShow fold with VC++ 2005 Express Beta 2 and the 2003 PSDK SP1, targeting 32-bit x86; I don't have any 64-bit stuff installed. OS is Windows 2000 Professional SP4 Rollup 1. After weeding out a number of compilation errors, I am now left with the linker not finding "atlthunk.lib". Right - it does not exist on my harddrive. I am sure that my modificati ...Show All
Visual Studio VB.Net 2005 Add-ins
Hi, Can somebody point me to a simple article with sample code that explains how to get started with VB add-ins thanks in advance Nigel Hi Nigel, You have lots of resources at my web site: http://www.mztools.com/resources_addin_developers.htm -- Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com ...Show All
SQL Server Is there a way to loghshipping data from sql 2000 to sql 2005? thanks
Is there a way to loghshipping data from sql 2000 to sql 2005 thanks Does this mean when the database is opened it is upgraded to 2005 Once it is 2005, will it still be able to receive logs from the 2000 primary Thanks ...Show All
Windows Forms Need help with VB.net involving simple array look-up
Hi guys, I'm trying to have a State Name and Abbreviation finder, that stores the stuff in an array, but I'm not sure on how to go about doing it. So far, I've gotten this stuff done: Public Class frmVBACSL Inherits System.Windows.Forms.Form [Windows Form Designer generated code] Structure StateInfo Dim StateName As String Dim Abbreviation As String End Structure Dim States(56) As State ...Show All
Visual Studio Team System How to search TFS comments from Visual Studio
Is there a way from Visual Studio to search changeset comments I don't think so. What I do is use MSN Desktop Search to search thru checkin emails. ...Show All
