| Thread | Last Post | Replies |
|
| System.IO.IOException: The file exists. | 14 Apr 2005 14:24 GMT | 2 |
When I called System.IO.Path.GetTempFileName() in my static method it produced a error below: ------------------------------------------------------ Description: An unhandled exception occurred during the
|
| VC6 - .net class browsing | 14 Apr 2005 13:57 GMT | 2 |
I recently switched from VC6 to .net 2003. In the class browsing window I miss the 2 options (in the contest menu) "called by" and "calls" referred to any member function. They are very useful to quicky search where are the calls to a certain function and
|
| Register ocx | 14 Apr 2005 11:26 GMT | 3 |
I want to write code in dotnet which register an ocx (I don't want to use this ocx in dotnet). Exist a class in dotnet for this or have someone an example to do this? Thanks
|
| Bug in ActiveDirectory access of .NET Framework | 14 Apr 2005 08:13 GMT | 1 |
I have an application in C# that manages users, shares and printers in the AD. This application sometimes runs on an error accessing the AD. This is not really reproducable, it happens often, but not always. Sometimes it runs on an error and later goes over the same code again
|
| unable find assebly folder in regedit for global assembly cache | 14 Apr 2005 07:06 GMT | 1 |
Question: create a shared assembly name Shape add methods to it. Register assembly in Global Assembly Cache. Develop client application form display all shapes method. can some one answers this in steps ,its urgent, I done I created Class file Shapes.dll then i generated key using ...
|
| When would XQuery be available in the .Net framework? | 14 Apr 2005 05:29 GMT | 1 |
If the W3C recommendation status for XQuery won't be established until 2006, how will that impact the release of XQuery (System.Xml.Query namespace)? I understand that the namespace has been withdrawn from VS2005/beta 2. Is there a release plan for XQuery in the framework.
|
| Process.Start("http://www.microsoft.com") fails under Win2k | 13 Apr 2005 17:08 GMT | 3 |
I am trying to open a web page with the default browser from within a C# program. The code I am using is very simple: System.Diagnostics.Process.Start("http://www.microsoft.com"); This works fine in WinXP, but not on Win2k. On Win2k this line throws an
|
| How to read a partially locked file | 13 Apr 2005 10:31 GMT | 1 |
I'm having problems reading a partially locked file. The writer app (a 3rd party app) writes new data at the end of the file every second and sets a file lock for the last record which could be 160 bytes. My app (the reader app) tries to read the new data but since FileStream is
|
| Namespace usage | 13 Apr 2005 06:22 GMT | 1 |
I'm trying to figure out the best way to structure my code and how to use namespaces to organize it. I'm working on an application that will have a plugin architecture. It will have a main frontend application and some shared interfaces and utility classes. Then there will be ...
|
| ProcessorAffinity | 13 Apr 2005 00:31 GMT | 3 |
I am tring to set the ProcessorAffinity property of my applicaton. My problem is this property wants the value to be set as intptr and I don't know how to convert form integer to intptr. Does anyone know how to do this? TIA
|
| connect timeout for synchronous socket connection | 12 Apr 2005 21:44 GMT | 3 |
.NET Sockets does not provide a ConnectTimeout when calling the Connect method while establishing a Synchronous socket connection. Instead, my app is forced to wait a very long time before and Exception is thrown if the server i'm trying to connect to is not listening.
|
| Object reference not set to an instance of an object. CAUSED BY..... | 12 Apr 2005 21:14 GMT | 15 |
I am saving pictures and files to a directory using VB.NET web pages. On my development machine everything works fine. Development machine is running XP Pro, VS.NET, .Net 1.1. When I post the pages on my web server I get the following errors.
|
| C# XPath | 12 Apr 2005 19:35 GMT | 3 |
I am trying to use the following xpath to get nodes that comply with certain criteria and have tested the xpath using XMLSpy. The xpath also works fine in the vbscript that showed it as a sample. Using C# however, nothing is returned since the "<" seems to be causing a problem. ...
|
| .NET Framework | 12 Apr 2005 19:06 GMT | 5 |
I understand that I need .Net Framework if I have any programs which require it but could someone please tell me how do I know whether or not I have any programs that require it? Thanks.
|
| Plugins and Late Binding | 12 Apr 2005 18:58 GMT | 4 |
I have some code to load some plug-ins, but the code requires me to know the name of the class to load (here: SamplePlugin, derived from IPlugin) : (Here is some C# code, but I use VB.Net to code my program) using System;
|