TeeBoy's Q&A profile
Visual Studio Team System Urgent: Beta3 to Beta3 Refresh Backup and Restore Help
We had Beta 3. In the upgrade to Beta 3 Refresh we had some problems. We rebuilt the server after backing up all SQL databases. We now have Beta 3 Refresh on the single-server server - completely rebuilt. We are about to do a restore of the database when we thought the database structure may have changed between the two versions or the stored procedures or whatever might have changed. What process should we follow to restore our d ...Show All
Visual Studio 2008 (Pre-release) name value collection in a web service
with .Net v2 (moving to WCF eventually), what datatype do i use for passing name/value collections thru web services I know that hashtable doesnt work, but what should be used is there a new generic type that implements IXmlSerialible to use do i need to stick with a ArrayList of my own type thanks. WCF supports serializing Hashtable but if you want a type that also works with ASM ...Show All
Visual C# How to add ImageCollection to another component
How to add System.Windows.Forms.ImageList.ImageCollection property to another component ...Show All
Visual Studio mscorsvw.exe
When installing Visual Studio 2005 Beta 2 (and when install has finished) a process named "mscorsvw.exe" runs, and takes up 95/100% CPU. I've no idea why this is. That, and when trying to start Visual Studio 2005 - It opens, then immediately exits. I've done the un-install of previous versions in perfect order, and yet the problem continues Can anyone shed any light i had a pb with mscorsvw : it was taking 95 ...Show All
.NET Development DataView with DateTime comparation
I have a DataTable which has a DateTime column . I want to view in my DataGrid only the rows that has any date and their time is between 12:00 and 16:00 how can i compare only the time What you do is create a DataView over the DataTable and set the DataView's RowFilter property to some expression that will filter down the results. Then attach the DataView to the DataGrid. So DataView is like ...Show All
Visual Studio Tools for Office Can't find project templates in VS 2005
I have Visual Studio 2005 Professional installed as well as Microsoft Office Professional Edition 2003 installed. I installed VSTO from here without any difficulty, but I still don't see any project templates in Visual Studio. Am I doing something wrong Do you not have something like http://msmvps.com/photos/c_vs_deployment_and_all_geek_talk/picture84353.aspx In your new project wizard, it should be under l ...Show All
SQL Server replacing cursors with sql query
i have written a cursor to select records in a sequence for processing but i think the performance is not upto the mark.i have read in many places that sql cursor should not be used.but i am unable to find a substitute for cursor.could you help me out with this.. this is the cursor we are using: CREATE proc sp_process_cdr as declare @last_call_time datetime set @last_call_time=(select max(calltime_gmt) from processed_cdr) declare process_c ...Show All
Visual C# Help with commands in C# Express!
Hi, I installed VC# Express 2005. Now I have problem, I want any command as csc.exe, ilasm.exe, and I always have go to at "C:\Windows\Microsft.NET\Framework\2.0...". How I can for execute its commands from my directory as "C:\miCarpeta" ...Show All
Visual Studio How to add filepath field into image in the crystal report?
I store bmp file path into text field in access database. How can I add this filepath for image or picture path in the crystal report. Bye, Rashe Hi - I'm moving this thread to the Crystal Reports forum. I think you'll get the best answer here. Best, Paul ...Show All
Windows Forms Pointer getting trapped in tab control (dev environment)
Hello all, Very strange (apparent) bug I have run across... Using VS.NET 2003 on XP SP1. I have a tab control on a form. Nothing exceptional about it that I know of. Occaisionally when I select the tab control in design view, the m ...Show All
Visual Basic Questions about my TabControl
These are the things that I want to accomplish with my TabControl: When I click a tab, I want all the controls on the tab to load before displaying the tab. I want a Progress control to step when a control is loaded to let the user know that the tab is not showing because it is loading the contents first. I was thinking that I might have to use SuspendLayout() somehow as I came across it a few times when searching the help section. Any ideas ...Show All
Windows Forms How can i add radio Button to datagrid.
I need to add three Radio Buttons to VB.Net Datagrid. Can anybody tell me how can do this. Thanks in advance. V Suresh ...Show All
SQL Server Print Problem in SSRS
Is it possible to send report directly on printer when user clicks Print button on web page I am using SQL Server 2005 reporting service. Thanks in advance. ...Show All
Visual C++ Compiling Lib
Hello there, There is a library program that I am trying to compile using VC++ version 6. Followed this instructions: "Here's step-by-step instruction posted by one of the list subscribers: good luck >>> Subject: FW: [Quantlib-users] Installing QuantLib using Dev-C++ 4.9.9.2: WORKING From: "xxxxxx" <xxxxxx> Add to Address Book To: quantlib-users@lists.sourceforge.net Date: Wed, 13 Jul 2005 12:12:41 +0800 ...Show All
Software Development for Windows Vista Vista 5308 Media Center Extender issues
Does anyone know if the extender function in the Media Center module of the February CTP is compatible with the Xbox Media Center Extender (MCX) I have been attempting to set this up on my test system, and will get as far as the programming the device stage of the extender setup, but at this point the setup will sit there for over an hour without completing. Is there an update that will need to be obtained to allow this to function, or is this ...Show All
