all groups > dotnet general > december 2005 > threads for tuesday december 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 29 30 31
parse a html page
Posted by fliversen at 12/20/2005 11:12:22 PM
hello,
I want to parse a html-page to find the results of soccer.
In Perl there is a package, where I can get all lines / items.
Which classes I have to use - has anybody experiences about that.
A simple 'read the page line by line' is great.
Thank's
Frank
... more >>
How to save a DLL created by the AssemblyBuilder to a specific directory
Posted by moondaddy at 12/20/2005 11:01:55 PM
I'm using some sample code from the msdn sample project:
http://download.microsoft.com/download/4/7/B/47B2164C-E780-4B10-8DE4-2CB5B886E0A6/Technologies/Reflection/ReflectionEmit.zip.exe
I'm using the 'AssemblyBuilder.Save' method, however, it takes a file name
as a parameter and I dont see any... more >>
how to reference SMTP Mail server for testing only...
Posted by Rob R. Ainscough at 12/20/2005 2:45:03 PM
I'm trying to test my development ASP.NET code (VS 2003 project) using
Microsoft's MailMessage object using my local SMTP server running on my
development PC -- any tips on how to set this up?
Thanks Rob.
... more >>
Check streaming media
Posted by Dennieku at 12/20/2005 2:06:00 PM
Hi,
I want to check streaming media URL's (like MMS and RTSP) if these are still
available and if so, the average bandwidth.
Does anybody have ideas for this?
Thx,
Denneiku
... more >>
Garbage Collection Trigger
Posted by tewariash NO[at]SPAM yahoo.com at 12/20/2005 2:02:54 PM
Has anyone seen this phenomenon where GC is triggered when switching to
the task (which was accumulating memory) using the task manager or by
otherwise interacting with the GUI. If I let the process running, GC is
not triggered.
... more >>
Switch to thread
Posted by shayke at 12/20/2005 1:56:19 PM
Hi
What does "Switch to thread" option in the Threads debug window means?
does it mean switching thread context?
thanks
shayke
... more >>
'DesignGeneratedAttribute' is ambiguous in the namespace 'Microsoft.VisualBasic.CompilerServices'.
Posted by bennett.sean NO[at]SPAM gmail.com at 12/20/2005 1:50:54 PM
This is in a Visual Studio 2005 project.
I don't know what caused this, but my app is unable to compile now.
I get 5 compiler errors that mention "...ambious in the namespace..."
Example:
'DesignGeneratedAttribute' is ambiguous in the namespace
'Microsoft.VisualBasic.CompilerServices'.
... more >>
Tab Control
Posted by Jportelas at 12/20/2005 1:20:03 PM
Hi everyone:
I'm trying to solve a doubt, does the default TabControl provided with the
..Net framework (ver 1.1) support to disable a tabPage? somehow??
Thanks
--
Jportelas.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Service does not respond after OnStart()
Posted by Michael Groeger at 12/20/2005 11:43:27 AM
Hi ng,
I have written a service with .NET FW 1.0. The service runs as expected on
all machines but one (Windows 2000 Server, SP4). The OnStart method of the
service is left so that the mmc should be informed that the service is now
running but instead I get "Error 1053: The service did not res... more >>
ANOTHER POST TO MICROSOFT TO SOLVE DESIGNER BUG ASAP !!!!
Posted by João Santa Bárbara at 12/20/2005 11:33:47 AM
Hi all,
Once again lots of people who have migrate from previous .NET version is
facing lots of problems with VSNET 2005 form designer. I´m Not an exception.
This post is to ask to Microsoft when is going to be relased the fix for
this bug. I supose for what i have searched in the Internet,... more >>
Layers (DIV) in Internet Explorer, print problem
Posted by zz at 12/20/2005 11:28:33 AM
Sorry for posting this here but unfortunatly I couldn't find any appropriate
newsgroup for this and since I've been active here with .net question I
figured you guys might be able to help.
This is a link to a very simple page that contains 2 DIV statements:
http://xsinx.no-ip.com:8880/Test... more >>
How do I implement an interface with VB.Net?
Posted by Jim at 12/20/2005 11:27:13 AM
I am using VB.Net 2.0 and I am completely new to the concept of implementing
interfaces. Can anyone explain "implementing interfaces" to me and perhaps
give me an example of implementing an interface that would help me implement
the IIneternetSecurityManager interface mentioned under "Creatin... more >>
FileSystemObject manipulation
Posted by bteclt at 12/20/2005 7:17:03 AM
Can the Filesystemobject be used to manipulate files or folders on either a
shared drive or on a virtual directory on the web server. I had a model that
worked well in ASP but when I moved to .NET, I am getting the following error:
Error Retrieving web Root Folder: (PATH NAME) Exception from... more >>
System.NullReferenceException
Posted by Robson at 12/20/2005 12:35:01 AM
My application goes down with this exception:
System.NullReferenceException:
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at
System.Windows.Forms.ComponentManager.System.Windows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop(Int32
dwComponentID,... more >>
System.ComponentModel.Win32Exception: The operation completed...
Posted by Maria at 12/20/2005 12:16:02 AM
When I try to do a print from an asp.net application I get the odd exception
below but nothing comes out on the printer.
System.ComponentModel.Win32Exception: The operation completed successfully
at
System.Windows.Forms.PrintControllerWithStatusDialog.OnStartPrint(PrintDocument document, ... more >>
|