| Thread | Last Post | Replies |
|
| Com object Garbase disposal | 26 Sep 2005 20:24 GMT | 12 |
I'm working on a web app that uses a client-designed com dll to access a database, do calculations, etc. When I create a new object from this dll it takes up a lot of memory, so I want to get rid of it asap. My code looks similar to the following"
|
| Dotfuscator | 26 Sep 2005 20:14 GMT | 3 |
How can i integrate dotfuscator with my solution projects. Like when i build projects in my solution using visual studio.net, i want to be build using dotfuscator. Like i have a setup project which takes the dll from some directory.
|
| Changing port for WMI SNMP Trap listener | 26 Sep 2005 17:33 GMT | 2 |
Can anyone tell me how to change the default port that WMI listens to for SNMP traps. By default it is port 162 but I need to change this to sonething other than that. What I have now is the following and it is working fine:
|
| Having Trouble with File TimeStamp Conversion | 26 Sep 2005 16:41 GMT | 1 |
I'm transferring a file from server to workstation, using Web Service Extensions and DIME. Along with the file, which travels as a DIME attachment, I'm also sending along metadata information about the file as it exists on the server. The metadata also travels as a DIME ...
|
| Discovering exception thrown by a method | 26 Sep 2005 16:38 GMT | 4 |
I would like to know if there's a way to discover what exception(s) is thrown by a function. I can imagine it is possible using reflection, but I cannot find it. For example:
|
| Textbox value in the edittemplate of a datalist doesn't report the changes | 26 Sep 2005 16:26 GMT | 2 |
Good Morning, I've a problem with a textfiled inside a datalist, in particular it's value it is not updated with the changes, I mean sNomeCampo has still the value coming from the dB and not that
|
| cannot install 64bit Net SDK 2.0 Beta | 26 Sep 2005 15:24 GMT | 7 |
When I try this on WinXP SP2 I get error can't install, reason advpack.dll Is it possible on XP?
|
| Connecting remotely to Oracle database without OracleClient installed | 26 Sep 2005 15:07 GMT | 6 |
I am developing a .Net (version 1.1) application in C# for which I need to connect remotely to an Oracle database server. To accomplish this I am using the .NET Framework Data Provider for Oracle (System.Data.OracleClient.dll). However, this application will be
|
| How to get back byte[] when calling Win32 api function ? | 26 Sep 2005 13:54 GMT | 6 |
I will get back (receive) byte array from function desribed below: [DllImport("clamqa.dll", CharSet=CharSet.Ansi, EntryPoint="CLMQGet")] public static extern int CLMQGet( out byte[] bufer ); Here below sample code:
|
| Copy open files | 26 Sep 2005 13:31 GMT | 1 |
How can one copy open files? This is for a backup application? Thanks, Shane
|
| install 2.0 sdk on different disk | 26 Sep 2005 13:25 GMT | 1 |
i only have about 300mb left on the local disk (c:) i would like to install the sdk on my machine but it will take up the last bit of space on the local disk i added a hard drive (e:) and it has over 1gb free space
|
| Dim inside If..? | 26 Sep 2005 10:55 GMT | 4 |
I have a function with If... Else... End If... And inside the If I wanted to define some datasets and stuff... but the visual says not. Is there any way to do it?
|
| Visio Vs DotNet | 26 Sep 2005 10:39 GMT | 3 |
Is there any way to get class structures defined in Visio into the dotnet through some option of import?? thanks Sri
|
| How to Create a User Control | 26 Sep 2005 09:06 GMT | 1 |
Hai, I need to Create a set of Usercontrol which will be used across my Project, the reason is, if i want to change the format or font properties in future I will change the formats in the usercontrol base control( ie the source from
|
| .NET 2.0: code access security / authentication | 26 Sep 2005 08:11 GMT | 2 |
I'm writing a .NET 2.0 app I want to deploy it in the net. Apparently (due to an "unknow publisher warning" while downloading in the browser) I have to give a strong name to my installer & my components.
|