Nazgob's Q&A profile
Visual Studio Express Editions one file editor
Recently, I installed Visual 2005 express, after migrating from VC++ Pro 6. for some strange reason, I can only open and edit one file at a time in the IDE, regardless of my settings (tabbed document or multiple documents). am I missing something Why can't I edit more than one file at a time Please help, Sincerely, z. z e n wrote: Recently, I installed Visual 2005 express, after migrating f ...Show All
.NET Development AccessViolationException when client is terminated
Hi, We have just migrated our client/server application to .Net 2.0. After that we constant get an unhandled AccessViolationException in the server program when the client program is terminated! The only stack trace I can get is: at System.Net.UnsafeNclNativeMethods.OSSOCK.WSAGetOverlappedResult(SafeCloseSocket socketHandle, IntPtr overlapped, UInt32& bytesTransferred, Boolean wait, IntPtr ignored) at System.Net.Sockets.BaseOve ...Show All
Software Development for Windows Vista Beta 2 Install problem
I have a problem installing beta, after installing and creating a console workflow I get the following error if I try to access the designer. Method 'GetSelectedPropertyContext' in type 'Microsoft.Workflow.VSDesigner.ExtendedUIService' from assembly 'Microsoft.Workflow.VSDesigner, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation. at Microsoft.Workflow.VSDesigner.XomlWindowPane..ctor( ...Show All
Windows Forms How do I access my BindingList<T> data?
OK, this may be a stupid question but I've been beating my head against it for a couple hours now with no luck and my patience is wearing thin. I've got a customized DataGridView (some minor drawing changes) that is bound to a List<> of a Class named Citation. I finally managed to figure out how to implement sorting by using a SortableBindingList <T> : BindingList <T> derived from this tutorial: http://msdn.microsoft.co ...Show All
Visual C++ C++/C#
What's the difference between C++ and C# Jean My response to Jean was more philosophical. I don't intend to be the spokesperson for C#, at least not today. Every person's needs are different. You can find a wealth of information on the web to help you come up with answers for specific questions. Here's one: http://www.andymcm.com/csharpfaq.htm This also give references to a few books. You also might find ...Show All
SQL Server Failed to catch a dead lock? SQL 2005
Hi, I have some code which, in my opinion, is creating a deadlock but not being caught. I have the following: Begin transaction A loop inserting a XML record into a table. A call to a function to bcp the record out into a file ... Commit / rollback What is happening is the insert, under a transaction, inserts a record. The bcp gets kicked off and tries to export that row but gets blocked by the table lock from the ins ...Show All
Visual Studio Team System Error while using the SDK Work Item Object Model
Hi, I'm using the SDK Work Item Object Model Sample to create and edit a new WI. The only thing that i couldnt find on the code is how to give the program the parameter of the name of the Team Project ,I mean by default the WI is creating on the first alphabetical project name. When i tried to edit the workitem.project to be some other team project name i got an error. Thanks in advance. shmuilk. ...Show All
Windows Forms Winforms with Access DataBase ( it doesn't SAVE , modify records )
Hello. I'm developing an application using vb. NET and an Access DataBase ( the application is not big ). I ADD a DataSource, ( Menu/Data/Add new datasource) i select an Access Database, and i select the table i need ( dataset ).. everything seems to be fine. I go to the dataSource Windows to see my DataSets with its table, i drag and drop it into a blank winform, it creates a datagrid with its navigator, every seems to be cool. I run t ...Show All
Visual Basic Using a for loop to remove a string from a collection gives me an error.
My code. I get a list of files from an ftp server and only need to download the ones that meet a certain file mask. For I As Integer = 0 To _myFileList.Count - 1 If _myFileList(I).Substring(0, 7) <> strClaimsFileMask Then UpdateStatusBox(_myFileList(I).Trim & " is not a valid professional " + vbCrLf + _ " file and has been removed from the collection." ) &nb ...Show All
Visual Basic Work with a file without adding it to current project
Work with a file without adding it to current project I used to work with temporary files, under VStudio 2003, without having to add them to my project, by using Ctrl + N. Now, when I do that in VStudio 2005, the file is added to my project. How can I achieve the same behavior as in 2003 Thanks in advance for the help, Jelgab PS: I can later delete the file but, that causes confusion because it registers a change under source control ...Show All
Visual C# Help me to understand better the interfaces
Hi i read a bunch of articles on articles.. i know exactly how to amke them.. But i dont understand why should i use them .. or for what are they important.. Why should someone wanna make a interface for something... Please help!!! Hi! Interface used to implement behavior in any class without specific superclass. Few examples: IList. Any class that implement this interface can be treated like list. This can be .NET Framework ...Show All
SQL Server performance and tunning
hi. i have a new question.. how can i make my cube browsing faster since i processed like a million of records into my fact table.. browsing the cube has become really really slow... is there anything i can do to avoid this delay First- try building aggregations for you cube. Million records is not a lot of records.Try to monitor processor utilization at the time of the query. See how busy is your harddrive. See how much memory your ma ...Show All
Visual Studio Team System MSDN Subcription
This is probably not the best place to ask, but I haven't been able to get an answer from the MSDN folks... Any idea if we will be able to transition our existing subscriptions over to VSTS for DP when it is available I currently subscribe to VSTS Dev. Not being an expert on licensing, but the Team System license model is either based on seperate SKU's like Developer, Test or Architect; or you are have a Su ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Framework and DX SDK versions
I'm trying to follow Derek Pierson's C# tank game tutorial series on Coding4Fun , but after installing the VB version of the code and trying to run it, I got 71 errors. He said, for that lesson, that he updated to the August SDK. I have the October SDK installed right now. Do I need to go back the the August update Also, is this the latest version of the framework .NET Framework 2.0 Configuration (version 2.0.50727. ...Show All
SQL Server Passing data between multiple Data Flows
OK, it's the first of the month...that must mean it's time for another dumb question! I'm trying to "componentize" an SSIS package with multiple Data Flows, and I can't figure out how to get the output of the results from one Data Flow into another. So, for example, at the end of one Data Flow, I have a Recordset destination, and I'm storing that into a variable. But I can't figure out how to access the contents of that variable in th ...Show All
