| Thread | Last Post | Replies |
|
| Tracing framework code | 15 Aug 2006 04:46 GMT | 3 |
Hello, everybody. Can I trace framework code while debugging my application. For example I'd like to find out how BindingSource processes OnChange event because I'm experiencing problems with it and I don't understand how it works exactly.
|
| "Fix this Application" Problem | 15 Aug 2006 04:16 GMT | 3 |
In the .NET Framework 2.0 Configuration, I have added an application to configure. When I tried to "Fix this Application", it did NOT respond. I remember that the 1.1 "Fix this Application" works. Is there any way to let the 2.0 "Fix this Application" work?
|
| hints on how to deal with Yahoo mail and links (.NET 2.0)? | 15 Aug 2006 02:30 GMT | 1 |
I'm using .NET 2.0 (VS 2005) on a web server. I have some links I put in HTML based Email, yahoo mail seems to want to replace parts of my links with http://mail.yahoo.com/config/login?... -- this is causing problems for my customers. Is there any way to work around this ...
|
| get login of members in group | 14 Aug 2006 22:22 GMT | 3 |
I'm attempting to write a method that will return an arraylist of security group members. So, what I'd do is pass in a group and return an array. The problem is, I can't figure out how to return the nt login (CORP\username), instead I get:
|
| What is SyncRoot? | 14 Aug 2006 20:55 GMT | 9 |
Some classes (in particular, the Hashtable class) expose a SyncRoot property. The help for that property states (in part): Derived classes can provide their own synchronized version of the Hashtable using the SyncRoot property. The synchronizing code must perform operations
|
| DEVMODE Structure from C to C# something is missing | 14 Aug 2006 18:27 GMT | 1 |
I have a structure I have to use called DEVMODE for when I want to call EnumDisplaySettings. you can see the C struct at the address below : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/prntspol_8n le.asp I want to use the dmPosition member of this struct... ...
|
| Which is the sequence of events when using ShowDialog()? | 14 Aug 2006 18:16 GMT | 1 |
I'm having troubles with a Symbol 9000 device (Compact Framework v 1.1) when activating the barcode scanner from a window. The problem is related to the Activated event of the form which carries the task of the initializing the scanner. It looks like this event is not called ...
|
| XML document question | 14 Aug 2006 16:09 GMT | 5 |
I have a class which looks like that: class Stuff { Dictionary<string, object> properties;
|
| bindingRedirect in App.config | 14 Aug 2006 08:44 GMT | 1 |
I would like to use different versions of assembly libraries in the runtime. Does <bindingRedirect oldVersion="1.0.0.0" newVersion="2.0.0.0" /> work with any program, like command line and windows service? "1.0.0.0" and "2.0.0.0" are just examples. Thank you in advance.
|
| Windows Mobile 5.0 & Compact Framework | 14 Aug 2006 08:27 GMT | 4 |
(I could not find a forum specific to the Compact Framework so I'm trying this. If you have a better place to suggest please let me know.) We did some test programming a while ago using the Compact Framework for .NET 1.1 and a Windows CE PDA. Would now like to use Compact ...
|
| Unknown Error 0x60080062 | 14 Aug 2006 00:39 GMT | 1 |
Does anyone know this error 0x60080062 on platform B? King Regards, Very Wise Researcher
|
| web service question | 13 Aug 2006 21:59 GMT | 4 |
I'm trying to do my first web service. It's a small test, a method receive 2 int and return the sum. The client is a winforms application. That's work fine but the form freeze during the web service answer.
|
| Help with date.addHours() | 13 Aug 2006 19:35 GMT | 2 |
Hi all, I'm sure I'm missing something while dealing with dates in my code.... If anybody could give me a clue... Here's the code: dim dt1,dt2 as dateTime
|
| Exec distribution issue.... | 13 Aug 2006 15:17 GMT | 4 |
I developed a exe application written in C#, using remote SqlServer2000. I have three users (three workstations) need to use this application. All are in the same network domain. I want to install this application on the file server, so to speak, on the
|
| DateTime problem | 13 Aug 2006 09:25 GMT | 2 |
in a huge project i have the following problem. I create an object which contains many public members (i know that this is not correct, but it is a single use migration program). The members will be filled from database tables. In the fill method i see in debug mode the
|