| Thread | Last Post | Replies |
|
| Connection timeout when using SQL Server User Instance | 10 Dec 2007 10:53 GMT | 3 |
Is there a limitation on the number of (sequential) opened connection for SQL Server User Instances? The following method will run to about the 240th iteration then will receive a timeout exception (SqlException. "Timeout expired. The timeout period elapsed prior to completion ...
|
| "using" alias in global scope | 10 Dec 2007 10:39 GMT | 3 |
Is there any way to use "using" for aliasing in the global scope? The example below works fine in the context of a given file, but in the different file MyByte alias is unknown. Is there any way to extend its visibility to multiple files without redefining it?
|
| Managed class inherit from unmanaged class | 10 Dec 2007 09:39 GMT | 5 |
I have a managed class that inherits from an unmanged class. The question is, if the object of the manged class get garbage collected, will the memory be free automatically for me or only the bit that is used by the managed code? What about the unmanaged bit?
|
| Services and Vista | 10 Dec 2007 09:06 GMT | 4 |
Hello group, I wrote a Windows-Service using C#. This services creates a NamedPipe which will be used from somes Client-programs. This clients can and can not have Adminstrator rights. At the moment work ONLY when the clients are started having admin-rights. What should I do to ...
|
| Hide app icon on Alt + Tab | 10 Dec 2007 08:56 GMT | 2 |
How to prevent the emergence of applications icons in the window, the operating system's displayed when you press Alt + Tab combination? http://www.alvas.net - Audio tools for C# and VB.Net developers + Christmas discount
|
| Service Crashing | 10 Dec 2007 07:55 GMT | 3 |
I ran my service and it crashes everynow and then. The following log is recoreded in the Application Event viewer An unhandled win32 exception occurred in XYZService.exe [9204]. Just-In-Time debugging this exception failed with the following error: Debugger could
|
| Need to dump file on HD in browser: what are my options? | 10 Dec 2007 07:36 GMT | 2 |
Hi group, I need to write a file in a network share automatically from within the browser. I realise this is an uncommon scenario that would need some work on the client side. The less the better ofcourse.
|
| Graphics ... almost working ... missing one line? | 10 Dec 2007 05:32 GMT | 15 |
I previously asked about two problems I had with some graphics - the first was that when I drew animation to a picturebox it wouldn't display when the Form loaded. It was suggested to me by everyone that I stop using my own CreateGraphics
|
| How attach to aspnet_wp under Vista? | 10 Dec 2007 04:11 GMT | 3 |
Under Xp (and using VS2005), I'm used to manually attaching to aspnet_wp in order to debug an IIS service from within my IDE. Now that I'm on Vista, however, I don't see aspnet_wp listed. Is there something new to attach to or an alternate way of doing it now?
|
| At a loss with Media Player | 10 Dec 2007 04:11 GMT | 3 |
I have a tool that uses the Windows Media Player to display certain products to users. It works great on my machine, but I am having great difficulty on one of the "product" machines. To help find the problem, I have installed VS 2005 on the machine so that I can at least figure ...
|
| How to raise async events | 10 Dec 2007 03:54 GMT | 11 |
I am working on a c# project using framework 1.1. Since its a console application,no windows forms are being used. I am trying to implement event driven classes that just want to raise the event and continue working( like fire and forget - do not wait for
|
| How do I upload files using remoting? | 10 Dec 2007 00:41 GMT | 3 |
Hi Friends, How do I upload files using remoting? Thanks
|
| Using Interface to dispose and null and object | 09 Dec 2007 23:55 GMT | 3 |
I may be on the wrong track here but I thought I could do this, but it isn't working. I have a class which I have used a interface to define. This class is then inherited from, and many of them are used (conditionally)
|
| Web forms | 09 Dec 2007 22:25 GMT | 2 |
I’m trying to do a web form in C#, it’s an example in a Deitel book all it does is display the current time of the web server. I see the files in my FTP:// website that visual studio created but when I run or debug (F5) I get this error message.
|
| Does anyone here use SQLite? | 09 Dec 2007 21:49 GMT | 6 |
I have been trying to find some working examples of working with this DB, but I can't seem to find anything at all. If I do find examples, its all referring to the
|