| Thread | Last Post | Replies |
|
| .Net Framework 1.1 Service Pack 1 - Active Directory | 29 Sep 2004 14:55 GMT | 1 |
We have an application in manged C++ that resets userpasswords in Active Directory with a new temporary password and then sets the user must change at next login with the following code: if(user->Properties->Contains("pwdLastSet"))
|
| Hard sync device in FileStream... | 29 Sep 2004 13:10 GMT | 8 |
I'm developing a application where the content write in disk is criticail, then I need ensure that the wirted data are really post in disk. I don't sure tha Flush method is sufficient. The .NET don't has a equivalent ao Sync method in Java?
|
| .NET Framework 1.1 sp1 breaks our application! | 29 Sep 2004 11:48 GMT | 2 |
We're having problems with events from a Windows Forms Control embedded in a web page not firing in javascript after installing sp1 of the .net 1.1 framework. I have de-installed SP1 and can confirm that the problem is solved by reverting to the original 1.1 framework.
|
| Printing | 29 Sep 2004 11:26 GMT | 1 |
Can anyone show me or give example of how I can print a normal plain HTML (report) with customised header/footer/page no. options in .NET? Any help is much appreciated.
|
| Detect which Framework is installed (including language) | 29 Sep 2004 08:34 GMT | 2 |
How do I detect which language the .NET framework is installed with? I want to know this because we have an error related to .NET 1.0, which is corrected in SP3 of the framework. I want to detect if the client is running .NET 1.0 without SP and offer a download link. But if my ...
|
| Vs.Net Debugging Not working! | 29 Sep 2004 01:06 GMT | 3 |
Please help, I am using vs.net 2003 to develop asp.net apps and for some reason the debugging does not work. When I set a breakpoint in a page, the code does not stop as it should
|
| Forms inheritance best practice | 29 Sep 2004 00:08 GMT | 7 |
My application will have various forms for editing my business objects. All the objects to be edited on the various forms will either derive from a common class or implement a common interface. Let's just say it's an interface for sake of this discussion.
|
| Which .NET 1.1 Collections retain the order they were entered? | 28 Sep 2004 23:58 GMT | 4 |
I'm trying to determine which collection retain the order in which they are added to the collection. Am I missing something in the MS documents? (like an interface that defines this?) Thanks,
|
| PrintDocument and serialization | 28 Sep 2004 23:54 GMT | 2 |
I want to serialize a PrintDocument because I want to send it to a Client with Remoting. How can I serialize a PrintDocument which is not serializable and its members are unknnown
|
| Assembly backups + versioning | 28 Sep 2004 23:17 GMT | 1 |
Here's another mystery I hope someone can shed some light on. I made a backup last month of my web application assemblies to another local drive on the web server and renamed the files to a different extension to reflect the version number on the backup. Last week, we updated ...
|
| Apps no longer work with Framework 1.0 SP3 | 28 Sep 2004 21:53 GMT | 11 |
Our administrators did an unannounced deployment of dotNet Framework 1.0 SP3 to all our Win2K machines last week and now the product we're developing no longer works, nor does the dotNet Framework Configuration tool.
|
| How to change debugging mode from read only to read/write | 28 Sep 2004 20:53 GMT | 4 |
How to change debugging mode from read only to read/write. In VB6 you always could step in and modify code. I didn't find any properties under Project properties for this purpose. Any help would be appreciated. Ray
|
| Concise loading of data into a hashtable ? | 28 Sep 2004 18:24 GMT | 2 |
I am converting an app from JavaScript to ASP.NET I have the following JavaScript 'associative array'. Is there a concise way to create an analogous structure in .NET Framework using c# or VB.NET? I don't want to use JScript.
|
| Erratic Timing after .Net1.1 SP1 | 28 Sep 2004 17:13 GMT | 1 |
I have encountered several areas of eratic timing problems when using SP1. They seem to be memory management related. GC.Collect, Debug.writeline, and several graphics functions for example Downgrading back to .Net 1.1 has fixed the problems.
|
| Making a Windows Service with VB.NET 2005 (Express) | 28 Sep 2004 16:04 GMT | 1 |
Can you make a Windows Service with Visual Basic .NET 2005 Express? Because it doesn't seem to be in the possibility's when you want to create a new project? Can i do it in the Visual Studio 2005 Beta 1 Refresh?
|