Inflame's Q&A profile
.NET Development Bizarre GC behavior (while testing a WeakDictionary)
I am encountering a bizarre GC behavior while testing a dictionary that I have designed. The designed dictionary is a WeakDictionary. That is basically a Dictionary where all values are kept through a WeakReference. The WeakDictionary does not prevent the values from being collected if they are not rooted elsewhere. Here below is the NUnit code that I am using to test the WeakDictionary. As you can see there are lines with REQUIRED. If those l ...Show All
Visual Basic Processing Serial Data
I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need ...Show All
Windows Forms Renaming an existing file
What's the easiest way to rename a file that already exists I need to do this using System.IO. If anyone can help me out, I would really appreciate. Thanks You'll want to use File.Move. Simply move it to the same loca ...Show All
Visual Studio Express Editions No output from Debug.WriteLine
Hi, I must have changed something in VB. My Debug.WriteLine("What ever") statements no longer produce any output in the Output window. The window is blank! I would appreciate help in how to get Debug.WriteLine working once again, thanks. I'd need to check in Express but in VSTS it is producing the output in the output window whether I use Debug.writeline or Console.writeline. The dropdown at the top of this window show outp ...Show All
.NET Development How to create a Network Connection class that access Remote server?
Hi everybody, I am having trouble finding documents or topics in internet that shows how to create a Network Connection class that access Remote server. I have created a class library that does database access and process to a remote database but it requires internet and a remote network connection which is created using Windows OS. I like to create this into a class that can be called whenever a connection to a remote server is req ...Show All
Windows Forms Adding Combobox To DataGridColumnStyle
I would like to host a combo box inside one of the columns of a DataGrid. I've seen an example for the DateTimePicker control. Any examples for a combo box Great information on datagrids found here http://www.syncfusion.com/FAQ/WinForms/defaul ...Show All
Visual Studio Express Editions Modificar un GridView a traves de otro GridView
Hola a todos, tengo el siguiente problema: Tengo un objeto DropDownList que de acuerdo a su valor me modifica tres grillas, todo esto es usado en forma de filtro. Pero en una de esas grillas tiene la opcion de modificar sus registros, al hacerlo deberia refrescar los valores de una de las otras grillas. !Esto no lo hace!, pero al salir de la pagina y volver a entrar la pagina ya esta actualizada en todas sus grillas... Alguien sabe com ...Show All
Visual Studio Express Editions Existing Oracle Program Prevents VBExpress Being Installed in Windows XP Pro that is in NT 4 Network
Hi all, Our Microsoft NT 4 Network has Oracle program for all the Windows XP Pro PC terminals to use. We did not have the VBExpress Beta version installed before. Recently our Computer Administrator tried to install the Visual Basic Express Edition that is downloaded from Microsoft Website to my Windows XP Pro PC terminal without luck, because the Oracle program is in our LAN Network and prevents the installation of the VBExpress. Please help ...Show All
Windows Forms Bound DataSet Modification programmatically
Hello, I have a DataSet which contains a single DataTable (10 columns), which in turn contains just a few rows. This DataSet is bound to a windows form, and the data is mostly displayed through TextBoxes. After the DataSet has been bound to th ...Show All
Visual Studio Team System Access Problem
Do I need to add my developers to any specific group in the TS server in order to make the login prompt go away Usnig integrated windows auth (default)...do I need to add them via the Team Explorer If so, I can't seem to add users to <Serverv>\Team System Users...the box is greyed out... Anyone Bueller Hi, You can not add users to the Users group, you must add them to one of the project groups in TFS (for instance [pr ...Show All
Visual Studio VSS6 & SQL Server 2005 In the same box
Does anybody see any problems with installing Visual SourceSafe 6.0 along with SQL Server 2005 on the same server & Windows 2003 Are there are specific software components that won't work together (e.g. sql + vss) I'm asking from a performance wise perspective.. About 50 developers... Server Specs Dell Server Dual 2.x GHz 4 GB RAM 72 GB Hard Drive Hi Edgar, There shouldn't be any problems i ...Show All
Visual Basic How to Get Optional Parameter Names automatically typed through Intellisense
I'm having a method which accepts more then 10 Optional parameter. In calling code, i want to give facility to the person using my class to get optional parameter names directly through intellisense. is there any way to accomplish this Optional parameters have full Intellisense support by default in both VS2003 and 2005. For example, if you define the following function: Public Function Test ...Show All
Visual Studio Express Editions Can Visual Studio 2005 express be used to create Win32 applications or for future .net versions?
Hi, two questions: * Can visual studio 2005 express (as in like VB and C++) be used to create Win32 applications If not, why and which program (or which SDK do I need) should I use to develop for Win32. That is, for an audience without having .NET installed. *Lastly, I read in the faqs that Visual Studio 2005 can ONLY be used to develop applications for .NET 2, well then, what about .net 3 when that comes out or for that matter, even for .NET 1. ...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 In VSTF Beta 3, I can not even find the deleteteamproject.exe file. Can someone confirm that it is supposed to be present, and if so, where I've installed the data tier, app tier, full c ...Show All
Visual Studio Help crashes Visual Studio 2003
I am a computer science major at a university that has Visual Studio 2003 available through the MSDN academic alliance. I installed VS without the MSDN library for an assignment and everything was great, then when I later tried to install the library it won't work. If I try to directly open the library, a message comes up saying "updating help..." then Document Explorer crashes. If I open VS the same message comes up and the whole prog ...Show All
