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 sdk > june 2004

strong name key pair - internal error occuring problem...
Posted by Atul at 6/24/2004 5:29:31 PM
Hi, I have BizTalk Server 2004 and VS.NET installed on my machine. While generating strong name key pair using command sn -k Test.snk from VS.NET command prompt. It throws: Failed to generate a Strong name key pair - An internal server error. What am i missing here???? -- Thanks & ...more >>


WNet functions in .NET???
Posted by William Meyer at 6/22/2004 10:57:25 AM
In the .NET SDK, are there managed equivalets for the WNetOpenEnum and = WNetEnumResource APIs? Thanks, Bill...more >>

how to use GetNamedSecurityInfo
Posted by isaac rainsford at 6/22/2004 5:41:35 AM
i am having much trouble getting GetNamedSecurityInfo API to work from Advapi32.dll. how can i call this function using VB.NET? thanks in advance!...more >>

ArrayList and Hashtable, which is better?
Posted by Laser Lu at 6/19/2004 3:03:02 AM
Hi, all, I wonder that, between ArrayList and Hashtable, which one will take the better execution efficiency?...more >>

Generate managed C++ proxy using wsdl.exe
Posted by Andy at 6/18/2004 2:28:32 PM
I know that this is possible becuase you can do it through the VS 2003 ide, using add web reference and then update web reference. However need to do it from the command line as part of a build process and try as I might I can not find the information on how to do this. Closest I can get is ws...more >>

testing for network connectivity
Posted by Jim at 6/18/2004 10:09:15 AM
Does anyone know of a simple and fast way to test for network connectivity in C#? I have a class that makes UDP send calls sixty times a second using the UDPClient class. I would prefer not to pay the performance penalty for catching an exception sixty times a second when network connectivity ...more >>

MessageQueue.Receive access denied
Posted by pl_dave at 6/18/2004 10:00:02 AM
i wrote a simple app that creates and uses a private message queue. the Send completes without errors, however when i call Receive i always get a message queue exception saying access denied. the CanRead property is false. the messagequeue constructor does not ask for exclusive access. there i...more >>

Serialization of Complex Objects
Posted by Nate at 6/18/2004 7:53:20 AM
I am creating an application that is quite complex. There will be several dozen objects, most of which have delegates defined. At runtime, there will be several hundred instances of some objects and many dozens of instances of other objects (e.g. 100+ ClassA's, 10+ ClassB's and 50+ ClassC's etc)....more >>



XmlTextReader strangeness
Posted by Todd Bright at 6/16/2004 2:20:02 PM
Got a bit of strangeness going on when assigning an XML stream to an XmlTextReader. It's actually a MemoryStream representing a well-formed ASCII XML document (I've confirmed this). The following code snippet works... XmlTextReader tr = new XmlTextReader(stream); stream.Position = 0; // this ...more >>

WebClient - input type="password"
Posted by mc kim via .NET 247 at 6/14/2004 2:43:33 AM
What I am trying to is automatic bidding process in Ebay site... WebClient class can uploads form data easily. I have collected ebay url & form data to uploads.. Most of process is quite easy and simple. But ebay webserver send me your password is not valid... But the password is clearly ...more >>

Writing to Eventlog Problem
Posted by Atul at 6/11/2004 1:29:20 PM
Hi, I am getting following error while executing .aspx page. Exception Raised: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Cannot open log for source {0}. You may not have write access. ---> System.ComponentModel.Wi...more >>

Compiling an ASP.net application from the command line
Posted by dinesh at 6/10/2004 5:50:01 PM
I'm trying to compile an ASP.net application that uses aspx, aspx.cs (codebehind) and class files (its the ibuyspy sample ecomm application). What's the proper command to use so that the ASP files will recognize the compiled DLL file? ...more >>

Error when Instanciating the Clerk object in a CRM Worker Derived class
Posted by Chamith at 6/9/2004 5:41:51 AM
HI all, When i try to instanciate a Cerk object in the Activate Method of the Worker Derived Class, It gives the following exception System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure at System.EnterpriseServices.CompensatingResourceManager.CrmLogControl.Regi...more >>

Two questions about System.Diagnostics.Process.Start function
Posted by ginee lee via .NET 247 at 6/8/2004 8:17:38 PM
hi all, It seems that the arguments of System=2EDiagnostics=2EProcess=2EStart()= can only be the absolute path=2E The args can not be like= "=2E\abc\efg=2Eexe" or "=2E=2E\abc\efg=2Eexe"=2E While i use relative path,= the function doesn't work=2E Any solution?? The other question is=2E=2E...more >>

Focus on UI Design
Posted by zlst at 6/4/2004 11:53:48 AM
UI is important because it affects the feelings, the emotions, and the mood of your users. If the UI is wrong and the user feels like they can't control your software, they literally won't be happy and they'll blame it on your software. If the UI is smart and things work the way the user expected...more >>

Transforming Xslt File prior to transformation.
Posted by johndoe NO[at]SPAM driver.net at 6/3/2004 2:37:38 PM
In ASP 3.0 and MSXMLHTTP2 we would load Our Xslt file as an XmlDocument. We then merely had to set the language and we could then execute Expath queries against the document. This is especially useful for performing actions upon Xslt Nodes that cannot be done through variables. After modifying...more >>

ADO.NET DataTable or XML Documenr ?
Posted by Marlon R at 6/3/2004 2:18:48 PM
I'm look for the best performance to pull data from SQL Server 2000 to populate either a DataTable or a Xml Document. Which method yields the best performance and uses less resources? ...more >>

A simple mul-thread server .
Posted by Amber at 6/2/2004 5:11:04 PM
using System using System.IO using System.Text using System.Threading using System.Net.Sockets using System.Net namespace NetWor { public class Worke private Thread thWorker private FileStream logFile private StreamWriter logWriter private NetworkStream netS...more >>

Visual Studio 2002 and Framework 1.1
Posted by xxx at 6/1/2004 6:15:04 PM
Sorry if this is a repeat question, I've just joined the groups. Replies will be forwarded to microsoft.public.dotnet.framework. I am using VS.Net 2002 and have just installed Framework 1.1 on my machine. I am developing an ASP.Net application. It is my understanding that VS.Net 2002 will only...more >>

Timer Callback and Overlap
Posted by dinesh336 NO[at]SPAM hotmail.com at 6/1/2004 7:35:02 AM
Hi, I use the Timer from System.Threading to call the function 'myFunc' every 1000 msecs. myFunc is executed from the .NET thread pool // 'myFunc' is the call back function myCallback = new TimerCallback(myFunc); // Set up timer to call 'myFunc' every 1000 msec myTimer = new Timer(myCall...more >>


DevelopmentNow Blog