EvelynR's Q&A profile
.NET Development Client Certificate Storage Location
Can anyone tell me if I download a user cert and import it in the Personal Storage what Registry key does it getting written to I have tried to run RegMon but without much success. Any help is greatly appreciated. The "personal" (aka "my") store is not in the registry, but in the user's profile. The physical location of the stores are implementation details and may change at any time, so we do not recommend relying on ...Show All
Visual C++ Tips for speeding up debugging (stepping through code)?
I've got one particular large C++ project that, in VC 2005, when stepping through code in the debugger, it takes approximately 2 seconds for each hit of the F10 key (i.e. each line of code) to be executed. I've tried many things to attempt to speed it up: disable intellisense, renaming feacp.dll, removing all additional output windows, watch, breakpoints, etc, removing navigation bar from text editor window, disabling anti-virus on the machine ...Show All
Visual Studio SQL Server 2005 Express April CTP Fails from VSTS DVD
When installing VS 2005 (Team Suite) the SQL Server Express install fails with an error code 1603. Also tried reinstalling it after VS but still fails with same error code. Anyone else got this problem /Per Salmi This was a clean installation on a new PC. I can't find the installer or the folder you mentioned to do a manual install. ...Show All
Visual Studio Team System Exclude EnumStorageShouldBeInt32 for importing C++ enums?
I got hit with the "EnumStorageShouldBeInt32 " rule ( http://www.gotdotnet.com/team/fxcop/docs/rules.aspx version=1.35&url=/Design/EnumStorageShouldBeInt32.html ) One area that I don't think this makes sense for is when using enums to import native C++ DWORD-based enumerations. For example, I want to import kernel32!ContinueDebugEvent, which takes a DWORD for its 3rd parameter, and that can be set to one of several strange va ...Show All
SQL Server error: 17194
I cannot use sql connection. This is my connection string 'Conn.Open "Provider=SQLNCLI;Database=dbname;Server=.\\MSSQLSERVER;UID=username;PWD=test123;" The error message appears on browser is Microsoft SQL Native Client error '80004005' Client unable to establish connection due to prelogin failure /Connect.asp, line 8 in SQL server ERRORLOG, it shows Error: 17194, Severity: 16, State: 1. The server was unable to load the SSL provider library n ...Show All
Visual Studio Team System CheckinEvent Alerts not being sent
Hi, I have been part of a group setting up and testing Team Foundation Server at our company. For the most part, we have had very few problems with the setup and use of TFS. Two weeks ago we found that our TFS was not emailing out the alerts for the CheckinEvents. I have been looking at the problem this week and I have run out of ideas and I am looking for some help. The server is running the VSTS RTM Workgroup edition. Alerts for WorkItemChang ...Show All
.NET Development Removing \t\n stuff from XML
Hi all, im building a super cool Reporting Server in ASP.NEt that parses XML docs and generates sql to run and return results. And i must say, all you MSD's will be impressed. However i need some help still. My Xml sturcture is (very) basically like this ... <query> <sql> My SQL HERE </sql> </query> i Preserve the format in the sql block and so when i pull the sql text from the XML doc i get so ...Show All
Visual FoxPro Another question for the day, Listbox limits
Hi, sorry for posting two questions in one day. I was wondering if there is an easy way to limit the amount of items in a listbox. For example, i am getting information off of a SQL server and putting the information in the listbox. However, there is a lot of information, and I don't want more than the newest 200. Is there a simple way for me to do this lil_isie wrote: Hi, sorry for posting two questions in one day. ...Show All
Software Development for Windows Vista Is there any way to time procedures in vb2005.
Is there any way in vb2005 to time procedures to closer than a millisecond. I have an application running in the background and I would like to get a handle on how much computer time it is hogging. Thanks Dick Hello again. > mix C# with vb My advice to you is to create a new C# classlibrary in your existing solution (not the project) and add into the class... #region "Timer routines" [S ...Show All
Visual Basic WMI in Visual Basic
I am wondering after searching the forums and many of the online coding sites, if there are any small tutorials or examples on how to access and display hardware/system information on a Windows Form Application using WMI. I am currently trying to retrieve the local computers CPU information as a starter. Any help would be greatly appreciated. If you could email it to supernorman1@hotmail.com . That would b ...Show All
Windows Forms The requested name is valid and was found in the database
Hi ! When i try to use socket calss to connect to a website on localhost i get this error An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll Additional information: The requested name is valid and was found in the&nb ...Show All
Visual Studio Team System Project Creation Problem: Unable to connect to the Windows SharePoint Services
After installing TFS Beta 3, everything seems ok. Can connect to it, manage it, etc. However I cannot create projects sucessfully. When I try to I get this (excerpt from log): Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at TEAMSYS1 Exception Details: The Project Creation Wizard w ...Show All
Visual Studio Tools for Office .NET DataTable to ADODB.Recordset converter
In order to support legacy vbScripting using the MSScriptControl that is run against recordsets, I must convert a DataTable over to an ADODB.Recordset. Anyone know of sample code on how to do this data conversion ADODB disconnected recordsets can be created using XML. Has anyone output a .NET DataTable to XML and successfully imported it to ADODB My research shows that vbScripting doesn't run against .NET Data structures. VS ...Show All
Visual C++ warning C4013
Hello, I'm using Visual C++ 2003 Standard for ansi C coding. I keep getting warning like this with common functions: warning C4013: 'malloc' undefined; assuming extern returning int warning C4013: '_getch' undefined; assuming extern returning int warning C4013: 'strcpy' undefined; assuming extern returning int warning C4013: 'free' undefined; assuming extern returning int How to solve it Thank you in advance. #include <stdlib.h> ...Show All
Windows Search Technologies Address bar - locked
my address bar will to type in the full name of a web site, but once complete it will not pull up the site, it stays on the main msn page. Like typing in www.miamidolphins.com - but while typing it will drop down and offer a list of sites, if i pick one of those I can go straight to the sight or choose from my favourites. but to actually type a new site name in the address bar and click go - it goes no where. how do I solve this i do have ...Show All
