Usman9852000's Q&A profile
Visual Studio Debug Output Log w/ Multiple Processes
When debugging multiple processes can you have the debug output log indicate the Process ID/Name for the information written to the log Better yet, can you obtain separate debug output windows for each process If so, how is this done Thanks. There is no built in way to do this. Of coarse if you are the one calling Trace/OutputDebugString, there is no reason why your code can't include whatever identifier it wants. ...Show All
Visual Studio Express Editions Scorching SQL server from computer?
Hey all, Anyone know of a utility that scours SQL server from your box (not beta cleanup tool, tried that, errors out). I installed the Beta 1 a while back, then un-installed it, but there seems to be pieces left alive cuz the beta 2 fails to install saying in the log that a previous instance is present. There are no more items in Add/Remove programs to remove. I also at one point had MSDE installed as well. Any help would be appreciated Davey Thanks Hong...as it turned out, my problem was .Net2 Beta1 wasn't uninstalling...I followed some manual un-installation instructions from Aaron Stebner's b ...Show All
Visual Studio Team System Difference to past versions
Hi! Just a simple question. I need a comparisson between VS2005 and past Versions. Is there a link or a page with that info thank you Hi, In addition you could also take a look at the following informative video on MSDN TV: http://msdn.microsoft.com/msdntv/episode.aspx xml=episodes/en/20040219csharpdf/manifest.xml Regards, Vikram ...Show All
Visual Basic Cursor where I want?
When Button3 on Form1 is pressed, some text is displayed to RichTextBox1. Then, I use RichTextBox1.Focus() to put Focus to RichTextBox1. But, then the cursor becomes located at the beginning of RichTextBox1. I want it to be located right after where the text is displayed in RichTextBox1 after pressing Button3. A TextBox has a selectionstart property which also works to position the cursor. You could do tb.SelectionStart = tb.Text.Length IRTB has the same. ...Show All
Smart Device Development WebException when running NETCF1.1 SP3 vs. Older version of .NETCF1.1
Why am I getting a WebException when running .NET CF1.1 SP3 vs .NET CF1.1 I'm using JBOSS as the App server... but... I'm truly puzzled as to why this version of the framework would cause this issue. Appreciate any advise... Thanks! Connect failure. Please not I don't get this when running under plain bog standard 1.1. I've heard that this has something to do with POST HEADER SIZE being to large. Any way I can adjust this POST HEADER SIZE in .NET CF Thanks! ...Show All
Visual C++ Using a static library when I only have the .lib and .h files
It seems that static libraries must always be compiled with the current project and the source code for them must be available. In that case, what's the difference between creating a library and just referencing the project In 2005, I was unable to 'link' (by which I mean refernce) to a static library for which I only had the .lib and .h files. Is there some way to do this btw, the library I wish to use depends on other libraries. You only need the header files and the libs to use a static library. But, the static lib must be compiled/linked using settings that are compatible with the main application. ...Show All
Smart Device Development Application hangs after a few minutes
Hi, sorry for posting many questions but I have no clue why and have investigated this thuroughly. The issue does not happen with .NET 1.0 CF but with .NET 2.0 CF My mobile smartphone application runs WM5. It has .NET 2.0 CF The application simply connects to the server - thats all. nothing more, nothing less. Simple "connection" program. When connecting, it creates a TcpClient object and of course if that is successful in establishing a connect - I create a Thread which listens to incoming communication. Thats it. Thing is, and it is frustrating that after a few minutes, the application seems ...Show All
SQL Server Urgent: Oracle replication failed
Some replication jobs failed and it shows 'data conversion failed' error MSSQL_REPL20037. Any idea on it I can't find the error in online book. THanks in advance! Hi, This may or may not help you but I came accross this "data conversion" error when i was trying to reinitialize a subscriber when we migrated the publisher from 2000 to 2005. Our distributor also migrated to a SQL 2005 instance and it was a push subscription. The issue in this instance was that the underlying data type length for a UDF created at the subscriber originally by SQL 2000 was smaller th ...Show All
Windows Forms DataGrid Search
Hi, I want to buy/find an advanced datagrid for windows form .Net framework, I would be happy to get recommendations on a good grid, The best grid for me will be a grid that has the same interface of the basic microsoft .net grid, (i.e inherits from the basic grid..), Thanks, Tomer ...Show All
SQL Server Out-of-Memory error on Sort Transformation
Trying to determine if anyone else has encountered this problem and, if so, have you obtained a resolution: I have a data flow initiated from a Foreach Container. Inside the Data Flow there is a Source Script transformation connected to a Sort transformation with an OLE DB Destination. The Sort transformation has the sort keys defined and the "Eliminate Duplicates" option checked. The first pass into the Data Flow is successful. The 2nd pass fails in the Sort: Information: 0x4004300A at Load TC03, DTS.Pipeline: Validation phase is beginning. Information: 0x40043006 at Load TC03, DTS.Pipeline: Prepare for Execute phase is beginning. Informat ...Show All
SQL Server Extracting Data from SQL CE SDF file
Hi, I have written application for Pocket PC it stores data on SQL CE database with extension .sdf. I have added data to the table and synchronised to the SQl server. I got the data, then unfortunately i deleted the data in SQL Server, I want to extract the data again from .SDF file of Pocket PC. Is this possible if not then how can i get the data from SDF to SQL Server Its very urgent and waiting for early reply to following mail address prashanthk@mmi.ae Regards, Prashanth there are a couple of options Prashanth: 1. write a simple smart device program that connects to the database and table by table w ...Show All
.NET Development How to Pause or sleep the background worker thread
Posted - 05/03/2006 : 07:03:30 AM I m using the background worker thread to done the task. i m using this because my application required the update of the GUI based on the status of work so background worker thread will be helpful to me. Now the issue is that i have one button of pause/resume to pause/resume the working of this background worker thread. i haven't found any function of this component to perform this task. Kindly help me in this regard Thanks in advance CommonGenius.com wrote: Peter Ritchie wr ...Show All
Windows Forms How can I insert user defined data to a virtual listview?
Hi All, I downloaded the c# code for virtual listview from windowforms.com ( http://www.windowsforms.com/ControlGallery/ControlDetail.aspx Control=214&tabindex=9) and tried to play it a bit. I understand the concept, but still have problem to add user-defined data to the listview. Is there anyone tried the virtual list that Ben Williams wrote before and implemented your own code in it I would like to know how to insert some "real data", not the index that incremented by the counter. Thanks and any help is greatly appreciated. Tanyuk Oops, the url for virtual listview sample code is not working. Here is t ...Show All
.NET Development excel to access conversion
hi guys, i need to let the administrator of my site upload an excel file with specific format,and export its content and append it to an access table. can it be done using asp.net and c#.(Its an emergency) thank you in advance If your admin has Access installed there is a wizard that will allow him to import the excel file....as far as downloading the file all you need to give him is the URL to the file. HTH ...Show All
Visual Studio HELP HELP HELP Debugger doesn't parse through the file set with breakpoints
Someone has asked this before but i didn't see any replies to it. I'm running a local copy of a project that already exists on VSS under a different project name. I've changed the code in the local copy and need to debug it, however during debugging any breakpoints set in the local copy point back to the exact location in the VSS copy i.e. while debugging it opens up the VSS copy and sets the breakpoints there even though I see that it is running local copy in the browser. I've done rebuild proj, solution, start/stop IIS, reboot, deleted VSS copy breakpoints in the breakpoint window, deleted cache using VSTweak, so far no luck. PLEASE HELP ...Show All
