| Thread | Last Post | Replies |
|
| wpf-dataBinding - set DataContext in xaml to an object in code | 09 Nov 2007 23:51 GMT | 3 |
because there are no managed news group for window presentation foundation and one has told me I can use this, here my problem: I have the following simple test:
|
| wpf - databinding problem | 09 Nov 2007 23:49 GMT | 9 |
because there are no news group for window presentation foundation and one has told me I can use this, here my problem: I make the following binding in code: SolidColorBrush mySolidColorBrush = new
|
| .NET Seriously Broken | 09 Nov 2007 23:20 GMT | 2 |
I have a disastrous .NET problem after trying to install some fixes yesterday. Now everything I try to do in VS.Net results in a problem. Previous built .exe's fail. Programs which used to build without errors now get errors.
|
| Q: Looking for a good web services/.net tutorial book | 09 Nov 2007 22:10 GMT | 1 |
I am interested in write a client-server application in C# using web services and ASP.NET. I am looking for a good book containing a tutorial on how to do this. I want a C# front-end, not a browser front-
|
| Monitor.Pulse allows thread race | 09 Nov 2007 20:32 GMT | 2 |
Here is a quote from MSDN regarding the behavior of Monitor.Pulse: “The thread that currently owns the lock on the specified object invokes this method to signal the next thread in line for the lock. Upon receiving the pulse, the waiting thread is moved to the ready queue. When ...
|
| is System.IO.Ports.SerialPort supported in 64bit? | 09 Nov 2007 19:36 GMT | 4 |
is System.IO.Ports.SerialPort supported in 64bit? I'm writing C# application and its worked fine with 32 bit. But in 64-bit, System.IO.Ports.SerialPort never fire up the Event Handler (e.g. PinChangedEvent ).
|
| In-Memory Assemblies | 09 Nov 2007 19:30 GMT | 12 |
I'm trying to make something work and I'm pretty sure it can be done, but I can't get it working. I have a encrypted file that contains everything my software needs: exe, dlls, et al. I want to make a "loader" that will decrypt the file and get
|
| process exit event and thread synchronization | 09 Nov 2007 18:52 GMT | 20 |
I hope someone could help me with a hint, maybe I am having a problem to conceptually understand whats going on: I am starting a new process (.NET20, c#, command line app) which launches an external cmd shell and some external code (.NET remoted into from my manager
|
| Is there any predefined delegate with no argument? | 09 Nov 2007 07:56 GMT | 1 |
I am looking for a predefined delegate which in form: delegate void NoArgument(); It's quite useful than other delegate with argument, I found MethodInvoker in WinForms, which defined in such form, but I don't
|
| Thread handle & synchronization | 09 Nov 2007 03:21 GMT | 7 |
I need to get handle of thread so I can pass it into WaitHandle.WaitAny method and wait until thread finishes its execution. How can I obtain WaitHandle from Thread ? Is thread signaled if it is in sleep state ? If not, is it possible to find
|
| How to identify a .NET project | 09 Nov 2007 00:09 GMT | 1 |
I routinely import legacy C++ projects then convert them to DLLs. My working IDE is Visual Studio 2005. How do I recognize which projects are considered as .NET which projects are considered managed/unmanaged? My goal is to convert these projects to
|
| Reusing Threads | 08 Nov 2007 19:49 GMT | 2 |
I have an application with a C# menu, that calls individual C programs, by starting a thread for each call. This way the program is in one thread, and the menu is in another thread, until they exit the program and that thread ends.
|
| Fatal Execution Engine Error using unmanaged obj from 2 appdomains | 08 Nov 2007 18:19 GMT | 6 |
I originally posted this in dotnet.languages.vc, and it was suggested that I post it in here as well...so here goes I believe I've found a bug in either the compiler or in the runtime....for some reason when accessing a specific unmanaged object from 2 appdomains it
|
| How do I downgrade from build 1378 to 832? | 08 Nov 2007 08:34 GMT | 3 |
I installed VS2008b2 and as part of that got .Net framework 2.0.50727.1378. since we use 2.0.50727.832 in our development work and the two versions are not 100% compatible (e.g. SortOrder is defined in two places in 1378), I would like to downgrade to 832 again. How do I do that? ...
|
| .net framework 3.5 beta 2 interfere w/other versions? | 07 Nov 2007 20:35 GMT | 3 |
If I install .net framework 3.5 beta 2 will that interfere with the running of the version 2 or version 3? TIA, David
|