Huw Parker's Q&A profile
Visual Studio Team System Team Build Error
Hi, Can anyone tell me how to resolve the below issue. I have a Windows application added to the Team Project. Application is using some DLL's and other misc things like Infragistics Control,XHEO Linecing,SharePoint Dll When i try to build in TFS, m getting more then 100 errors and some warnings. I have the error,warning like bellow as the whole log is a big one so i m pasting some of them Primary reference "Microsoft. ...Show All
SQL Server Access SMO objects in CLR proc
I would like to write some CLR procs that use SMO objects. In visual studio I am unable to add refrences to the SMO objects. How can I do this Thanks Bert Because CLR was designed to work within the SQL Server engine the references available for a CLR assembly are limited. The assemblies actually run within the SQL Server context, not as operating system processes. What would you want to do using SMO t ...Show All
Visual Studio Team System Deleting a Team Project
Hi, is there any way to delete a Team Project created by me From Team Explorer exists the remove option but I couldn't find one to delete all the different parts of a Team Project (SCC, Project Portal, Work Items, etc). Is it possible Thanks a lot LucasC See Buck Hodges blog entry at http://blogs.msdn.com/buckh/archive/2005/01/24/359462.aspx . The post refers to the December CTP, but it works for Beta 2 as well. See the update at the ...Show All
Visual C# public variables problem
hi, i am usig this code to store a public variable to be used fro teh whole application with all its forms. using System; namespace Shefa { /// <summary> /// Summary description for public_class. /// </summary> public class public_class { public public_class() { // // TODO: Add constructor logic here // } private int active_person_id; private ...Show All
SQL Server Error on order by with union all
Hello, I want to order by a field that is a code, like 1,2,3,11,12,13, and i get the following error "Only text pointers are allowed in work tables, never text, ntext, or image columns sql server" Why do i get this, what can i do to overcome this Thank you I do use a union all because i have to. The query is the following: select COD_TERC, DSC_TERC, COD_END, DSC_MORADA, DSC_LOCAL, COD_POSTAL, DSC_PAIS from ...Show All
SQL Server Error codes and how to trap certain ones
I have a system using asp pages & ADO & SQL Server 2000, which processes files, builds a SQL insert statement from the file content and then executes it. If the insert SQL fails, I need to know whether there was something wrong with the insert SQL, or something wrong with the database (e.g. SQL Server times out), and handle those differently, Questions ======= 1. Is there an easy way to do this without checking against a list of error c ...Show All
Visual Studio Express Editions Want Visual C# 2005 Express Edition Beta 1 Installation
I first uninstalled Beta 1 of of C# 2005 Express and then tried to install Beta 2 but got a message that XP SP2 is required. My company doesn't support SP2 yet so I tried to install it myself but ended up getting a permissions error. I have administrator privilages but the XP SP1 on my system has been customized by my company. I would like to get back to where I was with the Beta 1 install, but can't find it on the sit ...Show All
Visual Studio Suppress report regions
I am currently evaluating report viewer as a replacement for CR. So far I could reproduce almost everything I could do with CR, *except* for suppressing report regions when specific conditions are met. By suppressing I don't mean hiding, since this sinply leaves a blank region behind, which still occupies the original space. I need to avoid this, the last element before the suppressed region needs to immediately follow the element after the regi ...Show All
Visual Studio Team System Is Active Directory required for Dual-Server installations?
...or can you use Workgroup-based installations in this configuration AD is required for a dual-server configuration. While it is possible to construct workgroup service accounts that would allow the AT to access the DT using matching names/passwords, we do not recommend or test that deployment option. I think it is probably also true that the TFS administrative utility (tfsadminutil) options to manage service ...Show All
Visual C++ IT IS WORKING in 64-bit test container!
hi, i'm ever. i'm porting my ATL ActiveX control to 64-bit Windows XP. i'm using VS2005 beta2 + 64-bit Windows XP + Dell workstation precision 670. i can build my control successfully at VS2005 beta2 for x64 platform and it can be registered by REGSVR32.EXE. BUT when i open the ActiveX Control Test Container and insert it, i can't find it in the Control List Box. moreover, if i copy my control to Windows\System32 directory and register it in t ...Show All
Visual Studio Tools for Office Problem altering/saving moved MailItems in Outlook VBA
I am writing some mail filters using VBA for Outlook 2003, and I have hit what I believe is a bug in Outlook, but the workaround is not apparent to me. When email arrives, I am processing it using my code, launched from the built-in Outlook Rules as a script. This works fine. The problem arises when I choose to run my rules on, say, another folder. I found that any items of mail that have been flagged as complete cannot be moved, and I encount ...Show All
Software Development for Windows Vista state initialization activity is not being executed in a state.
I kept one state initialization activity and other event driven activities in one state. The state initialization activity has child activities. As i understood the state initialization will be executed immediatly after the state is activated. I started the workflow and it went to initialization state , but the stateInitialization activity is not being executed. Can any body expalin why it is not being exected. Thanks. Hi Kruthi, ...Show All
Windows Forms Baseclass inherits from component
I'm getting the error: The designer must create an instance of type '.myBase' but it cannot because the type is declared as abstract. now the funny thing is: the component is derived from mybase(mustinherit) and mybase deriverd from component. I ques it's a& ...Show All
.NET Development Fix the problem that nuSOAP in PHP can not pass parameters to Webservices in ASP.NET
Fix the problem that nuSOAP in PHP can not pass parameters to Webservices in ASP.NET I have been fighting this problem for a couple of hours, and finally we found out what the problem was. We have a WEB service built on a ASP.NET platform and when I called a helloworld example (no arguments) the other side would reply as it should. But when I tried to access getTime( year, month., day ), i.e. with arguments, then it failed. The reason ...Show All
Visual C# drawing 2 columns of 8 circles each
