| Thread | Last Post | Replies |
|
| using a VB6 written function in C# | 13 Jul 2005 16:16 GMT | 8 |
I need a guide or a point in direction as to how to do this. I'm upgrading a software written in VB6 to C# ASP.NET. Problem is that VB6 puts files into Access DB using an OLE Container, and takes it out as OLE Container, while C# uses the OLE Objects in Access as a
|
| using CryptUnprotectData api from c# | 13 Jul 2005 13:04 GMT | 4 |
i'm trying to use function from crypt32.dll in dot net, and get exception: An unhandled exception of type 'System.TypeLoadException' occurred in WindowsApplication1.exe Additional information: Could not load type WinApis from assembly
|
| Start a Exe Process on a Remote PC | 13 Jul 2005 10:35 GMT | 2 |
How can one launch a exe on a remote PC using CSharp ?
 Signature JAMES NANCE
|
| No-Touch Deployment and Enterprise Library | 13 Jul 2005 06:42 GMT | 1 |
I am getting an error with no touch deployment using Enterpise Lib. in my project. The error is: Invalid section name. The section 'dataConfiguration' does not exist in the requested configuration file myapp.exe.config or
|
| AppDomain / Object Lifetime & AppDomain.Unload | 12 Jul 2005 20:09 GMT | 1 |
If anyone could land me a hand here, would be much appreciated. Application is using Interface based plugin system. Load Steps: Initialize loader class -> Create App Domain -> Load Assembly -> Get an
|
| What good is this automatic garbage collector? | 12 Jul 2005 17:23 GMT | 28 |
I have a simple .NET application with two or three listViews which are filled with icons and when the user click on the proper item, they display the related images. I use "image = null ; " for all images that have been used and are going to be closed. This is how ever no way to ...
|
| Error: Multiple controls with the same ID | 12 Jul 2005 16:53 GMT | 3 |
When I view any page in my application a second time, I recieve the following error: [HttpException (0x80004005): Multiple controls with the same ID 'TitleBanner:_ctl0' were found. Trace requires that controls have unique
|
| Including .NET framework with Visual Studio Setup project | 12 Jul 2005 13:10 GMT | 1 |
I am currently using Visual Studio .NET 2003. I followed the instructions on http://msdn.microsoft.com/vstudio/downloads/tools/bootstrapper/default.aspx?pull =/library/en-us/dnnetdep/html/vsredistdeploy1_1.asp and successfully made an installer than installs the .NET framework if ...
|
| ASP in windows 2003 | 12 Jul 2005 13:08 GMT | 1 |
My ASP appilcation was running fine on Windows NT when I migrated to Windows 2003. it became unstable, there is not a logic secuence to reproduce the error, but suddenly the application starts to get the error below in every pages:
|
| FolderBrowserDialog crashes on Windows 2000? | 12 Jul 2005 12:49 GMT | 1 |
FolderBrowserDialog crashes on my Windows 2000 computer. Here is a C# test program: using System; using System.Windows.Forms;
|
| really daring subject! DataGrid MyBase.OnPaint -> content | 12 Jul 2005 08:32 GMT | 8 |
I want to override the MyBase.OnPaint(ByVal pe As System.Windows.Forms.PaintEventArgs) of the DataGrid, to have some custom property's designed (other column headers etc). The problem is that I don't know the content of the original MyBase.OnPaint,
|
| Console application | 12 Jul 2005 04:06 GMT | 3 |
I have a console application and would like to run that as a service or Background process... How can I do that? VJ
|
| Using the TreeView control | 11 Jul 2005 22:57 GMT | 3 |
What I want to accomplish is an Outlook style (called Folder View in outlook) TreeView. Using a Split Container, with the TreeView on the left side, I want to show controls on the right side depending on what node is selected on the left side with the Treeview.
|
| DataGrid Question: | 11 Jul 2005 15:14 GMT | 1 |
I am trying to decompile datagrid. Here is my problem I want to know when does the datagrid create (subscribe to) the handler of ListChanged event. I have my own collection attached to the datagrid and I want to remove
|
| Message box does not showup | 11 Jul 2005 13:18 GMT | 1 |
I have used vb.net code to generate message box from my .vb codebehind file for my asp.net project and it works fine when offline in my localhost but after I upload the project in web server I can not get the message box from the client side and the page hangs up.
|