| Thread | Last Post | Replies |
|
| ObjectManager Problem - Plea for help! | 28 Jan 2005 11:16 GMT | 12 |
I'm trying to write a custom formatter. I'm using the .NET Framework's ObjectManager class to do so, but I can't persuade the it to fixup object references in a value type. Some cut-down code that reproduces the problem I'm having is shown below.
|
| RichTextBox Question | 28 Jan 2005 10:31 GMT | 1 |
I am using Framework v1.0 (C#). My question about richtextboxes is: I have been choosing a location in the text box string doing the following: ...
|
| BinaryFormatter.Deserialize after signing of assembly fails | 28 Jan 2005 10:23 GMT | 3 |
I have a class which is beeing serialized/deserialized using the BinaryFormatter class. That has been working with no problems until I signed all my assemblies. Now I get a SerializationException when I try to Deserialize the class which has been serialized before the signing. So ...
|
| Sorted array component | 28 Jan 2005 10:14 GMT | 3 |
Does .net have a sorted collection component similar to the C++ std::set ? I am not interested in a dictionary object, just a sorted collection where I can pass in a delegate to do the sort. I am also not interested in calling ArrayList's Sort() as I want the collection to ...
|
| Sharing data between applications | 28 Jan 2005 08:00 GMT | 3 |
Using the System.Web.Caching.Cache object, I'm able to share data between two (or more) different web clients (http-sessions). But what if some of my Clients are Windows/Comsole/... applications ??...can I somehow access the same cache or am I bound to access my data using http??
|
| Security problems | 28 Jan 2005 07:06 GMT | 1 |
I have several question about the security system in dotnet framework. 1: How is the evidence of assembly decided by common runtime system? 2: If a assembly is deployed to producton enviroement,is there anything changed in evidence?
|
| Session String value confuses Response.Redirect | 28 Jan 2005 02:16 GMT | 1 |
Overview: I redirect a user to a page to register, then redirect back to orginating page. The registration page is a two part form. On the second post I send the user back to the page they came from.
|
| Tell if an object will be local or remote | 28 Jan 2005 00:40 GMT | 2 |
A question. Before I instantiate a type I need to know whether it will be local or remote. Obviously I know the type by a namespace.type string, as I don't have an instance.
|
| Persistance medium problem. | 27 Jan 2005 20:03 GMT | 2 |
I save and get the ViewState from persistance medium in my application instead of saving it in the hidden field and my program works without problems except in my login screen. In my login screen I have two dropdownlists. The first contains the name "Administrator" and any branch ...
|
| Windows Service gives Access Denied error | 27 Jan 2005 19:33 GMT | 1 |
I’m writing a Windows service in C# that needs to run in the NetworkService account, but when I create an Installer and set ServiceProcessInstaller.Account to NetworkService on an otherwise unaltered new project, I get an “Error 5: Access Denied” message when I try to start
|
| Read\Write to Network Share using a Console App | 27 Jan 2005 16:22 GMT | 1 |
How can I read, write and delete to a network share using a console application? I keep getting a security exception. I have read about FileIOPermission but I don't understand how to use it with DirectoryInfo and FileInfo classes.
|
| .Net 1.1 sp1 troubles | 27 Jan 2005 16:12 GMT | 1 |
I have heard so many issues with failed sp1 installations and problems with applications after installing the service pack that it makes me nervous. We are moving our development to .Net and yet have been unable to install this service pack on 3 of our machines. While I am
|
| Steps to consider when upgrading Win app from .Net 1.0 to 1.1 | 27 Jan 2005 13:47 GMT | 1 |
We have Win app that runs on .Net Framework 1.0. We want to port the app to run on 1.1. What are the steps that I need to perform the upgrade and also what are the issues that I should consider prior to that conversion? Application components: Win App, COM+, SQL Server 2000, Biztalk ...
|
| Plugin Architecture Problem | 27 Jan 2005 13:23 GMT | 5 |
[ BTW I'm using C# ] I'm trying to implement a Plugin architecture where I have a single UI framework, and then load dll components into that framework. At the moment I'm constructing the Plugin loading mechanism, I've created a
|
| MSDN subscriber | 27 Jan 2005 12:59 GMT | 2 |
I was informed that If I am a MSDN subscriber, if I post question here and no one answer, it will fire an Internet question at Microsoft I think when I bought VS.NET Enterprise version, I got a one year MSDN subscription, is this right? How can I get a MSDN subscription and make ...
|