DavidMBaker's Q&A profile
Smart Device Development LSP at Smartphone2003 device (Motorola MPx220)
We have trouble with LSP at Smartphone2003 device (Motorola MPx220). We've created subkey [HKEY_LOCAL_MACHINE\Comm\WS2\LSP\our_instlsp] and placed installer dll (with installation code inside DllRegisterServer function) .When system reboot, our dll is not called.Then we had to sign our dll - " Smartphone 2003 Privileged Test Signing Authority" and export that certificate to device .But, when system make rebooting ,system had crash and ...Show All
Software Development for Windows Vista Correlation with nested custom activities
(beta 2.2) I want to make a custom activity (1) that contains another custom activity (2). The innermost custom activity contains a CallExternalMethod activity that builds a message (in the MethodInvoking event), and sends this to an external application. On the ExternalDataExchange interface a "CorrelationParameter" is defined. My outermost custom activity (1) contains as its first step my custom activity (2), because the building ...Show All
Visual Basic How to set a control's visible property.
I have a form that has a combo box with 7 items and also has 7 group boxes. Basically, I would like the user to click an item in the combo box and have the corresponding group box appear. If the user clicks a different item in the combo box, then I want the visible groupbox to become invisible, and the new corresponding groupbox to become visible. Could someone help me out with the code Instead of a hardcoded T ...Show All
Visual Studio Team System Chage File System Web Site to HTTP Web Site
How can you change a file system web site to an HTTP web site I want to move the project from using the VS 2005 embedded web server to using IIS. Do I just have to create a new project file Is there a setting that can be changed to make this happen It's a shame that the asp.net site isn't using MS passport....and also that it isn't a part of the MSDN forums. Oh well, can't have it all, I guess. ...Show All
SQL Server Upsizing from Access 2000 to SQL Express 2005
Can you HELP! I am new to SQL and for some reason I can not upsize from Access 2000 to SQL Express. Access is askin me for a logon to SQL to create the database. I know the username and password but access can not find the local SQL server to create the link. when you setup ms sql server it asks you about your domain choose local and then asks you to use windows authintication or mixed mode choose mixed mode and write the password w ...Show All
Windows Search Technologies Preview problem
I have Microsoft Windows Desktop Search installed on a number of computers but on one the preview is not working. No e-mail, contacts etc are previewed. Only a message saying in Swedish "Det gar inte att visa en forhandsgranskning" (approx "preview can not be shown") is shown. Any ideas what to do Thanks Anders Sneckenborg Hi Anders, Just a few quick questions.. Is Outlook Open while you are trying to ...Show All
Visual Basic Binding label text property to public property of its containing form in vb2005
I have been trying all day to bind the Text property of a label control to a public property of its containing form in a windows application in vb2005. In vb2005 it seems that you can only bind to datasets or bindingsources. The properties window only lets you bind to datasets or bindingsources. I tried to do this both programmaticly and through the interface unsuccessfully. In vb2003 I bound the enalbed property of one button control to the ena ...Show All
SQL Server ROWGUIDCOL
I've read everything BOL says about ROWGUIDCOL and it's still not clear to me why it is necessary. It appears to be similar to an IDENTITY property, except that it does not have a seed or an increment. Because of that, it appears to have no practical purpose other than annotating a CREATE TABLE script to let people know it is used to identify a row. ROWGUIDCOL as described seems to fit the case of where a guid is the primary key (I do realize it ...Show All
Visual Studio F1 Help error
Hi I have Visual Studio 2005 professional installed and installed the MSDN that came with it in the box. When I highlight a keyword and press F1 I get the following: A Runtime Error has occurred Do you wish to Debug Line 98 Error: Could not complete the operation due to error 80041001 Thanks Steve Have you tried the latest build of IE 7 Beta 3 I have not checked that version ...Show All
Visual Studio comment helper in VS2005
looking at v 2.0 50727 for the HelpStudio Lite, but see only a feature to highlight a line of code as a comment- where is the export feature to create a XML comment file that was in Configuration Manager Is HelpStudio Lite in this versions HelpStudio Lite is available in the October version of the Visual Studio SDK. Details are at http://msdn.microsoft.com/vstudio/extend/ . Jo. Molnar Visual Studio Us ...Show All
.NET Development Creating CLR Assembly
I recently stumbled accross IronPython and was very intrigued by how the CLR could understand Python code (and could even use full debuging capabilities with it). I am interested in learning how to do something similar for another language. I believe what I am looking to do is manually create a CLR assembly from code that I am parsing My actual problem is I'm just not familiar with the terminology involved with this work, so my sear ...Show All
SQL Server Native Client connection to MSSQL 2000
For MARS support in SQL Server 2005, I'm changing our OLE DB code to use Native Client. My understanding is that Native Client should support SQL Server 2000 as well. When I point my DBPROP_INIT_DATASOURCE to a 2005 instance, everything works great. But when I point to a 2000 instance, the IDBInitialize->Initialize() call is crashing with a bounds violation. In my test case, the only change I made was in my coCreateInstance from t ...Show All
Visual Studio vs 2005 beta 2 setup fails
When I try to setup vs 2005 beta 2, it says that it failed to setup visual studio itself after it gets to the end screen. The installation seems normal untill then because the vs 2005 even gets a checkmark next to it when on the install screen. The progress bar never moves when it is on vs 2005 though. I will post the error log when I can find it. Hello, I am getting the same kind of error when installing ...Show All
Visual Basic Setup didn't register third-party DLLs
Hi Guys, I have developed a VB.net 2003 application using a third-party activeX component. I created the setup package(msi) as well. But when I tried to install it, it comes an error of the DLL can't be registered HRESULT -2147024769. Could anyone give me some ideas about this problem. Any comments appreciated. I have had an identical problem trying to install and ActiveX control from VS2005 create ...Show All
SQL Server Can't connect to SQL Server 2005
Hello, I have a problem with connecting to SQL Server 2005. I have a small network at home with a WLAN router connected to Internet. My notebook computer and desktop computer are connected to router. My SQL Server 2005 is installed on notebook computer and Microsoft Server Management Studio is installed on desktop computer. I wanted to add login so I could connect to it from desktop pc and a problem came up. When I tryed to add acco ...Show All
