| Thread | Last Post | Replies |
|
| formatting drive c | 08 Nov 2006 16:07 GMT | 2 |
I have recently installed windows xp on my 'd' drive and wish to delete off windows98, so i went to format drive 'c', which is a wrong move. Now when i on my computer, the screen stop at ms-dos with the 'c' prompt and there is only 1 command.com file in the c drive. How do i ...
|
| Error Loading UserControl | 08 Nov 2006 15:03 GMT | 1 |
I am revieving the following error for one of my controls when loading any pages that use it: Server Error in '/exposure/app' Application. --------------------------------------------------------------------------------
|
| Redirecting System.Diagnostics.Process.StandardInput | 08 Nov 2006 09:51 GMT | 3 |
The code below uses System.Diagnostics.Process to call Net.exe to delete a mapped network drive. It works well except when the mapped drive is in use in which case Net.exe prompts the "user" to confirm the drive should be deleted. I'm sure I should be able to reply to this ...
|
| x86 vs x64 | 08 Nov 2006 02:32 GMT | 10 |
We are considering migrating some of our production web and application servers to 64-bit platform. My question is do I need to re-compile my code on a x64 machine running a x64 version of Windows and x64 version of .net? Or will the same code run on the new x64 environment ...
|
| Permissions to use installutil.exe | 08 Nov 2006 02:31 GMT | 3 |
I need to give a local account on the windows server permission to use installutil.exe to uninstall/install .NET windows services without giving the account Administrative access. Any ideas?
|
| File Creation in DotNet Installer | 07 Nov 2006 20:34 GMT | 3 |
I needed some help in the installer. I have a project and nw i decided to create a Installer for this project. I wanted to create a file in this Installer. I have a override function for the installer. Nw i have written a code to create a file in this override function for
|
| Instances of class at runtime | 07 Nov 2006 19:53 GMT | 1 |
Can someone please let me know if, during runtime, without using any counter in a class (say class constructor), is it possible to find the number of instances of a particular class (class objects) created and are not garbage collected?
|
| string.Trim() and White spaces list? | 07 Nov 2006 10:59 GMT | 5 |
I'm working on a documentation on my application. I need to explain the reader that the white spaces will be removed from a text. I use string.Trim() method. Note: no arguments passed to the method.
|
| Hi | 07 Nov 2006 10:40 GMT | 1 |
Hi every body Is .Net compatable with Mac os x , Its very urgent for me , Thank you
|
| Question about ReaderWriterLock | 07 Nov 2006 09:56 GMT | 4 |
I've got a question about ReaderWriterLock: Let's say I want to write a function that will update an object under write lock both if the calling thread has a reader lock or not.
|
| .Net Versions | 07 Nov 2006 09:54 GMT | 7 |
I am using Visual Studio.Net 2005. I am learning!!! I have a couple of questions: - - What version of the .Net Framework should I have installed? 2.0.what? - What version of ASP.Net should be installed on my PC?
|
| No Crystal reports on VS.NET 2005 academic??? | 06 Nov 2006 23:40 GMT | 2 |
I just upgraded from 2003 to 2005.. and I can't find Crystal Reports when I try to add item. I see add report, but it does not look like the same interface. Wondering did they drop CR under the academic version?
|
| Uri Class broken for authenticated URIs? | 06 Nov 2006 19:16 GMT | 2 |
I'm trying to create an authenticated session to a remote FTP server using the FtpWebClient class which takes a URI. Problem is, the URI doesn't seem to accept standard ftp://username:password@server/ URIs and gives me the following error when I try to get the propery serverUri ...
|
| XML Filter Fast Way? | 06 Nov 2006 16:44 GMT | 2 |
I have an XML document that I would like to remove/filter whole nodes (and their child nodes) if an attribute is not contained/matched. I would like to output a new XML document, not modifying the original. Can anyone recommend XSLT for this or a programmatic way if it's
|
| Unexpected behavior PrincipalPermissionAttribute | 06 Nov 2006 16:35 GMT | 2 |
We have encountered some obscure and unexpected behavior of PrincipalPermissionAttribute, if applied to both a class as well as a method in this class. The class permission seems to form an inclusive or with the method permission.
|