Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > february 2006 > threads for monday february 20

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

gradual slow down
Posted by Nathan Franklin at 2/20/2006 11:39:58 PM
Hey guys... I have a question regarding performance of windows forms.. Is it normal behaviour for a windows form to gradually become slower and slower as more stuff gets loaded? I have a tab control on my form which when the user selects a tab i dynamically load a selection of controls ...more >>


problem installing .Net 2.0 Framework
Posted by Al_C at 2/20/2006 8:42:30 PM
Hi, I have written an app that is a pre-beta state. It is meant to run a computer that has .net 2.0 framework. One of the ttts case is running on a Dell, XP-Home Edition (version2002), SP2. He also has a specific number from the OEM - 76477-OEM-0011903-00102 He downloads the redistributable v...more >>

Memory leak with .NET 1.1 SP1
Posted by Adrian Wenz at 2/20/2006 5:55:05 PM
My mixed-mode application repeatedly calls various pre-compiled JScript .NET DLLs which generate different sorts of reports (e.g. through automation). This results in a continuous increase of the 'Private Bytes' performance counter of the application and finally ends in a crash after 2-3 weeks...more >>

HTTP version compatibility
Posted by Calvin KD at 2/20/2006 5:41:29 PM
Does anyone know if there's any issues involving versions of .Net Framework, Visual Studio and HTTP which might cause a compatibility problem? We currently using VS1.1 for our web apps (C#) and the app seems to be up and and down quite regularly on production and we're not quite sure why. Our ...more >>

Optimization needed... Is Assembly code available?
Posted by ThunderMusic at 2/20/2006 3:52:15 PM
Hi, I need to optimize a close loop. Usually I would use assembly, but I don't event know if it's available to VB.NET. I'll explain the case and maybe some of you will be able to advise me. I have a byte() (byte array) containing about 100,000 elements (a bit less, but always is around 80,...more >>

HttpWebRequest to login.aspx via winform
Posted by SP at 2/20/2006 3:36:01 PM
Hi , what's wrong??? I try this code, but no authentication can be done, and always the Login page is return. It's right the set cookie? Have you got some suggestion? Imports System.Web Imports System.Security Imports System.Net Imports System.Text Imports System.IO Public Class Form1...more >>

MSDTC, Transaction, Context and Threads
Posted by Gian Paolo Clarici at 2/20/2006 3:32:40 PM
I've a problem using multithreading and MTS. I'm using framework 1.1 Basically I want, from the Main Thread , to start a (distributed) transaction. then I want to start 2 new threads to perform some Database operations, each thread will do some work on the DB using its own SQLConnection. I w...more >>

Application must use framework 1.0/1.1 not 2.0
Posted by Tosch at 2/20/2006 2:38:00 PM
My application is built with VS2002. On some systems the users have installed framework 2.0. How can I force my application to use framework 1.0? One of the components I use won't work properly with framework 2.0 tosch...more >>



System.IO.IOException: The semaphore timeout period has expired.
Posted by Scott McFadden at 2/20/2006 2:34:53 PM
I have a .net service on a Win2003 server box that periodically attempts to move files from a local path to a UNC path on another Win2003 server box. I use System.IO.File.Move to accomplish this task. Unforunately, this causes the following exception to be thrown intermittently: Exception ...more >>

MyApplication has encountered a problem... when not Administrator!
Posted by Pieter at 2/20/2006 2:11:47 PM
Hi, Something strange is happing with my Windowf Forms application (VB.NET 2005): The users had all local Administrator-rights on there pc. We changed it to the 'normal' users, and now they can't run our V.NET application anymore! The application starts (you can see the screen and captio...more >>

Inter process communication
Posted by Steve B. at 2/20/2006 1:50:42 PM
Hi, I'd like to know what is the most efficient way to make two processes speak each others on the same, or several computers. Is remoting built for that ? Thanks, Steve ...more >>

Help needed !!! EventType clr20r3 .net 2.0 Runtime Error
Posted by Wolfram at 2/20/2006 1:36:29 PM
we developed as small Windows Service in .net 2.0 so on some machines it's working without any problems and on others we get this error message: EventType clr20r3, P1 myapp.exe P2, 1.0.2242.33342, P3 43fa01c5, P4 system, P 2.0.0.0, P6 4333ae87, P7 35e3, P8 60, P9 system.argumentexception, P10...more >>

Framework Unregistered after Reboot
Posted by FirstDivision at 2/20/2006 11:59:30 AM
Hi, There are three workstations in the group where I work that are constantly having the .NET framework uninstalled if we reboot. In order to get the local ASP.NET applications running again we have to run aspnet_regiis -i and iisreset. The question is what could be causing this? T...more >>

Consuming COM-Objects built as .NET assembly
Posted by Markus Eßmayr at 2/20/2006 11:24:19 AM
Hello! As we use .NET technology to build our applications, we also create several components using it. To be able to use the components in unmanaged applications, we expose the public interfaces to COM. On my workstation, I have .NET 1.0, 1.1 and 2.0 installed. We now found out, that the ...more >>

Read Attributes without Instancing?
Posted by xenophon at 2/20/2006 10:39:21 AM
I have an assembly with a Type decorated with Role-Based security attrbutes. How can I read the attributes from the Type without instancing it? Thanks....more >>

Windows Forms event problems with inherited form?
Posted by Philip at 2/20/2006 7:21:28 AM
hi, if I instantiate 2 forms from one base class, will control events on both forms be recognized? This is what we are doing, in our VB.NET Project we have an MDI form, and a child form class called frmConfigBrowser. We instantiate this base class twice, using declarations like this in ...more >>

Working with Crystal Reports in VB.NET 2005
Posted by Islay Rodriguez Jr. at 2/20/2006 4:20:30 AM
I've been tring to determine if I can create a report template at design time, and then populate the report fields at run time using using VB with data from a recently selected database. In the scenario I'm dealing with, the user wants to navigate to the database at run time and recieve output...more >>

Printing more than one page in VB.Net using PrintDocument object
Posted by Islay Rodriguez Jr. at 2/20/2006 4:16:29 AM
Hello, I'm trying to print more than one page using the PrintDocument object. I set "e.HasMorePages = True" after completeing the first page in the "PrintDocument1_PrintPage" subroutine, and then "exit sub". When "PrintDocument1_PrintPage" is called for the second page, it skips to the ...more >>

Retrieving and printing an image from an ODBC database(Access 97).
Posted by Islay Rodriguez Jr. at 2/20/2006 4:16:29 AM
I'm trying to retrieve an image from an Access 97 database and printing it on a report. I'm using a 'System.Data.OleDb.OleDbConnection()' object to connect to the database, a OleDb.OleDbCommand(queryString, dbconn) object to querry, and a OleDb.OleDbDataReader object to read the image. The ...more >>

Thread stops after reciving a UDP packet
Posted by Feudalac! at 2/20/2006 12:00:00 AM
I am trying to send an UDP packet and recive it. The problem is that when the packet is recived, the thread stops and i cant start it again... here is the code Public Class Form1 Public UDP_Reciving As System.Net.Sockets.UdpClient Public IpSource As New System.Net.IPEndP...more >>


DevelopmentNow Blog