PhoneGuarder's Q&A profile
Visual Studio Stdole.dll 8.0.0.0 missing in GAC. Dropped in RTM?
Hi, On my system (with a VS 2005 CTP or Release Candidate), there is a stdole.dll file with assembly version 8.0.0.0 (and file version 8.0.50727.26) in the GAC. However, a user of my add-in says that several VS 2005 Professional Edition RTM that he has tried don’t have that file in the GAC, only version 7.0.3300.0, which in fact is the one used by his add-in wizard when creating an add-in project. Since my add-in assumes that that file with version 8.0.0.0 is on the target system (it does not include it in the setup), the add-in fails. So, was stdole version 8.0.0.0 dropped in the RTM of VS 2005 Thanks in advance. Best regards, Carlos J. ...Show All
SQL Server Encryption and database restore
Hi Can anyone help I have a database using encryption with symmetric keys created using asymmetric keys. I backed up this database and restored it on another machine along with the service master key. I can read the encrypted data fine. But all the encrypted stored procs that are associated with the application that uses the data cannot read the data, they just return Nulls. If I regenerate all the encrypted stored procs from script they work fine again. Is there a way to restore the database without having to regenerate all the encrypted procs You are probably missing this sequence after ...Show All
Smart Device Development HTTPWebRequest
I am writing a smart client application that talks with a thrid party listner on anouther server. This listner was written to read a <TEXTAREA> from a HTML Form "Post". I want to POST my smart client so that it looks like a Page post. That way the listner won't have to be rewritten. This is what I have so far. Can I just send HTML in this request stream I would like to just send the xml but that has not been working. How do I simulate this <TEXTAREA> StringBuilder xmlShortAddressLookUp = new StringBuilder (); xmlShortAddressLookUp.Append( "<FORM NAME='apiform'>" ); xmlShortAddressLookUp. ...Show All
Visual C# Windows Services - Is there any code that cannot run in a service?
At startup, I need to check the status of a variable on my systems. First I tried using task scheduler to launch the code at boot, but it didn't work, so I am now looking into just writing a windows service. The idea is, I launch a dos based utility to check the stauts of the variable (I cannot check it directly it is proprietary), storing the status in a registry key. After the utility completes, I read the key. If the status is correct, I want to check the time. If the time is within a certain timeframe, it should launch a seperate program. The service seems to start ok, but as soon as it goes to check the time, it stops working. Code ...Show All
Visual Studio Team System Visual Studio 2005 Team Foundation Server Trial
Is it possible to upgrade to the trial edition of Team Foundation Server from the release Candidate and later, when we have got it, upgrade from the trial to the "real thing" Actually, I ask if and how we can upgrade from the trial of Team Foundation Server to a real license. /Christer Yes. To upgrade to the full version, all you have to do is re-run the installer in "maintainance" mode and enter a product key. Since the Trial is posted for download and the full version is off getting manufactured, it's actually the easiest route for everyone. See: http://blogs.msdn.com/robcaro ...Show All
Visual Studio Team System MSF Certification
I completed the 1846A course - and I wish to become an MSF practitioner. What's the certification that I should pursue I can no longer find 74-100 in the exam list (which used to be the MSF Practitioner exam) - the only one that comes close is the 70-301 one. Please advise. There will be some churn in the MSF exams as we transition to MSF v4.0. I suspect that is why the current MSF Practitioner exam has been withdrawn. David ...Show All
Visual Studio Team System Incorrect display for manual test execution
Hi, I am using word format for manual test. However, when running the test, the display seems not be correct with the following message: MIME-Version: 1.0 Content-Location: file:///C:/2C7BA2D4/TestCaseTest.htm Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset="us-ascii" p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm;margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman';} h1 {margin-top:12.0pt;margin-right:0cm;margin-bottom:3.0pt;margin-left:0cm;page-break-after:avoid;font-size:16.0pt;font-family:Arial;} h2 {margin-top:12.0pt;margin-right:0cm;margin-bottom:3.0pt;m ...Show All
Windows Forms Vb.Net - Open Webpage from LinkButton on Status Bar
Hi all, I have a Windows Form and have a LinkButton in my Status Bar, and want to open a url from the Click Event. I just don't know how to write the code that actually opens a url. Sorry I'm used to working in ASP.Net and not familiar with Windows Forms stuff. Thanks in advance. Kind Regards, Grant. Process.Start ("www.microsoft.com") ...Show All
Windows Forms JIT Debugging
Ok im still new to this but how in the world do i enable JIT debugging on my windows form application and where do i do it. i have the following code <configuration> <system.windows.forms jitDebugging="true" /> </configuration> But i place it in my form but it doesn't work anyone know what i should do or where i should place it Hi, I think things have changed with Beta2. Did some R&D and finally out how to do this in VB 2005 and Beta 2. Here are the steps: To manage an unhandled exception 1. With a project selected in Solution Explorer, from the Project menu select Properties. ...Show All
Visual FoxPro cannot open up a form-- BIG TROUBLE
I have been working on this form for about two months adding new objects and manipulating databases. The last save I did was about 4 days ago. I have a few grids in it on different pages of pageframe and everything worked fine. I never added any columns to any grid at design time. At runtime VFP determines the column layout after a grid is given an alias as a record source. Today, just a few minutes ago I decided to add three columns to a grid which has always been empty at design time. After I did a save, I got an error message at runtime: Error loading file - record number 34: o_Grid2 <or one of its members>. Header Class: ...Show All
Visual Studio Express Editions Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\mt.exe'.
I just sarted getting this error. I have no idea what is causing it. Embedding manifest... Project : error PRJ0002 : Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 8\VC\bin\mt.exe'. Suggestions where to proceed, please. Thanks, RON C Is there anything special I need to do to have ATL working I have it as an include and have an stdafx.h include. I have compiled, linked and run this same code as one long source program but trying to modularize I get the LNK2005 for each routine other than the _tmain. angsepn.obj : error LNK2005: _AtlIPersistStreamInit_Save@20 already defined in ...Show All
SQL Server Concatenating 2 text boxes
Hi, How do we concate a normal text with an underlined text eg: I would like to concate : textbox1 = my email address: and textbox2 = xxx@hotmail.com into a new textbox3. expected result: textbox3 : my email address: xxx@hotmail.com Really appreciate your help. Thanks You will not be able to do this with a single textxox, because we do not currently support rich text (mixing fonts and font styles) within textboxes. ...Show All
Visual Studio Fatal error CTC2114 when compiling wizard-generated DSLs
Using the November CTP of DSL Tools, I incurred in an annoying problem that is preventing me from compiling projects generated by the wizard: I keep getting a “fatal error CTC2114: Error executing pre-processor”. I noticed that the failing command line, reported below, does not present the CTC tool pathname between apexes (superscripts Sorry for my bad English), so I tried to execute the corrected command line from the cmd console, and it succeeded. c:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\Tools\bin\ctc.exe CtcComponents\CustomCmd.ctc obj\Debug\CustomCmd.cto /I"C:\Program Files\Microsoft DSL Tools\in ...Show All
.NET Development DataGridView SelectAll
I am customising the top left header cell on a DataGridView to remove all filters applied to the data columns. However the default behaviour of this header cell is to SelectAll if the DataGridView is mult-select. How do I disable the select all behaviour of the top left cell while still allowing the grid to be mult-select. Tried overrides on various methods of DataGridViewTopLeftHeaderCell but to no avail. Hopefully I'm missing something obvious. Thanks. ...Show All
Visual Studio Team System HOWTO: Receive alert when a new bug is added to worklists
Greetings, We have referenced the Foundation Server web service in our application so our testing users can submit a bug directly into our worklist during their evaluation. It's cool. 1. How do I get alerted when a new bug is added 2. It appears the web service API does not permit assigning a new work item to anyone. Am I missing something Is there a way to pass in who it should be assigned to Thank you in advance. Question #1 is most important of the two. Jerry Nixon Since the ActualAttendee2 field is not a core field, it would not be available for every event. If you are OK with notification only when it is one of ...Show All
