| Thread | Last Post | Replies |
|
| Session State and performance | 09 Oct 2004 02:35 GMT | 3 |
I was wondering if anyone could give me a good guide as to how much can be stored in the session state before performance is affected? The app I'm working on is to be hosted on an intranet with in the region of 500 users (not at all times though) but it's intended to be able to ...
|
| automation server can't create an object | 08 Oct 2004 22:17 GMT | 1 |
I've installed Visual Studio 2005 beta on Windows 2003 Server. When I try to add a new web form to a web site, I get an error message: "Automation Server can't create an object". Any idea how to resolve the problem?
|
| Is this a bug in .NET garbage collection? | 08 Oct 2004 22:09 GMT | 24 |
I found a very strange behavior when I write a C# windows application. If I allocate a huge chunk of memory by an array, the memory will never be released by .NET. The problem can be demostrated as follows:
|
| Installing .NET on web server | 08 Oct 2004 20:39 GMT | 4 |
I'm trying to use my local IIS (on win 2k) to work on ASP.NET pages. How do I tell if ASP.NET is installed on the server? When I go into IIS Application Configuration, I do not see any of the .ASPX or .ASAX type extensions. I just see .ASP, .ASA etc. Does this mean it is not ...
|
| Keystroke trapping in background? | 08 Oct 2004 19:43 GMT | 4 |
...newbie warning... I am looking for a way to trap (and process) keystrokes before they are passed to the foreground/active application. Something similar to how, for example, the Alt-Tab key combination switches between applications, without
|
| FileSystemWatcher in Windows Service | 08 Oct 2004 19:43 GMT | 2 |
I created a Windows Service (written in VB.NET) that uses a FileSystemWatcher to monitor a directory for file creation. When files with a certain extension are created in the directory, the file is opened and read (something is done with the contents). Then the file is moved to ...
|
| Excel automation - writing image/picture files | 08 Oct 2004 19:39 GMT | 2 |
I'm trying to automate Excel 2003 from Visual C# .Net. Is it possible to export an picture/image file from c# to excel? If so, how do you do this? Are there any code examples available? Thanks.
|
| Access.mde reference | 08 Oct 2004 19:22 GMT | 4 |
Is there any way to set a reference to an mde in an asp.net project to make the code available?
|
| calling SQL Stored Procedures / CRUD | 08 Oct 2004 18:56 GMT | 1 |
I'm looking for some guidance . I'm new to VB.NET and SQL server, and have been working on a project for a while. I have been reading up on implementing CRUD operations using stored
|
| "OSWatcher" class | 08 Oct 2004 17:32 GMT | 4 |
Not sure if there is anything, but I'm looking for direction on how I might track the topmost process on my PC. Basically, I'm looking to build a service that would monitor for any time a different window was fronted with the idea being that it would be a quick estimator of where ...
|
| Build Error No overload when about to run Application | 08 Oct 2004 15:49 GMT | 1 |
Can anyone help me solve the following build error which Im getting my a solution im working on CODE: static void Main()
|
| Portal/CMS | 08 Oct 2004 15:42 GMT | 2 |
We are currently looking around for a good c# based portal/cms. Are there any good open source solutions out there? Thanks in advance. Richard
|
| SQLDMO object help needed please | 08 Oct 2004 15:39 GMT | 2 |
I am trying to compare the tables in two similar environments using the SQLDMO object. I am able to use this object to access different SQL servers and choose two different databases. The versions of the databases are slightly different so I would like to be able to compare them ...
|
| Temporary Data File | 08 Oct 2004 14:13 GMT | 1 |
I have an application that needs to allow multiple users to create a temporary data file (created from MS Access database and MS Project files); browse in a datagrid allowing deletes by no changes or additions; and run reports. I need to have an empty file at the completion of ...
|
| FileSystemWatcher in Windows Service | 08 Oct 2004 13:57 GMT | 1 |
I created a Windows Service (written in VB.NET) that uses a FileSystemWatcher to monitor a directory for file creation. When files with a certain extension are created in the directory, the file is opened and read (something is done with the contents). Then the file is moved to ...
|