FNFCasey's Q&A profile
Visual Studio Team System vsmdi relationship to TestCase/TestMethods
I am trying to determine how an entry inside the vsmdi file relates to a test case method. Each test case item in a test list appears to have a unique Guid and the relative path to the assembly that the test case belongs in. However it does not list the test class that the test case belongs to. This information is visible when viewed from the test manager, but does to appear to be stored on the filesystem. Does anyone know how this relationship is maintained Yep, thats' it cracked. To summarise what is required, here's a bit of C#: SHA1Managed crypto = new SHA1Managed (); byte [] bytes = ne ...Show All
Software Development for Windows Vista Install Issues - "a disk read error occurred"
When the Vista install reboots the machine I get the following error. a disk read error occurred. I have tried several different drives and still get the same result. Any ideas I'm going to assume that you have figured this out, since this post was on 9/28, but for everyone else... I had this same problem one time when installing WinXP This problem for me occured when i was using a 200gb hd. i had the first 20 gb dedicated for windows home (which was already installed), and i wanted to play with pro, so i dedicated the next 20 gb to xp pro, and the rest for file storage. All was working well with both OS's, until i wanted to wipe it a ...Show All
Software Development for Windows Vista problems communicating with the host
Hi, I am trying to get host communication working because I need to communicate back to the host if for example, a process will be long running. I've set up a very simple example which raises an event on the host and every time I run it, I get an error: Done Exception has been thrown by the target of an invocation. Press any key to contine The code for my test harness is as follows: #region Using directives using System; using System.Collections.Generic; using System.Text; using System.Threading; using System.Workflow; using System.Workflow.ComponentModel; using System.Workflow.Runtime; using System.Workflow.Runtime.Hosting; usi ...Show All
Smart Device Development Smart Device Application
Hello, I am developing a smart device application for Pocket PC. In that I want to connect to server using HTTP protocol. I want to know that using WinInet.lib file i.e this Visual C++ edition support winInet MFC classes. Bhagvat Hi, There are quite a few HTML related MFC classes that aren't there on devices. ( see http://msdn2.microsoft.com/en-us/library/80a966hh.aspx for the list of classes that are supported and http://msdn2.microsoft.com/en-us/library/ms228785(VS.80).aspx for the list of unsupported classes on the devices) , but ATL does have Web service consumption classes available on devices ...Show All
Visual Studio Team System Adding users to [project]Contributors: Cannot access users/groups in domain
Beta 3 - Refresh Client Tier installed on Windows XP connected to TFS on Windows Server 2003 with Active Directory enabled. Domain = SIGNAUSTR I've successfully created a Team Project called SandpitTest and now want to add users to the group [SandpitTest]\Contributors. I followed these steps: 1. Logged on as TFSSETUP 2. Started Visual Studio and connected with TFS (Tools | Connect to TFS) 3. Selected the TFS in Team Explorer 4. Applied Team | Team Foundation Server Settings | Group Membership 5. Selected [SERVER]\Team Foundation Valid Users and pressed Properties 6.Selected [SandpitTest]\Contributors and pressed Properties 7. Selected Window ...Show All
Windows Forms DataGrid new row event
Hi! Is it possible to "catch" a new row event in a data grid A user enters some data, and then adds a new row to enter some more data. I want to "catch" that event. Is that possible My problem is that I only show two columns in the datagrid (that is, I have two column styles connected to the table style of the data grid) out of five which are in the data table to which the grid is bound to. So, when the user enters those two values, I have to enter some default values for the other three columns - I want to do that through the code. My idea is to catch the new row event (if that exists) and do the adding values then. May ...Show All
SQL Server Other ways to execute Integration package?
Hi all, I am just wondering is there any other ways to execute an integration service package other than using sql server agent, dos command and manually execute the package in BIDS I am thinking of running the package on web, is this possible What I am trying to do is let user to run the integration service when they need to, so instead using SQL Server Management Studio to run the task being set in SQL Server Agent, I am thinking of something where user can log into a website (like the report server) and then run the integration, so that the data for the report server's reports are being update. Please help out if any know a solution t ...Show All
SQL Server Uninstalling SQL Server September CTP failed
I want to install the Sql Server Express on my computer so I've tried to uninstall the Sql Server September CTP. I tried to remove it from the Add/Remove Programs. Then something very weird happend. The Microsoft Sql Server 2005 CTP disappeared (so I thought it was uninstalled) from the Add/Remove Programs's list but I can still run it from Start -> All Programs -> Microsoft Sql Server 2005 CTP. And it works properly. What should I do to remove it Do you know any removal tool for the september CTP ...Show All
Visual Studio Team System Open TFS dialogs
Is that a way to open TFS dialogs from code (VS2003) I would like to prompt the user the CheckIn/Checkout/Get dialogs from code Tried DTE.ExecuteCommand("File.TfsCheckIn","") but it didnt work The commands are available from VS2005 Thanks Avi No, unfortunately all of our dialog classes are marked internal at the moment. ...Show All
Windows Forms Hyperlinks in a Datagrid
Is there a way to copy hyperlinks from an Access database into a Datagrid, and have them function At present the links appear as normal text in the DataGrid. These are not URL's, but just link to pdf's and doc's on the LAN server. I am using OleDbDataAdapters in vb7. May be you could handle the click event for the link colu ...Show All
Visual Basic Invoker method problem
This worked in beta1: Public sub UpdateMSL() Try Dim mi as MethodInvoker = New MethodInvoker(AddressOf UpdateMainStatusDisplay) gui.BeginInvoke(mi) catch.... End Try Getting a "NullReferenceException" error pointing to "(mi)" on the gui... line "UpdateMain..." is a public sub on the main window on the program This sub is in a class which run ina separate thread from the main form. It job to call the public prgram to display information on the main form while the sub thread is running. Most thankfull on any help on this. Where do you declare and create the object 'gui' My guess it ...Show All
Smart Device Development .net compact framework 2.0 cab file (downloadable)
Hi! How could I get the .net compact framework 2.0 cab file to install on the PDA I oly have the NETCFSetupV2.msi, but it is 25MB, too big to download for each user to try our applications. Thank you! NETCF CABs are redistributable, you can include NETCF CABs for all devices supported by your application with your application installer. This shows how to deploy application CAB via Active Sync, NETCF CABs can be deployed the same way: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnnetcomp/html/deploy_cf2_apps_cab_msi.asp ...Show All
Visual Studio 2008 (Pre-release) Scaling StrokeThickness problem
In a previous thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=211255&SiteID=1 I was asking about the problem of the StrokeThickness scaling for engineering drawings, etc. I have tried several workarounds and all require each child of the canvas to have its StrokeThickness value altered to 1/Zoomfactor. This takes too long for the number of elements in a drawing leading to noticable delays when, for example, changing the zoom with the mouse wheel. Does anyone know if MS is going to have a modifier to disable scaling or e.g. a StrokeThickness of 0 to force a one pixel stroke, or similar Does anyone know of a ...Show All
Visual Studio Express Editions OK I AM Dumb
I must be because what I'm trying to do will not work. I have a table (Fruit) containing an ID (Identity)and a description(Apple, Banana etc..) so 1= Apple 2= Banana etc... I have a table (containing other info plus a column for the fruit ID I have a form with a dropdown to select the fruit to add Now heres where I go stupid... I need the combobox to show the item description from the first table (Apple) but stamp the ID(1) into that column. I have manged to bind the combo to the fruit table but once the selection changes the app locks up and the record isnt saved. I have hunted the help, msdn but this must be some ...Show All
Visual Studio Team System How to manage many team projects
Hi, We are going to create many team system projects in our enviroment. What is the best way to manage them As far as we know, it's impossible to create folders or to use nested team projects. Thanks, Michael There are no folders for projects or nested team projects in this version of the product. We generally recommend fewer coarse grained team projects over many smaller ones. See this thread for a related discussion. ...Show All
