Chris Bower's Q&A profile
Visual Studio Team System PublishRun: Server was unable to process request
Hi everyone, I get the following errors when the Test Run completes... it seems that permissions may be incorrectly set for this account (against the build server), but everything in the drop phase works fine for other build output, which I find somewhat confusing. Has anyone seen this before MSBUILD : warning : Test Run Failed. MSBUILD : warning : PublishRun: Server was unable to process request. ---> Access to the path '\\90dsdev001\Builds\Kerrisdale\Stable\Compile\Stable_Nightly_20051128.1\TestResults' is denied. MSBUILD : warning : Test Run Failed. MSBUILD : warning : PublishRun: Server was unable to process request. ---> Acc ...Show All
Windows Forms disable SHIFT-TAB on the DataGrid??(C#)
I need to disable the possibility to move from certain columns of my DataGrid using TAb and SHIFT-TAB. How do I catch that 2 keys were pressed on the keyboard What function should I override on DataGrid to do this The KeyUp and KeyDown don't seem to fire. Thanks. You will need to override and check out the message loop, look ...Show All
Visual Basic Reading from a INI file: How?
Ok, for the last 5 hours Ive been struggling to read from a INI file but still havent gotten anything. Writing I can do fine, but reading is the problem. I also wanna know if there are other functions for ini, like Delete or Anything else, other then Get and Write This is what I have so far: Import System.IO Public Declare Function WritePrivateProfileStringA Lib "kernel32.dll" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpString As String, ByVal lpFileName As String) As Long Public Declare Function GetPrivateProfileStringA Lib "kernel32.dll" (ByVal lpApplicatio ...Show All
Visual Studio Team System TFS Install disappears
While running the TFS install (dual-server deployment) installing the TFS services, I get to the form that asks me for the destination folder and Database Server. I enter the information, click Next, and the install just "goes away", although i'm expecting the System Health Check page according to the documentation. I am fairly certain i have everything configured correctly on both the database server and local tfs box. No error message is given, nothing. Has anyone run into this and what was the solution Thanks... Scott Scott, Were you able to successfully install the DT (databases) setup on your DT system ...Show All
Windows Forms Removing (Disabling) the veritical scrollbar in a listbox
Hi, I have an Owner drawn listbox ive been working on and would like to keep it from showing a vertical scrollbar when the amount of items in it exceeds the client area. However, the listbox control doesnt seem to have a way to disable this scrollbar by default...Is there any way (perhaps API) to keep that scrollbar from coming up If& ...Show All
SQL Server send email
I have a table with email addresses of the customers. How could I send them emails from my tsql script. TIA.. Hi If i want to do a HTML email like below what should i do exec sp_send_cdontsmail 'someone@example.com','someone2@example.com','Test of CDONTS','It <b>works</b>' ...Show All
Visual Studio Team System Error while processing Code Coverage in MSBuild
Hello, I'm running a team build and "Code Coverage" is giving an error in the "BuildLog.txt": Run has the following issue(s): C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets : warning : Code coverage instrumentation warning: cannot find VS installation key or the key is pointing to wrong directory. C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets : warning : Code coverage instrumentation warning while processing file StackProject.dll: C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Micro ...Show All
Visual Studio Conditionally setting the AssemblyVersion at build time
I have a need to build a project and only increment the version number if and only if the project has changed, is there ANY way to do this other than build the project twice Can this possibly be done with a custom MSBuild task So far I have seen that you can update the AssemblyInfo.cs from the MSBuild process but doing so before the build makes it so that it will produce a new assembly, which I don't want to do unless something else changes which causes the build to produce a new assembly, then and only then do I want to apply a new version number. Any help would be greatly appreciated! Thanks, Jim Hi Jim, & ...Show All
SQL Server does not install SQL Query Analyzer
Hi, I am developing and application in pocket pc windows mobile 2003. I have added a reference to System.Data.SqlServerCe.dll but when i deploy the application query analyzer doesnt seem to install. Any help please cheers, michael Hi, Sorry... for info I am using CS VS2005 and SQL Mobile. Thank you. michael ...Show All
Visual Studio Any problems upgrading VSS database
I have just installed VS2005 and I'm now all set to upgrade my SourceSafe 6 database to 2005. Has anyone had any issues with the process or are you aware of any factors I might want to take into consideration before taking the plunge I'm guessing (because I can't find any docs or FAQ on the subject) that as part of the upgrade process a new SQL Server database will be created and all of my source code from my VSS6 database will be added to it If anyone has already been through this process and can shed any light on the situation I would be most grateful for yours thoughts or experiences. Obviously our existing database is backed up, b ...Show All
SQL Server raw file destination and environment variables
when using a raw file destination it would be nice to be able to use an environment variable for the filename property. like %my_extract%\data.txt instead of c:\my_extract\data.txt You could use the script task to define a SSIS variable, storing the file name, built using the environment variable. Then you can use this variable in Raw adapters by using the File Name from Variable access mode. HTH. ...Show All
Windows Forms Welcome back Ken
I haven't seen Ken Getz in a while. Have you been on vacation 8) Hey, thanks! No, I got sidetracked writing for about 8 months. I just didn't make the time to get up here and chat during that time. I am on a lull for a few months, so figured I'd hang out and learn new stuff again. ...Show All
Windows Forms Transfering files over internet using Windows Form
I have an application that sits on a client computer that is not on a network or the internet. When a user saves a form it is saved into xml. What I want to do is when the computer is online, the user can open the app and click send which would copy the files over the internet to a server. I have looked around and&n ...Show All
Windows Forms How to find my spot in a TreeNodeCollection?
I have a TreeView bound to a TreeNodeCollection. I am using multipass on the data so the initial load is shorter. I go retrieve the new data when I click on the node in the TreeView. The problem is that I cannot seem to figure out how to find the right node in the TreeNodeCollection to add the new data to. Any idea thanks, lee You can iterate through the TreeNode.Nodes collection. Each Node is of type TreeNode. Each TreeNode has a tag. When you load the nodes, put an identifier in the tag to help you know what the node is next time you are on it. ...Show All
Software Development for Windows Vista a problem with custom workflowPersistenceService
Hi All, I'm developping a custom workflowPersistenceService class,i inherit it from WorkflowPersistenceService and IPendingWork.But i don't know how to override the Commit method and MustCommit method and Complete method.Who can tell me about it Otherwise i have not found these three methods in metadata of SqlWorkflowPersistenceService.cs file.Why it happens Chris - IPendingWork is the Workflow Engine's batch processing API. What happens is that inside of a method (in this case you'd put it inside of the Save methods of the persistence service) you add a piece of "work" to the WorkBat ...Show All
