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 > august 2003 > threads for tuesday august 19

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

Repost: Unexpected Socket Error (WSAENOBUFS) on Windows XP / .NET 1.1
Posted by Dmitriy Zakharov at 8/19/2003 10:31:42 PM
> Sorry for reposting. This one contains real email address. Hi all, I'm running the following program (see below), which tests connection to the Microsoft FTP Site (207.46.133.140:21) On several of our client's Windows XP machines, it generates WSAENOBUFS error: "An operation on a soc...more >>


Unexpected Socket Error (WSAENOBUFS) on Windows XP / .NET 1.1
Posted by Dmitriy Zakharov at 8/19/2003 10:26:02 PM
Hi all, I'm running the following program (see below), which tests connection to the Microsoft FTP Site (207.46.133.140:21) On several of our client's Windows XP machines, it generates WSAENOBUFS error: "An operation on a socket could not be performed because the system lacked sufficient b...more >>

Framework Availability
Posted by Matt Osborne at 8/19/2003 9:43:24 PM
When does the .Net framework become available? I have a GINA replacement written in native C++. We are considering revising our current software so that it implements .Net. The GINA would be written in C++, however, some of the other modules it would consume would be written in C#. When do...more >>

dbase in .net
Posted by Jared at 8/19/2003 9:36:03 PM
How can I access dbase database to write something into from .NET? ...more >>

.NET Remoting and ISA Server
Posted by Donald Xie at 8/19/2003 8:12:16 PM
Hi, I'm working on a project using .NET remoting (Framework 1.1 and Visual Studio 2003). The simplified scenario is as follows: 1. The server is exposed as http://MyServer:8088/MyRemotingServer.soap on a Windows Server 2003 Standard; 2. The client connects to the server using Acti...more >>

Debugging problem
Posted by Gary at 8/19/2003 5:57:15 PM
I have problem in debugging a solution. The steps are explained below. 1. Build the solution which has some 100 projects. 2. goto debug mode, the IDE starts verifying the build for all the projects even though they are not build and simply skips. 3. This is taking some time before real ...more >>

Really stumped with mci API (mciGetErrorString)
Posted by Nick at 8/19/2003 4:51:11 PM
Ok if anyone can help me out on this I would be extremely thankful, I'm completely stumped.... I'm playing around with the MCI API (the stuff you can use for playing audio/video). All this code below does is try playing a file which doesn't exist, getting an error message, and then showing ...more >>

Just starting out
Posted by Milos Setek at 8/19/2003 4:10:34 PM
Hello all, I am a real newbie. I've just installed vs.net and I am starting with the simplest example HelloWorld. When running the simple hello world example as required (by executing build.bat in C:\Program Files\Microsoft Visual Studio ..NET\FrameworkSDK\Samples\Tutorials\PlatformIntroduc...more >>



Regular expression to detect comments
Posted by Bob Altman at 8/19/2003 3:50:54 PM
Hi all, I need some help from a RegEx guru: Can some kind soul come up with a = regex expression that detects comments in VB source lines? I think that = this should be something that detects an apostrophe which is not = enclosed within quotes. Thanks!...more >>

MSVCR71D.DLL Missing ?!!
Posted by Franck at 8/19/2003 3:40:18 PM
Hi Hi created an ATL project under VS.net2003. Then I deployed my dll on another machine with the framework 1.1. When I try to register my dll, MSVCR71D.DLL depedency is missing. What should i do ? Thanks ...more >>

File Explorer
Posted by Mike at 8/19/2003 2:25:42 PM
Where did they hide the file explorer componenet in .net?...more >>

.NET Awareness
Posted by MattC at 8/19/2003 1:39:31 PM
Hi, I'd like to find some information about .NET and the features it provides. I have a requirement to develop a distributed application but need to know about .NET. Also training is not an option as I have been instructed to first decide an area of .NET before finding training. But I dont k...more >>

Win service and network databases
Posted by Strahimir Antoljak at 8/19/2003 1:23:13 PM
I just finished development of a windows service (some kind of billing service, keep track of applications usage, and then write the usage to a database - used by whom, time spent, etc). I tested all locally and it worked fine. The windows service is supposed to have read/write privileges ...more >>

Marshalling bool data type between .Net and C++
Posted by MB at 8/19/2003 1:15:28 PM
I have a .net app which uses a c++ dll. I call a function in the c++ dll which returns bool type. On the .Net side I dont receive the correct response. I hard coded the dll function to return false under all circumstances. On the .net side I still receive true. Am I doing anything wrong o...more >>

Simple Regex wont work!!! Why?
Posted by Ali Eghtebas at 8/19/2003 1:01:52 PM
Hi, Why isn't this working? What's wrong with it? Am I missing something here? Why this pattern wont match the string "cc". Pattern: [^a].|.[^b] (This should match anything except "ab" String: cc While this will: [^a]c|c[^b] Isn't a . supposed to match everything except \n unless modifi...more >>

Active Directory VB.NET
Posted by mis NO[at]SPAM harden.com at 8/19/2003 11:35:04 AM
HI I'm trying to write a Vb program to get some pieces of information for our Active directory, but when i connect to my AD server, the only information i can seem to get is the DNS information. I wrote the following code to try and find what search filters i needed to get the User information ...more >>

1.0 Framework being used instead of 1.1?
Posted by Steve - DND at 8/19/2003 11:05:51 AM
I installed the 1.1 framework a while ago, and have been coding happily since then. Today I realized that all of my projects still reference the 1.0 framework, and even new projects I create reference the 1.0 framework I was able to ascertain this by selecting the System assembly in References in...more >>

HttpWebRequest - is it really this useless?
Posted by furty at 8/19/2003 10:23:30 AM
I'm posting this again as it's been 2 weeks now and still not a single reply, surely someone must have come across this problem! I'm trying to perform a HttpWebRequest that posts form data to the target server - the problem is that the request *always* contains an Expect: 100-continue header,...more >>

Support for MS Office in framework 1.1
Posted by Pramod at 8/19/2003 8:34:45 AM
Hi, I want to know whether there is support for MS Office (Word, Excel..etc) in .netframework1.1 i.e. is there any namespac available to access the WORD DOM in windows or Web application. Thanks in advance Regards Pramod...more >>

Accessing file residing on other machine
Posted by Vinayak at 8/19/2003 4:53:17 AM
Hi How to access the file residing on remote machine. Where to specify the userid & password for the remote machine before oopening the file. Can anybody help me with some piece of code? Thanks in advance Vinayak...more >>

.NET 2003 hangs when opening solution
Posted by Alison at 8/19/2003 2:08:35 AM
Hi. I am having a problem where, every now and then, I am opening a solution that I haev previously worked on. It seems to get in to a funny state where .NET 2003 just hangs forever, I get no error messages or anything back, the program just hangs. Once in this state, this always happ...more >>


DevelopmentNow Blog