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 > march 2005 > threads for wednesday march 16

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 29 30 31

WebRequest hangs when run in own thread
Posted by Anders M. Mikkelsen at 3/16/2005 10:53:03 PM
Hi I'm experiencing a strange problem when trying to issue a WebRequest from a thread other than the main thread: using System; using System.Threading; using System.Net; using System.IO; namespace HangProblem { class Program { static void Main(string[] args) { ...more >>


Solution to the window.open doesn't get focus with SmartNavigation problem
Posted by dan.c.roth NO[at]SPAM gmail.com at 3/16/2005 10:51:59 PM
Solution to the window.open doesn't get focus with SmartNavigation problem Instead of string script = "<script> var ref = window.open('ViewReport.aspx');</script>"; RegisterStartupScript("ShowReport",script); In the load event put ButtonPrint.Attributes.Add("onclick","window.open('Vi...more >>

obsolete code
Posted by Vincent at 3/16/2005 10:08:05 PM
Hi, I have this code that the framework tells me that is = obsolete(underlined), but I don't know how to replace it. Can any1 help? private void CreateIssuePage() { // This code created the HTML page displayed in the=20 // browser window // Create the writer and serializer to save t...more >>

HastTable/IEnumerator
Posted by Neil B at 3/16/2005 6:01:45 PM
Hi folks, I seem to have a strange issue which is probably due more to my (incorrect) assumptions about .NET collections than anything else. When using the HashTable.Add() method, and then subsequently getting an IEnumerator from that HashTable, what assumptions can I make about the orde...more >>

Detailed info for COM based "Web Browser" control in VS.NET 2003
Posted by Ahmed Shafi at 3/16/2005 4:15:46 PM
Hi there, Can some one point me toward detailed tutorials / resources as to how to use the COM based web browser control (not the manged WebBroser Control in C# 2.0) in wnforms ? How to access the contents of the page that is being visited by the user ? is there any sample code that shows ...more >>

.NET Application Causes Exception
Posted by Eric at 3/16/2005 4:12:56 PM
Hello, I built an applicaiton using the Windows Media Player ActiveX control. It works fine on my dev machine. I deploy it a second machine with WMP and .NET, and the Debugger reports an exception occurred. Nothing else. No .NET runtime error stack - I'm figuring the app didn't succes...more >>

Strange Error...
Posted by Kerem Gümrükcü at 3/16/2005 2:47:20 PM
Hi, i get this error when i try to compile my code. But why, ...everything seems to be ok! When i try to get some files extension with this: "File Extension: " + Path.GetExtension(e.FullPath) + " created..."; , i get this error 'type' does not contain a definition for 'function...more >>

Singleton VS Finalize
Posted by Christian at 3/16/2005 2:07:05 PM
Hi, i created a singleton. This singleton read a config file in the constructor and write it in the finalize. I got a big problèm, the finalize it's not always call!! :( I don't know what do that it is call or not.. it's seem random ! It's supose to call it when the application terminate. ...more >>



Howto find an object on network using remoting?
Posted by Mauricio Pires at 3/16/2005 1:03:03 PM
I have a client computer running a client application and some server computers running identical server applications connected on network and using remoting service. In my client aplication I want to show a list of servers which have the server object, like SQL Enterprise Manger does when we...more >>

MFC71.dll not found
Posted by Eduardo Pavinato Klein at 3/16/2005 12:13:54 PM
Hi all. I've installed my application in a production machine and, to my surprise, I've received a popup error message like 'MFC71.dll not found' and that I needed to reinstall my application. It seems that this library is not part of the .NET Framework. So why does the application need ...more >>

thread array
Posted by Random at 3/16/2005 11:07:28 AM
I have a DataReader with records that I need to process asyncronously. In VB.NET, how do I declare a thread array so I can use it to start new processes in my While reader.Read... End While statement? ...more >>

CLR optimization question
Posted by Daniel Billingsley at 3/16/2005 9:58:05 AM
Suppose you have a base class with one protected property and one method. When you instantiate a derived class, obviously there needs to be a copy of the property specific to that instantiation in memory. But there *could* be one copy of the method for all the derived objects to reference. ...more >>

.NET Framework v2.0.41115
Posted by Quimbly at 3/16/2005 8:22:48 AM
I recently installed the Visual Studio 2005 CTP Beta on my machine. That went fine, but when I uninstalled it (as my team later told me we were going to be working with VS2005 Beta 1), it didn't uninstall version 2.0.41115 of the framework. Later, I installed VS2005 Beta 1, and it installed ...more >>

Error: "Unable to start debugging on the web server. Access is den
Posted by gmickelsen at 3/16/2005 7:59:06 AM
Can anyone help please??? Been banging my head on a wall for a few days over this. We have installed IIS, VS.net & ASP.NET on a Windows 2000 Server (SP4) and VS.net client on an XP and 2000 Pro client. We can create a new VB ASP.NET Web Application and succesfuly publish it to our web ser...more >>

Grid Control in .NET
Posted by Tarh ik at 3/16/2005 7:51:13 AM
Hi!!! Can anyone tell me how can I use a grid control in my Visual Basic.NET application??? In VB6 there was a nice control called "Flexi Grid" from Microsoft. However, it seems that .NET does not have this control anymore. There is other stuff called "DataGrid", but it seems t...more >>

security
Posted by Julia at 3/16/2005 7:01:01 AM
Hi, I'am trying to learn more about security. What does this mean: "All client computers are configured to implemented the default .NET security policy." Thanks Julia...more >>

how to convert .NET class to com component
Posted by guoqi zheng at 3/16/2005 4:18:48 AM
I would like to convert my .NET class .dll file into com component, so that other people can use it from asp or vb6.0. Any tutorial how to do this? regards, Guoqi Zheng http://www.ureader.com...more >>

internet explorer related events in winforms
Posted by Ahmed Shafi at 3/16/2005 2:18:26 AM
Hi there, I need some help with the followng two things: 1. How can my application keep track of the websites visited by the user in internet explorer and also get access to the IE history folder programatically using C#. 2. Is there a "web browser" component that I can use in my winf...more >>

Definition of logical layer
Posted by dan.c.roth NO[at]SPAM gmail.com at 3/16/2005 12:02:22 AM
Logical Layer: An independent group of functions. Where each function facilitates the layer meeting its contract with other layers. Physical Layer: The implementation of one or more Logical Layers. Daniel Roth MCSD.NET...more >>


DevelopmentNow Blog