| Thread | Last Post | Replies |
|
| Array of value-types | 19 Apr 2005 17:57 GMT | 7 |
Another question, related to my previous post: Is array of value types a value type or a reference type? From what I know it is a reference type in normal usage in .Net 1.0 and 1.1. Do you know of any case where it would become a value type?
|
| Problem creating PerformanceCounters | 19 Apr 2005 15:33 GMT | 1 |
I am trying to create new performance counters using the .Net framework, and even simple examples fail with exceptions. For example, the following code raises an InvalidOperationException while calling CounterExists. The message indicates that the category does not
|
| Serialization of enums | 19 Apr 2005 14:38 GMT | 2 |
Hello, i'm trying to serialize a class with a enum property...it seems to be serializing ok, but when i try to de-serialize it throw me an error like "[value] isn't valid for type [enum]". someone have done this before? i'm sorry by my english
|
| Error When Interop'ing to COM+ Managed Object with Library Activation | 19 Apr 2005 13:23 GMT | 1 |
I have a remoting server that is on the same local box as a COM+ managed object with Library Activation. When I try to activate the object from the remoted assembly, I get the following error: "The specified activation could not occur in the client context as specified." The ...
|
| Parse error message - repeat under managed account | 19 Apr 2005 10:50 GMT | 11 |
Since I'm not getting any response from the community, I'm reposting this under my managed account. I've turned my web.config friendly error messages off and it may be easier to view what I'm experiencing than try to translate it.
|
| Changed functionality in system.directoryservices ver. 1.1.4322.20 | 19 Apr 2005 10:32 GMT | 4 |
we have the following problem. We like to update a LDAP diretory using system.directoryservices. This worked fine in the past but now it stopped working, we get a System.NotSupportedException. We use the following syntax: <DirectoryEntry>.Properties[<attribute>][0] = <value>;
|
| Adding codebehind files to an app. developed using .net framework | 19 Apr 2005 05:58 GMT | 1 |
I made a site using a text editor and the .net framework..compiling it from the command line. I now have visual studio 2003 and want to alter the application from within it. Below is one such file, can someone give me an idea on this?
|
| Help! What is wrong here ? | 19 Apr 2005 04:38 GMT | 4 |
I am trying to pass a filename or file location to a stored proc and am getting an SqlException. I am using C# in .NET with SQL 2000. I believe the error is in the line where I set the value but then again what do I know?
|
| Struct with fixed-length array member - is it possible? | 19 Apr 2005 04:01 GMT | 1 |
Can you provide some hints on how would you solve a problem like this? I'm out of ideas... Here's the problem: Let's imagine a C structure containing a fixed-size array
|
| mmc stops working after installing .net framework 1.0 SP3 | 18 Apr 2005 23:33 GMT | 4 |
I've just installed .net framework SP3 and now, selecting "Microsoft .NET Framework Configuration" from the "Administrative Tools" menu produces an error dialog which says "MMC cannot open the selected file" in Win2000. I´ve seen in an earlier post that the Microsoft developers ...
|
| How to get a keypress event in an console application | 18 Apr 2005 22:33 GMT | 3 |
I use to get the function keys that were pressed in an console application cause this application should also be used over a telnet server. Does someone know how to get the keys.
|
| Reflection GetObjectByStringReference(string) as object | 18 Apr 2005 22:16 GMT | 1 |
Hi I am searching for a method like this GetObjectByStringReference(ObjectName as string) as object E.g. Dim var1 as string = "Test"
|
| Reflection and XMLSerialization | 18 Apr 2005 21:39 GMT | 2 |
I have a C# App that allows users (other programmers) to load assemblies dynamically and invoke methods. The app itself uses a generic tools assembly (Tools.dll). If the user then uses the app to load the tools.dll assembly, any XML Serialization eventually called
|
| String Concat vs. Plus operator | 18 Apr 2005 17:47 GMT | 1 |
Does anybody have a definitive, backable answer to which way is better when concating strings (String.Concat vs. +). You can easily prove one faster than the other in contrived examples. I'm interested in real-world examples. My experiments have shown that both versions are ...
|
| add new row to access in vb.net | 18 Apr 2005 16:50 GMT | 1 |
i want to add new row to access when the parameters are TinyInt and in the access the types are int so - what should i cange in order to add the row? thanks
|