| Thread | Last Post | Replies |
|
| Out of Memory Exception in a user drawn control | 11 Oct 2007 13:18 GMT | 4 |
I am drawing a control with GDI+. It contains an image which turns around a center. After turning for a while I get and "Out of Memory" Exception. I am disposing all the created objects(the ones which are used/created during
|
| Setting framework version in IIS websites | 11 Oct 2007 10:27 GMT | 1 |
I have a Windows 2003 server with a couple of websites published with IIS. Every website and virtual directory is set to run .net framework v1.1. The most used of those websites is developed for v1.1 but after some days running right, IIS suddenly starts running it under v2.0.
|
| load .NET assembly | 11 Oct 2007 09:36 GMT | 5 |
How does an executable (managed or unmanaged) load an .NET assembly ? A dotnet 1.0 application I'm debugging atm seems to (one computer) load dotnet 2.0 assemblies instead of the specified 1.0 version (all assembly reference in the vs2002 solution for the application point to
|
| V2,0 Configuration utility | 10 Oct 2007 19:45 GMT | 5 |
I am having to setup a user with a new PC which came with Version 2 of the framework preinstalled. The problem is the Configuration Utility to Adjust Zone Security does not show itself in Control Panel. Where do I look or what other options are available?
|
| File.ReadAllText prevent write access for other processes | 10 Oct 2007 18:23 GMT | 2 |
I have noticed that File.ReadAllText prevents other processes from writing to the file while reading. It seems like the FileShare enum is set to Read rather than ReadWrite. This is a bug in my opinion. /m
|
| Excel.exe Application Error. Need Help, Please | 10 Oct 2007 17:44 GMT | 1 |
I just created a macro on an excel spreadsheet. After I closed this spreadsheet, an error message popped up: The instruciion at "0x66009da1" referenced memory at "0x650d5a84". The memory could not be "read". Click on OK to terminate the program.
|
| 3.0 vs 3.5 | 10 Oct 2007 17:25 GMT | 2 |
im starting to mess around with some things and a lot of them refer to .NET 3.0 but i was wondering if i could just work off 3.5 instead. i would imagine that whatever is in 3 should be in 3.5 and i shouldnt have any problems with developing stuff that asks for 3.0 in 3.5 but i ...
|
| Bulk Email | 10 Oct 2007 16:52 GMT | 2 |
I'm trying to understand how one can send 5000 emails using system.web.mail namespace. I used google, even my own smtp account information - they both send only 500 emails/ day but I need to create a program to send 5000 emails. I know there are programs that does that but I would ...
|
| BindingSource and currency management event question... | 10 Oct 2007 15:35 GMT | 2 |
I have several 'generations' of parent-child DataTable relations in my code, and was wondering how best to improve (fix) the following. When navigating through a parent table, I wan't to automatically
|
| Toolstrip Exception - bad .NET? | 10 Oct 2007 14:10 GMT | 4 |
I have a program that is crashing on some machines (at a client of ours). I have determined that it goes down on this line of code: ToolStrip x = new ToolStrip(); I created a simple test app that only performs this one line of code.
|
| ReplacerStream | 09 Oct 2007 18:36 GMT | 5 |
I need to use a stream that I can configur to replace some input string with another. It is probably not very difficult to do but I can't imagine that this has not been written dozens of times before. However I can't find something like it on the internet. Does anyone
|
| Need to .net framework SDK to run my application? | 09 Oct 2007 18:14 GMT | 7 |
I am facing problem now on my application, the problem is that i needed to install .net framework SDK 2.0 in order for my application to work on another computer. Did I miss some files during my compilation? For more details, i first installed .net framework 2.0 in that computer ...
|
| Strange .NET Runtime 2.0 error thrown in a WPF application | 09 Oct 2007 17:16 GMT | 3 |
Has anyone seen a similar exception? This is a WPF application installed via ClickOnce and we have one user who gets it consistently on startup. We've also seen it occasionally while the applicaiton is running. We've instrumented the application with exception handling in
|
| Service installer fails on "repair" install | 09 Oct 2007 16:31 GMT | 2 |
I have a VS Setup project for a C# Windows Service. In the Control Panel's "Add/Remove Programs" applet, my service appears with a change button, which when clicked gives an option to repair the install. If I do that, I get an error message saying "The specified service already ...
|
| No Error Message when .Net Configuration 1.1 Tool is open. Anyone understand? | 09 Oct 2007 16:14 GMT | 2 |
So i am using this 3rd party API in one of my applications. Both the DLL for the API and my executable sit on a network drive for everyone to access. Therefore all of the machines in my company have code groups set up to allow the application to run.
|