nole12's Q&A profile
Visual Studio Team System Where to find Foundation Server in VS Team edition for Developers
Hi there, the Datasheet says that VS Team Edition comes with a five user Version of Team foundation Server. Where can I find it Thanks, Martin It does "come" with the rights to it but TFS has not been released yet - it's still in Beta. We are targeting release in Q1 of '06. Until then you can use the Beta 3 refresh (available on MSDN downloads). Once it is released ...Show All
Visual C# determine if running in IE
hello, Is there some way for a C# dll to determine if it's running in IE, and, if so, redirect the page This is using the v1.1 Framework. Do you mean in an ASP.NET page or a user control being hosted within IE If you mean in an ASP.NET page, take a look at this article on the subject and in future you should direct ASP.NET related questions to the ASP.NET forums . ...Show All
Visual Studio Express Editions How to bind a listbox to a query
This seems to be a simple issue, but I haven't been able to uncover the solution as yet. I have a dataset with the corresponding TableAdapter and Binding Source objects as part of my form. I created a new query to introduce a criteria and order by condition. I can preview the data using the 'Preview Data' menu item. If I use the drag and drop method to bind the data to a listbox, I get the whole database in native orde ...Show All
Windows Forms Refreshing a combo box value...
Hi, I would like to know if someone knows how to refresha combobox instantly after you did an insert. The problem begins because i have a button that inserts values in the combobox but in another form, but the combobox doesn't show the new ...Show All
Visual C++ ActiveX and MFC 8
Hi, I've written an ActiveX control in Visual Studio 2005 using C++ and MFC. My hope is to have this control hosted so that anybody who needs to use it can download it but I'm having a few issues. The main one is that this control is dependent on the MFC 8 libraries which, of course, most PCs don't yet have. The way I see it there are a couple of solutions. One is to build my control depending only on older versions of MFC but I h ...Show All
Windows Live Developer Forums Hi there I got a problem with my MSN...Can anyone help me?
When try to recivive stuff when my friends send to me, when i try, it doesnt move, it doesnt download at all.. i tested my speed and its fine and tried allowing all traffic with my virus protection program but it still doesnt move... can anyone help me This probably has to do with the way you're connected to the internet. A firewall/router/proxy may be limiting your file transfer. ...Show All
Software Development for Windows Vista Unable To Debug WWF Projects
For some reason when I try to debug a WWF project (code debug) by using the start "Debugging -> Start Debugging" menu item, the project builds successfully but does not lauch the program into the debugger. If I run the project by using "Debugging->Start Without Debugging" the application runs fine. Any thoughts Pete What type of project is this Is it a Sequential/State Maching Workflow Library or is it a Sequential/ ...Show All
Visual C# deleting from text file
i want to delete a specific part of text from a file..can i do it using any files&streams method thanks in advance you can delete the text but u have to some extra work. First read the document in a string or anything u prefer, then look for the text(u want to delete) and remove that text from the variable and write the updated text to the file again after removing the original text. u have to fin ...Show All
Visual Studio Automatic check in
I'm running VSS 2005 with VS 2005. 1) When I open a project under source control it used to ask me which files I wanted to check out. Now it just opens the project. 2) When I close a project it used to prompt me to check in my changed files. Now I have to remember to manually check in the files before I close the project. How do I get it to prompt me again Cheers, Ben You need to set this options in ...Show All
Visual Studio Team System COM Classes Exceptions
It looks like the interface created by .Net for COM classes does not seem to conform to the FxCop rules. Here are some of the exceptions I am getting for the simple class below: Error, Certainty 95, for IdentifiersShouldNotContainUnderscores "Remove all underscores from type '_ProverLinkEventArgs'. " Error, Certainty 95, for IdentifiersShouldHaveCorrectPrefix "Prefix interface name '_ProverLinkEventArgs' with 'I'. " C ...Show All
SQL Server Partitioned View not updatable ???
Hi There Ok i have searched on this error and seems to be a bug or maybe i am missing something. All i need to know is can this be done or not, am i making a mistake I have created 2 tables. -------------------------------------------------------------- Table_A_Jan ( Col1 int not null, Col2 datetime not null, Col3 char(5) not null, CHECK (DATEPART(mm, Col2) = 1), CONSTRAINT [PK] PRIMARY KEY CLUSTERED ([Col1], [Col2], [Col3]) WITH FILLFACTOR = ...Show All
Visual Studio Express Editions help reqd starting new application with the main command
can someone help re ive started a new windows application put 2 buttons on form one for cancel one for enter (to open 2nd form) but cannot get the project to build keeps telling me no reference to main or exe, i have used VB in the past can someone point me in the right direction please Hi, it may be very helpful if you provide the lines of code where the error happens and the excact err ...Show All
SQL Server Maximum length sql statement that can be run in SQL CE
Hello Can anyone tell me what the maximum length sql statement SQL CE can run is Thank you Grainne Please ask in SQL Mobile forum. Thanks. http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=152&SiteID=1 ...Show All
Visual C# DirectX Redistribute Error
I write a program using C# and DirectX SDK( aprl 2005). Trying to make setup files using V.S.2003 . Some error(Application has generated an exception that could not be handled) occured when using animation is in my program. How to distribute a program which contains animation, AllocateHierarchy, Frame to other people's computer Ok, Should be 9.08.0299.000 that is the Aug 2005 Release. The version you listed above is about ...Show All
SQL Server Derived Shape - Replacing a column with itself.
Hi there, I have a derived column shape in which I replace a column with an expression. The expression is an IF statement - a true result sets a value for the column and a false result just uses the existing value of the column (ie it replaces it with itself) Like this. ColumnName DerivedColumn Expression ColumnA Replace 'ColumnA' ColumnB != ColumnC "y" : ColumnA But whenever, the condition is NOT m ...Show All
