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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|