patrick_pasha's Q&A profile
Visual Studio Team System SolutionRoot and other Team Build properties
Is there a reference that defines Team Build properties exposed in msbuild I don't see that any of the online or shipped docs call these out, and I see questions on MSBuild list around these too. Pointers appreciated. I found some clues in Microsoft.TeamFoundation.Build.targets so am currently trying BuildDirectory for what I want. However, I realized what I actually want is to change the verbosity level on my ...Show All
Visual Basic Trouble reading bits.
I am trying to read a byte from a certain address in a file. But, I am trying to read the byte in bit format (bits 0-7). I have tried to use the BitConverter and the BitArray classes but I cannot figure it out. I am pretty sure that BitArray is the one I need but there are no methods that look like they would do anything I want. Maybe I am just missing it. I checked the help section but the examples there were not what I am trying to do. Any ...Show All
Software Development for Windows Vista How to load conditions from a .rules file in a designer hosting application?
I want to let my designer hosting application be able to read conditions from a .rules file after it reads a workflow from a .xoml file. What can I do The rule editors and related classes use the WorkflowDesignerLoader. They call the FileName property to get the "name" of your workflow file (I put name is quotes since you don't really have to have a file - you might be storing your workflow in a datab ...Show All
Windows Forms ImageIndex
Ok I have a custom treeview I've added more properties Public Property Table_ImageIndex() As Integer Get Return _TableIndex End Get Set(ByVal&nb ...Show All
Visual Studio Team System MSDN Upgrade clarification
After reading some posts and blog entries, I'm a little more confused as to the move from MSDN subscriptions to the new Team System entries. Specifically this blog post: http://blogs.msdn.com/robcaron/archive/2005/04/20/410207.aspx It makes it seem like the software and MSDN subscriptions are being separated. If you have an MSDN subscription now and it gets upgraded to one of the Team System products, is the Team System licensed to you as ...Show All
Visual Studio 2008 (Pre-release) DLINQ + Intellisense
Hi, I have installed the DLINQ May CTP but I can't see Intellisense support, I'm running VS 2005 Team Suite. Thanks We have limited IntelliSense support in the May CTP which is installed by default. I am assuming that you did not turn it off during or after installation. Are you using VB or C# Do you see coloring of keywords in query expressions Thanks. Dinesh ...Show All
Windows Forms How to Open Another application form as MDI client.
Hi. In one of my project it is require to interect with 2 applicaitons. Both the applicaiton are standard exe. and are written in c#. One applicaiton is MDI application and Another is a simple form application. MDI application populates its menu items through ...Show All
Visual Studio 2008 (Pre-release) Animation not working in code
I set some animations in a WBA. First I register the name: Application.Current.MainWindow.RegisterName(myElement.Name, myElement); When I try to set a storyboard and set an animation on this element I get 'The name 'myElementName' could not be resolved in the name scope of 'MS.Internal.AppModel.RootBrowserWindow' like the name is not registered. This code used to work in Sep CTP. Did something change for Nov CTP regarding ani ...Show All
.NET Development How is a true GetHashCode() possible . . .
Consider this base class: public abstract BaseClass<T> : IEquatable<BaseClass<T>> where T : IComparable<T> { public T Id { get { ... } } protected BaseClass(T id) { ... } public override bool Equals(BaseClass baseClass) { return (Id.CompareTo(baseClass.Id) == 0); } public int GetHashCode() { return Id.GetHashCode(); } } This is a valid implementation of GetHashCode because: If ...Show All
Windows Forms Visual Studio Lockup
I am working on a Windows App made up of 7 different projects and we are using VSS. Today when I went to run the program for the first time, it performed the builds just fine, but then it could not run the app. The CPU usag ...Show All
Visual Studio MSBuild and SmartDevices
We are generating smartdevices projects and we need to compile, deploy and run the application in the emulator. Is it possible to do this using msbuild tasks I know that I can build the project but I could not find the tasks for deploy and run the application. I mean start a process in the device. ie: I start a create database process on the device and I need to know if the process was executed ok. ...Show All
System Center CapMan.exe Fatal error
Has anyone else seen the following error Title: CapMan.exe - Fatal Error CLR error: 800004005. The program will now terminate. I've installed it on a WIndows XP SP2 system and am trying to run it for the first time. Thanks, Jason You are the first to report this issue - could you provide the answer to a couple of questions What version(s) of the .net framework do you have installed on the machine ...Show All
Visual Basic How do I set the form to GridLayout?
I started using VS.NET 2005, after being using 2003 for a while. I have been experience some problems setting the controls in the form. In 2003 I used to use the pageLayout = GridLayout. Bun now in 2005 I can not do so. What I want to do is to set a control next to the other and not under it With the dafault layout of 2005 It doesnt work as i want. Could anyone please explain to me what should i do in order to set the controls ...Show All
Visual Studio Opening localhost Web application causes "A connection with the server could not be established" error
I am trying to open a new Asp.Net application using Visual Studio.Net 2003 on my stand alone home machine. I am opening it in HTTP://localhost/webnewapp. Each attempt to open in error message saying "A connection with the server could not be established". I am using Windows XP SP 2, IE 6.0 ASP.net version 1.1.4322. Have run aspnet_regiis.exe with the -i switch, the -enable switch, the -ir switch and the -r switch. Have checked the application ma ...Show All
Visual C++ CGdiObject error C4482
While compiling a project that 100% clean compiles under VC6, I am getting the following error: e:\program files\microsoft visual studio 8\vc\atlmfc\include\afxwin.h(259) : error C2248: 'CObject::operator =' : cannot access private member declared in class 'CObject' e:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h(540) : see declaration of 'CObject::operator =' e:\program files\microsoft visual studio 8\vc\atlmfc\include\afx ...Show All
