| Thread | Last Post | Replies |
|
| Urgent :"Your Account will Expire within N Days". | 28 Jul 2006 19:08 GMT | 2 |
Urgent :"Your Account will Expire within N Days". Here "N" is the number of days from which this message starts popping,I need to fetch this information from the active directory, please provide me details in solving this issue ?
|
| Using the mousewheel | 28 Jul 2006 17:22 GMT | 1 |
I try to use the mousewheel in a user control to to scroll in a pannel where I draw with GDI+ . due to the fact that a pannel don't has focus, I have no mousewheel event at my dispositon. Is there a work around?
|
| .net 2.0 system.web dll | 28 Jul 2006 16:08 GMT | 3 |
Can anyone tell me what dll file contains the system.web namespace in .net version 2? The only thing I can reference is the v1.1 system.web.dll. Thanks, Jim
|
| Troubleshoot Process id Errors | 28 Jul 2006 15:55 GMT | 4 |
We have a .Net application developed under FW 1.1 sp1. We run it under Windows XP, Win 2000 Server & Pro & 2003 Server and it runs just fine. But on one machine at one customer it will not run. Upon start up it throws this error "Application has generated an exception that could ...
|
| asp.net: how do I detect if debug mode is true or false ? | 28 Jul 2006 14:55 GMT | 1 |
I which to detect in my code if compilation has debug enabled ? I would different behaviours according to the compilation type.
|
| DataGridView Combobox column Error | 28 Jul 2006 09:51 GMT | 2 |
I've populated all the cells in a combo box column with values from 1 - 50 using the following code: foreach (DataGridViewRow row in uxTabSummary.Rows) {
|
| Loading an assembly from a stream | 28 Jul 2006 09:25 GMT | 2 |
Is there a way to load an assembly from a stream instead of from the file system? The static methods in System.Assembly.Reflection don't support anything other than file names or assembly names as a source for the various Load methods.
|
| BinaryFormatter serialization size. | 28 Jul 2006 09:17 GMT | 1 |
How can I determine the size of the data that a BinaryFormatter will produce when serializing an object? I basically want to know how many bytes an object with SerializableAttribute will produce if it is serialized to a stream.
|
| The type initializer for "HeaderEncoding" threw an exception | 28 Jul 2006 01:54 GMT | 11 |
I wonder if anyone has seen this before? I have two machines running exactly the same code. On the first, it works perfectly, on the second I get the TypeInitializationException 'The type initializer for "HeaderEncoding" threw an exception'.
|
| .NET C++ SMTP question | 28 Jul 2006 01:52 GMT | 3 |
I have been asked to do the following: Create an application that will take an e-mail address entered by the user into a field and, once a button is clicked, will take that e-mail address and check it against the mail server for that address using
|
| What account permissions are required for HttpListener.Start()? | 27 Jul 2006 20:42 GMT | 7 |
With least-privilege user account (LUA) HttpListenr.Start() throws an HttpListenerException with ErrorCode == 5 (ERROR_ACCESS_DENIED). This does not occur when the user is a member of the Administrators group. There's no mention of what privileges the current users requires in ...
|
| System.Version | 27 Jul 2006 19:50 GMT | 1 |
I've searched the documentation and Google for an answer to this but to no avail. It seems that System.Version does not serialize to XML. I checked the documentation and this type is flagged as being Serializable, it has a
|
| Windows service not starting at boot time | 27 Jul 2006 19:23 GMT | 4 |
I'm currently developing a windows service, and in OnStart i launch a couple of threads to do some work. When i start it manually everything goes fine, but at start up the service just timeout. I have added all the dependencies i thought could be used by the service, included
|
| Unbox IL instruction question | 27 Jul 2006 18:54 GMT | 5 |
I'm referring to: http://msdn2.microsoft.com/en-us/library/system.reflection.emit.opcodes.unbox.aspx There's a lot of stuff here that doesn't make sense to me. This page states: A value type has two separate representations within the Common Language
|
| Discrepancy in DataGridView column order & databound DataTable | 27 Jul 2006 17:38 GMT | 3 |
Dear group, I'm currrently investigating a bug within a piece of our software whereby if a DataGridView (bound directly to a DataTable) is ordered by column headers (containing lookup combo boxes where the value is the foreign key of another
|