Ubuntulover's Q&A profile
Visual Studio Team System Where'd Build/Compile go?
Hi! I lost my Build/Compile function either when I added the button to a tool bar (where it was permanently dimmed) or when I upgraded VS. Anyone know how to get my beloved Compile button and keybaord short cut back Maybe some option I set disabled it Thx, Jess ...Show All
Windows Forms Work Around - Build: succeeded !!
Hi, I downloaded TaskVision_FullSource_CS.zip, the CS version of the application. After I extracted the project and tried to build it I noticed that it cannot resolve the reference to Excel dll. I assume this is an interop module to work with Excel ...Show All
Visual Basic Object Oriented question
This seems like there is a really basic answer... I have a collection of objects (lets say Products) inside another object (say Order). The product object has a function called GetTax(). Inside that function it needs to reference a property of its parent object, Order. How can I access a property of a containing object In the below sample, the MyParent object is pseudo-code... Imports System.Collections.Generic Pu ...Show All
SQL Server sql server2005 and sql mobile DB (.sdf)
hi. I am too green in sql2005. so the problem is with data import from csv or txt or access files to sql mobile database. at internet i fount that tis is wery simple but i can not find how so dts wizzard have not this function. coul someone provide directly steps which i shoud do to import/export data from sdf db i have vs2005 and sql2005 Onic, If you don't want to write code to do this, ch ...Show All
.NET Development Best practice
Hi. I want to know what the BEST practice is for doing this. I do know from my own experience/learnment BUT I want to know, for .NET 2.0 (if there is...) a better way/best practice: Lets say you have an array. You have items stored in this array. when you have finished dealing with this temp array, for example, is it best to REMOVE all the contents in the array THEN make it null or is it best to just make the array null even if there are objec ...Show All
Windows Forms Mouse Event Handler
Hello , I am facing a weird problem. I am using the MouseDown event handler to detect a mouse press on a particular button. This code works on one PC but does not work on the other. Both the PCs work on Windows XP OS. Is there anything I am missing Thank you very much in advance Venksys The sample code is elow: private void startButton_MouseDown( object sender, System.Windows.Forms.MouseEventArgs e) { Cursor.Current = Cursors.WaitCursor; ...Show All
Visual Basic assistance: tring to setup Visual Studio's 9 pro, 16 bit subsystem error, WHY??
everytime i try to run the install wizard I get an error box that telas me 16 bit subsystem error. I dont understand why this program would be giving me that error unless i'm missing a file in the setup that interfaces between the 64 bit my computer uses and the 16 bit setup wizard but even that i dont know how to fix. Any help would be appriciated. Thanks Comet87 LOL That is so funny. You can always use the current american corporate e ...Show All
Visual Studio Team System ERROR 26403 but i'm using single server
I was under the impression that Single Server installations did not require a domain. This leads me to be confused by the fact that i am getting error 26403 when doing my installation. According to everything i've read about that error (like this ) its caused by setup not being able to find the domain controller. Of course it can't, i don't have one! So... any ideas of what i can do -Tim Is t ...Show All
SQL Server Import MSSQL Tables
Is there a way in SQL 2005 Express Edition to import/export data from another MSSQL Server Something similar to the right click/ import table functionality of MSSQL2000. I've read similar threads which all recommend using MS Access but there has to be a better way, right regards, dj Hi DJ, SQL Express, and Management Studio Express, don't include the Import/Export wizard because that wizard is dependent on SSIS, a component that ...Show All
Windows Live Developer Forums How to get Messenger Technical Support
Hello Everyone, The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&am ...Show All
Visual Studio VSS 2005 allow only one file to be multiple check out(not hole project)
Using VSS 2005 could I allow a single file to be multiple check out(not hole project). I want's my web.config to be multiple check out Could I do that If yes then How No this is not possible. This is a per database setting and can not be enabled at a file level. To enable multiple checkouts: Open Microsoft Visual Studio SourceSafe Administration Choose Tools -> Options In the SourceSafe Options dialog, ensure Allow mu ...Show All
SQL Server Whats's up with Solution Explorer (Sorting)
Anyone else SQL Server Management Studio 9.00.1399.00 display queries in the order they were created vs. alphabetically Visual Studio sorts alphabetically; as it should. I'm running Visual Source Safe too. Please read: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=138719&SiteID=1 Please avoid duplicate postings by using the search box in the foru ...Show All
Software Development for Windows Vista Lab 10 on beta 2.2
I am working through the labs, using beta 2.2 and have run into trouble with Lab 10 (Embedding the Workflow Designer). In Task 2 it tells me to drop a WorkflowDesignerControl from the toolbox into my shell. I can do this, but when I try to modify the Name property of the WorkflowDesignerControl from its default, I get a "Property value is not valid" error with the following details: Code generation for property 'XomlFile' failed. Error ...Show All
Visual Studio Team System Do Not Catch General Exception Types
I have a question about the fxCop rule on "Do Not Catch General Exception Types"...I started some discussion on this in another thread but I didn't get a full answer to my question and I thought this topic was worth starting a new thread. I think I'm using the recommended Microsoft approach for Exception Management: I'm using the Enterprise Library Exception Management Application Block to handle exceptions At the "top of ...Show All
SQL Server Security Question
One of the requirements for my cube is to hide identifying information (namely the customer's ID) from invoice records. I have already configured appropriate dimensional security, but how do I hide certain columns from direct queries against the fact table Thanks in advance -PMP Dimension security should do it - any query against the cube by members of the role would never include the identifying info. It sou ...Show All
