NetworkStream EndRead SocketException OperationAborted
(4 messages)
Date: Fri, 27 Jul 2007 15:18:00 -0700
I have a .NET 2.0 application that acts as a TCP/IP server, and I’ve
discovered an issue with NetworkStream. I’ve accepted a client socket and
called steam.BeginRead(…) and my AsyncCallback has been called, so it calls ...
|
Does BindingSource.AddingNew work with a DataTable? (Part 1)
(1 messages)
Date: Fri, 27 Jul 2007 15:55:39 -0400
I've been poking around the net, trying to get my BindingSource.
AddingNew event handler to cooperate.
Is it accurate that "AddingNew" doesn't work with a DataTable
source? (ref below)
- Jamie
ref:
(http://forums ...
|
AppDomains and PrivateBinPath
(1 messages)
Date: Fri, 27 Jul 2007 09:53:15 -0700
I have a license for a 3rd party component that has different versions for
debug and release, but the same name.
To automate the build and deployment, I put the debug version of the
license in a folder under the main ...
|
CardSpace on Windows XP under FAT32
(2 messages)
Date: Fri, 27 Jul 2007 09:21:46 -0600
Installing .NET 3.0 on my Windows XP (FAT32) system puts a CardSpace icon in
the control panel. Clicking on it brings up an error messages saying that it
won't work because either my system is not NTFS, or I'm not running ...
|
Knowing the clr version of running .net process
(2 messages)
Date: Fri, 27 Jul 2007 20:42:32 +0530
Hi All,
Is it possible to know the version of clr(.net) of a running .net process.
As I could have installed different versions of .net on my windows machine
and I can run multiple .net applications using different versions ...
|
32/64bit performance objects/counters
(1 messages)
Date: Fri, 27 Jul 2007 20:41:38 +0530
Hi,
Is there any issue with performance objects/counters exposed by CLR
considering 32bit and 64bit machines.
thanks and regards
user
...
|
Problem using SQL 2005 Reporting Services & asp.net app
(1 messages)
Date: Fri, 27 Jul 2007 10:16:03 -0400
I'm using VS 2005, SQL 2005 reporting services.
SQL reporting services is working, and I have it both on my local
computer, as well as on a server.
I've created a report in the SQL Business Intelligence development
studio ...
|
Threading and WaitAny
(2 messages)
Date: Fri, 27 Jul 2007 06:31:51 -0700
I am encountering a challenge while using WaitAny to detect when any
of my async processes have finished.
The scenario is I have a master class which instantiates two other
classes and calls a method on each asynchronously ...
|
Installing VS2005 on Vista : Suite integration Toolkit Executable
has stopped working
(2 messages)
Date: Fri, 27 Jul 2007 12:58:45 +0200
Hello,
After I've started the setup.exe (run as admin) the VS setup crashes
during the loading of the installation components. Vista gives the
following message: Suite integration Toolkit Executable has stopped working
Rogier ...
|
VB.NET Setup Problem
(1 messages)
Date: Fri, 27 Jul 2007 01:24:01 -0700
Hi ,
I have created application in VB.NET and created setup but when i am
uninstalling that application it is not removing files from system but it is
removing from control panel.
Please guide me where is the problem ...
|
|
Looking for Ftp client class library for .net 1.1
(9 messages)
Date: Fri, 27 Jul 2007 09:13:40 +0200
I'm looking for a free, maybe open source, class library to access a remote ftp
service from a C# application.
Is there something on the web? Where can I find it?
I've found the following:
http://www.codeproject.com/cs/library/ftp_class_library ...
|
COM object with CLSID {} is either not valid or not registered.
(1 messages)
Date: Thu, 26 Jul 2007 21:24:36 -0000
I am new to the project I am working on and I recently made some
changes to refactor my code and created a new project based on an
existing project to get started. I renamed some variables and
attempted to run the application ...
|
article/cheat sheet on .NET formatting (ToString, String.Format)
(4 messages)
Date: Thu, 26 Jul 2007 16:18:18 -0500
Hi All,
I finally sat down this morning and plowed through the docs on .NET
formatting and wrote an article with a visual aid and little cheat sheet. I
hope its helpful, and would welcome comments.
http://www.nicecleanexample ...
|
error while using SmtpMail to send a simple html formatted message
(7 messages)
Date: Thu, 26 Jul 2007 12:46:04 -0700
Hi,
I am trying to send an email using System.Web.Mail.SmtpMail. I am getting
error: "Could not accessCDO.Message object"
It was a HTML formatted message, if I try to use Text BodyFormat it sent the
mail successfully. ...
|
WebParts and Ajax - cannot find UpdatePanel
(2 messages)
Date: Thu, 26 Jul 2007 12:25:55 -0700
Hello,
I have multiple webparts on a page, several utilizing Ajax.
If user closes one of those webparts, removing from that portal, then
tries to use one of the other webparts with Ajax, a client error
pops up stating ...
|
ClickOnce Skip
(2 messages)
Date: Thu, 26 Jul 2007 10:38:37 -0700
I am using ClickOnce to deploy a VB.Net 2005 application. It all works
well, but I have a question about how ClickOnce works.
If a newer version of the application is available and a user chooses
to "Skip" installing it ...
|
Printing problems (need answer from Jeffrey Tan[MSFT])
(1 messages)
Date: Thu, 26 Jul 2007 05:38:51 -0700
I tried to send email to Jeffrey, but got error. So I post here.
Hi!
We are developing big project and have 1 very annoying problem:
"Handle
is invalid" error while printing to HP Photosmart 335 (photoprinter).
And ...
|
JAVA works C# not !!!!!!!
(2 messages)
Date: Thu, 26 Jul 2007 17:11:47 +0500
Hello guys,
I'm newbie in .NET.
I have agent server works with SOAP protocol.
Added web service which have getFiles and setFiles methods.
SoapServer soapServer = (SoapServer)Activator.GetObject(typeof(SoapServer) ...
|
.NET 3.0 System.Printing
(3 messages)
Date: Thu, 26 Jul 2007 02:37:33 -0700
Hi there,
i try to clone a printer .. just as it was posted at
http://msdn2.microsoft.com/en-us/library/aa970846.aspx
"How to: Clone a Printer"
but i got problems when setting PrintQueueAttributes ... is there
anyone ...
|
Set an icon for the Add / Remove programs
(3 messages)
Date: Thu, 26 Jul 2007 09:40:58 +0300
Hi,
I looke for documentation regarding how to set an icon for an application
on the Add/Remove programs.
Any clues?
Thanks.
...
|