RickMcdannel's Q&A profile
.NET Development Anyone knows how to read the dumps generated by this tool?
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cptools/html/cpgrfcommonlanguageruntimeminidumptoolmscordmpexe.asp DiegoG You can open dump and minidump files as solutions in Visual Studio. Once it is loaded, press F5 to launch the debugger. The debugger will then be stopped at the point where the dump was created and you can examine callstack, memory, registers, loaded modules and so on. ...Show All
Visual Studio Team System How to replace Unit Test Template code
I have created a new MyUnitTest.cs file that want Visual Studio to insert when I run the Create Unit Test (or Add New Test -> Unit Test) Wizard. In other words, I want to replace the code which is automatically inserted by the Unit Test Wizard. Since I do not want to create a whole new test type or need to impliment the IWizard interface, I thought I would be dealing with just a file-replacement exersize. Based on reading a few articles in the MSDN Forums, here is what I tried: 1. I went to ...\Program Files\Microsoft Visual Studio 8\Common7\IDE\ItemTemplates\CSharp\1033\SimpleUnitTest.zip and removed SimpleUnitTest.cs from the arc ...Show All
Visual C# What is the use of "STTBF".
Hi, Can any one tell the use of " STTBF ". What do you want todo, is STTBF a library, class, dll Normally STTBF stands for String Table stored in File it is just a file format. ...Show All
Windows Forms Outlook Control
Hi, Looking at the screenshots for the new whidbey controls and a simulation of Outlook 2003 is there. Will these Outlook controls be available in whidbey or is Microsoft just showing what can be done if you feel like re-creating something from scratch like Outlook in .NET Tom, I am interessted. Would you please post the code thanks Daniel ...Show All
Visual C++ Error PRJ0019 : A tool returned an error code from "Performing registration" ProjectName
Hi, I'm facing one problem when compiling vc6 project into vc8 compiler. Error PRJ0019 : A tool returned an error code from "Performing registration" PantherConfig I have gone thru a number of links providing solution for this but couldn't get correct solution. I think it is having problem in registration dll but not sure. In Build log it is telling that "Cannot open the specified file testerinfoerrors.err for reading" while this file is existing. Please highlight some point over this. Thanks in advance. Madhur Does running regsvr32 to register your component on the command-line (outside the IDE) work at all If not, you'll need ...Show All
Visual Studio Team System Team Foundation Server MSSCCI Provider Beta 2 Now Available (Feb 20, 20006)
The Team Foundation Server MSSCCI Provider Beta 2 is now available here . IMPORTANT: Beta 2 is not strongly signed, so you'll need to disable strong name validation as mentioned in the README. You can find details at http://blogs.msdn.com/buckh/archive/2006/02/21/536260.aspx . New in this beta: Support for Visual Studio 2003 and Fox Pro in addition to the already supported VB6 and VC6. Integrated Checkin - you can now associate/resolve bugs and specify checkin notes with your checkin Improved performance - opening controlled solutions, get, checkout, checkin, and compare/diff are much faster M ...Show All
.NET Development Hashtable and XmlSerializer
Just a quick one for you; In Vs 2005 Beta 2 is it possible yet to serialize a hashtable property using the XmlSerializer. Thanks Graham You can always implement IXmlSerializable (now supported in .NET 2) and process the XML serialization actions yourself. Perhaps not what you'd want to do but I've used it to good effect. ...Show All
Windows Forms Click Once Publish Version is not remembered in Source Safe
Hello, I have created a Windows Forms application in VB.Net 2005 and deployed it using Click Once. I have checked the "Automatically increment revision with each publish" checkbox (MyProject Publish tab) and the revision is incremented as I would expect. I have then checked the solution in to SourceSafe source control (v2005) from the IDE. However, when another developer opens the solution from SourceSafe and rebuilds and publishes the application, the "Publish Version" is reset to 1.0.0.0. If the "Automatically increment..." checkbox is unchecked, then the "Publish Version" is remembered when ...Show All
SQL Server Question about service configuration on SQL Server 2005 IA 64....
While perusing Configuration Manager, I noticed on the properties for the services there is a parameter to indicate whether or not the service is running on a 64-bit operating system. If I'm running on a 64 bit Itanium server, shouldn't this be checked "Yes" I'd ask the server admin who did the install, but he is currently awol. Yes, it should be, assuming you 64bit Itanium server is running a 64bit OS, and the IA64 version of SQL was installed...you'd need to verify those 2 things... What version of SQL is running (run select @@version to get this) What Edition is running (run select ser ...Show All
SQL Server Combine Data and Split into separate txt files for each header/detail row groupings
I’ve created with the help of some great people an SSIS 2005 package which does the follow so far: 1) Takes an incoming txt file. Example txt file: http://www.webfound.net/split.txt The txt file going from top to bottom is sort of grouped like this Header Row (designated by ‘HD’) Corresponding Detail Rows for the Header Row ….. Next Header Row & ...Show All
Visual C# Remove "Maximize/Restore Down" button
How can I remove "Maximize/Restore Down" button from my forms Like the picture: http://img.majidonline.com/pic/39007/Untitled-2.gif It changes the button to: http://img.majidonline.com/pic/39008/Untitled-4.gif but I wanna remove it like: http://img.majidonline.com/pic/39007/Untitled-2.gif ...Show All
Visual C# NO IDE file for Microsoft Samples?
I download the sample apps from http://msdn.microsoft.com/asp.net/reference/design/templates/default.aspx . After I installed them, I wanted to loaded them into VS but there a no IDE file to load. What I am missing Thanks Ralph Ralph, These Templates need to be copied into your web site application. There is no VS Project, simply copy over the files into your web site project and refresh the Solution Explorer. You can futher customize these html files by converting them into ASPX pages manually. For further information the forums at www.asp.net would be the best place for ASP.NET answers. ...Show All
Software Development for Windows Vista External Workflow Viewing Capabilities
I understand that there are a couple ways to monitor a running workflow, but I havn't seen any that provide a graphical representation of the workflow and it's current state. I would like to enable users to see the state of the workflow while it is in process. For example, which activities have completed, which have not, which activities are waiting or running. I havn't actually ran through a working instance of WWF, just read about it so far. -Idrise I put together a sample that generates a bitmap for each step of a running workflow and displays it in a webpage - you can find it here - http://www.mast ...Show All
Visual Basic vb and outlook
Hi I have made an extra butto witch apears when the rightmouse button is klicked, it apears when I press it in mail and my agenda, but I only want it to apear in my mail becouse tis an button to archive mail so my question is is it possible that the button only apears when an e-mail message is selected As you are proposing to use Outlooks internal VB which I'm fairly sure is VBA and not VB.Net - these forums are for VB.NET questions. VBA is a very different product from VB.NET. Y ou may find more assistance in following which specifcially deals with MS Office development. · ...Show All
Visual Studio Express Editions 3d games?
Well. you know if I creat a 3D graphic, is it possible to "move" then render the graphic in real time with Visual Basic Express or are there easier solutions to make EASY 3D games Thank you! Keehun Nam VB is not usually the language of choice for creating 3D games. Here's a tutorial on games programming in VB.NET: http://vbprogramming.8k.com/tutorials/main.htm ...Show All
