| Thread | Last Post | Replies |
|
| Video and .Net Framework | 26 Dec 2006 11:42 GMT | 1 |
I want to create project with video abilities. Here is short description of my needs: Application needs to be done with .NET Framework. Application should consist from two parts:
|
| 2.0: Nested configuration data | 26 Dec 2006 10:41 GMT | 10 |
Hi, I'm trying to specify multiple child collection under a ConfigurationSection. I have <asystems name="pippo">
|
| VS Failed to publish one button (worked well before) | 26 Dec 2006 10:19 GMT | 2 |
I tried to publish my windows app for one button deployment but got this error --------------------- Error 5 SignTool reported an error 'Failed to sign
|
| 2.0 Generics - Feature or Bug? | 25 Dec 2006 23:44 GMT | 7 |
Consider the following generic class class MyClass<T> { private MyInterface _SomeInterface;
|
| Temporarily installing .NET Framework 1.1 | 25 Dec 2006 14:24 GMT | 2 |
I have an OS that has VS .NET 2002 installed, so it has .NET Framework 1.0. Can I install .NET Framework 1.1, for several months, use a particular app requiring 1.1, then uninstall 1.1 without affecting the current VS .NET 2002 installation?
|
| How to create an application that support modules | 25 Dec 2006 08:03 GMT | 3 |
Hey, I want to create an application that supports modules, similar to what ERP systems offer. For example, ERP systems typically consist of modules such as
|
| Is this a good Dispose() idea or not? | 24 Dec 2006 12:48 GMT | 2 |
use reflection to detect class and instance fields which require disposal you can derive from a base class with these methods and it will automatically dispose
|
| Sign an Assembly | 22 Dec 2006 13:40 GMT | 1 |
Can I sign an assembly(DLL) after building it. I do not want to use VS and check the sign | Delay Sign option. I want to sign it using some utility like al.exe or sn.exe but could not get the exact syntax. Is it possible to sign it after it is built ? I am not using any of the
|
| XML document in a treevie needs 57secodns | 22 Dec 2006 07:19 GMT | 12 |
Cant believe it: Loading an XML document (150kb) in a treeview using .net 2.0 using 2.0 seconds!!! That is unusable!!!
|
| Framework 3.0 Installation Problem (99% CPU Utilization) | 22 Dec 2006 06:05 GMT | 6 |
I am attempting to install the .NET Framework 3.0 and it is pegging the CPU when trying to load the installation components. I ran the installation without any problems on my desktop, but cannot get it to run on my laptop. For the last 30 minutes the setup has been displaying
|
| Debug or Release ? | 21 Dec 2006 22:54 GMT | 10 |
Is there a simple way to know from the code if an assembly is in debug or release mode ? Concretely, when my application is running, i'd like to know in which mode it is configured.
|
| Rule Engine | 21 Dec 2006 17:35 GMT | 4 |
I'm planning to to my MS Software Systems Thesis on Rule Engines. Although I searched a lot on the we I'm not able to get any specific help on XML based Rule Engines in .NET C#. Please help!
|
| typecast array of object to bindinglist of object | 21 Dec 2006 15:22 GMT | 1 |
I have a Web Service that returns a bindinglist of objects. However, on the client side it comes across as an array. Is there a way in VB.Net to typecast the array back to a bindinglist? TIA!
|
| List of shortcut keys for RichTextBox | 21 Dec 2006 13:41 GMT | 2 |
I have been looking for a list of shortcut keys for the RichTextBox. I need this because I use a RichTextBox which must only contain text. So I have been capturing the shortcut keys Ctrl+v to make sure that only text would be pasted in the RichTextBox. Big was my suprise one
|
| saving collections in Settings.Settings | 21 Dec 2006 09:57 GMT | 4 |
I wanted to save a simple collection in Settings.Settings but i am not able to retrieve it. Although no errors while saving it but no value are retrieved either. Do i have to do something different.Am i missing something?
|