| Thread | Last Post | Replies |
|
| Diagnosing unexpected process termination | 20 Apr 2008 23:16 GMT | 1 |
I have a managed application running as a service at several hundred sites. The application has logging code throughout, so it is clear when the application shuts down normally. Several times a week, the application will terminate unexpectedly at various sites; that is, the
|
| .NET 3.5 application crashing machine | 20 Apr 2008 23:14 GMT | 1 |
We've got a .NET 3.5 app that seems to be crashing a client machine (periodically). Does the .NET Framework keep any logs that may help us track down the problem? If so, where are they held?
|
| GAC Installation for ServicedComponents? | 20 Apr 2008 23:13 GMT | 2 |
I have installed my .NET assembly and components into a COM+ server application. To make it accessible to .NET apps, I need to now get it in the GAC, correct? Should I install into the GAC first or COM+ first? If I install it into the GAC first, how can I install it into
|
| can not get AJAX to work on server, please help | 20 Apr 2008 23:10 GMT | 1 |
I have a server set up on my local (home) network and can not get an ajax application to run on the box. it works fine on our developement server and also works fine locally. I copied the application to the server, setup the website, installed
|
| ClickOnce and Firefox | 20 Apr 2008 23:07 GMT | 6 |
I understand that clickonce is supposed to be fixed in 2008 for Firefox. Is this true? Do I need to create a new application? I tried just rebuilding an existing project and opened the resulting publish.htm file in FF and it just prompted me to save the .application file and ...
|
| Strange exception. Help needed. | 20 Apr 2008 19:00 GMT | 4 |
Hi, everyone. I need a bit help here: I have written an application for my company. That application runs at my company's customers as part of a larger solution. Now some customers complain that the application occasionally crashes and/or refuses to start
|
| monitor and audio | 19 Apr 2008 21:24 GMT | 1 |
i have just connected my pc (wndonws xp) to my tv (samsung lcd) through a VGA cable. Now the tv is working as a monitor but I am unable to put the audio output on the tv. What I have to do?
|
| Profiling HttpListener app | 19 Apr 2008 18:18 GMT | 5 |
Hi... I've been profiling an HttpListener-based app that takes in POSTed xml of ~150 bytes and returns xml in roughly the 400-byte range. One of the surprises in the profiling was that the line for reading the
|
| cs0165 - the error that keeps on giving | 19 Apr 2008 05:00 GMT | 3 |
I'm an unashamed C coder learning C#, and in my first 24 hours with the language I've already found my first TIDL (thing I don't like), the inane "error cs0165." I'm sure that this has been discussed and argued over at great length, but I'm having trouble finding useful
|
| Setup project - Silent Uninstall. | 19 Apr 2008 00:09 GMT | 1 |
Here's the context. We have a setup program that will deploy an application to our clients. The exe deletes all of its files when the user exists from the application (I know this is odd, it's a requirement of the project). To run the application again, the user must run the ...
|
| catching VSYNC or BLANK | 18 Apr 2008 22:14 GMT | 1 |
Is it possible to catch these video signals from C#? I want to control internal task timing with display updates. Thx Marc
|
| Will Collection.ToArray() function keep the order of its items? | 18 Apr 2008 08:27 GMT | 2 |
Hello, friends, We have a .net 2005 app. I need to pass 2 arrays to a method: UserInfoUpdate(dataType1[] array1, dataTyep2[] array2). The items in these 2 arrays have 1-1 relations, i.e., the first item in
|
| How do references to exes work? | 17 Apr 2008 22:50 GMT | 1 |
I wrote a console mode program demo program and I was lazy and I just pasted in the source for dumpObject. Then I wrote another demo program and said to myself: I should not paste in that code again. So I added a reference to the first console mode program and
|
| COMException after upgrade to .Net 3.5 | 17 Apr 2008 18:26 GMT | 1 |
We have an in-house developed application that uses a 3rd party COM control. We recently upgraded the application to .Net 3.5. Everything runs smoothly on Windows XP. We had previously tried the .Net 2.0 version on Windows Vista, and it runs just fine as long as you have not. ...
|
| DCOM use over WAN | 17 Apr 2008 09:14 GMT | 2 |
We have a database hosted in our Uk which office which uses DCOM to communicate between server and client. I want to allow users from our US office to use this package, so what ports would need to be enabled on the firewalls and how would i setup the DCOM at
|