| Thread | Last Post | Replies |
|
| Compiler error | 21 Jul 2006 23:32 GMT | 2 |
When ever i am trying to complie any program under VS.NET2005 editor i get this error " fatal error CS0014: Required file 'alink.dll' could not be found " , if anyone has the solution do let me know.
|
| Strange Socket 10061 Error | 21 Jul 2006 18:46 GMT | 2 |
I'm trying to get the motion detector sample code running from Scott Hanselman's "Some Assembly Required" entry here: http://msdn.microsoft.com/coding4fun/someassemblyrequired/babies/default.aspx. Very cool stuff, by the way.
|
| System.net.mail | 21 Jul 2006 14:32 GMT | 1 |
How can i send a mail message, using System.net.mail, with a recived confirm? (like outlook) Many thank's
|
| Imgaes from Icon | 21 Jul 2006 11:25 GMT | 1 |
Do any one knows how can we extract all size of icons fron a icon into images int .NET e.g. a icon may contain three image type 1.16x16, 256 color
|
| Xml Serialization | 21 Jul 2006 11:18 GMT | 1 |
I have a class derived from System.Collections.CollectionBase. How do I do serialization for it? If two or more instances of class A share an instance of class B in my object hierachy, how do I serialize them so that the instance of class B just
|
| Windows service timeout | 21 Jul 2006 11:15 GMT | 5 |
Hello everybody. I'm currently developing a windows service. In OnStart a launch two threads that carry on some work while the service is running. My problem comes from the fact that once the service is installed, it just time out at system startup and don't start. But i'm
|
| Error: memory at "0x00000003" | 21 Jul 2006 10:48 GMT | 3 |
I recived the following error: The instruction at "0x00000003" referenced memory at "0x00000003". The memory could not be "read" Click on OK to terminate the program
|
| Rebuilding dll without any changes and binary differences | 21 Jul 2006 03:44 GMT | 3 |
I build dll and change it's name. Than I build it again without any changes (neither in code nor dll version). Than I run binary compare on this two dll's and they differ. Why?
|
| DateTime.Now.ToString("t") not printing what I expect | 20 Jul 2006 21:21 GMT | 9 |
In my code I want to just display the time so I use the text formater "t" to display the short time format. I have my computer setup to display time in 24 hour format; however this still displays time as "7:14 PM", and I would expect it to display "19:14".
|
| problem de-serializing binary data stored in db | 20 Jul 2006 21:07 GMT | 4 |
In .Net Framework 2.0 (VS2005) I'm having problems deserializing binary data that was serialized and stored in a mysql 5.0 longblob field (stored via the mysql data connector datareader object). I have modified the code to try various suggestions I've seen in the forums, but no ...
|
| Text File Manipulation | 20 Jul 2006 20:36 GMT | 1 |
Not Sure if this is the correct category, but here goes. I would like to open up certain text files in a folder. I would then like to change a particular string to something else. Is there a way to update a record while
|
| Replace registry data with app.config | 20 Jul 2006 16:47 GMT | 2 |
Is there an MSDN article that I can't find on replacing the registry calls (Registrykey.GetValue, Registrykey.SetValue) with the calls to get and put the same data in app.config? Thanks
|
| How to create and delete file on PC File Share from Windows Mobile | 20 Jul 2006 16:24 GMT | 1 |
Has anyone be able to create or delete a file located in a PC File Share folder? I keep getting a "UnauthorizedAccessException". I need to be able to delete the file on the PC after the mobile device grabs a copy of the file. The copy is working so I know I have a connection. ...
|
| DeclaringType vs. ReflectedType | 20 Jul 2006 16:03 GMT | 4 |
The documentation says: System.Type.DeclaringType ~~~~~~~~~~~~~~~~~~~~~~~~~~ public override System.Type DeclaringType [ get]
|
| Different between operator comparision and '.Equals(x)' | 20 Jul 2006 14:16 GMT | 2 |
I would like to know what is the differnet between operator comparision and '.Equals(x)' Anthony
|