| Thread | Last Post | Replies |
|
| Strong-Name 1.1 module incompatible with 2.0 | 25 Jan 2006 10:14 GMT | 1 |
I have modules that have been strong-named with .Net Framework 1.1. When these modules are installed on a machine which has .Net Framework 2.0, I receive an error code 8013150D -- COR-E-VERIFICATION error. If .Net Framework 2.0 is removed form the machine, the modules work fine.
|
| I saved password into the database with "binary" data type from GetByte method. How can I to compare the password that between database and transfered from the page? | 25 Jan 2006 06:49 GMT | 3 |
The following is the source. The password is encrypted and saved into the Binary in SQL2K. Now I want to create a new page to compare the existed password and the password that in the database.
|
| DateTime Equals method & Ticks | 25 Jan 2006 06:14 GMT | 11 |
What determines if two DateTime objects compare equal using the DateTime Equals method? I am wrapping DateTime to provide some time-zone awareness and have run into a problem with the DateTime Equals. A short contrived example that shows the problem I am having is the following ...
|
| How can I write to a file with different encoding? | 25 Jan 2006 04:46 GMT | 2 |
How can I write to the same file with different encoding? The file has records where different fields in each record has different encoding (because of use in different modules in a production machine). Open and close several times (with different encoding) for each record is
|
| ColumnMapping Difference in MappingType? | 25 Jan 2006 02:46 GMT | 1 |
What is the difference between a MapingType.Element and MappingType.SimpleContent? The MSDN docs only seem to say "there is a difference", but I can't tell because when I serialize my DataSet or DataTable, they look the same. Using .NET Framework 2.0.
|
| AMD/Dual-Core/64 bit: influence on compiled files? - Clients? | 25 Jan 2006 01:37 GMT | 13 |
Maybe a little bit off-topic, but it still seemd the best place to ask for it :-) I'm planning to buy a new development laptop, and I would like to buy an AMD, Dual Core,-bit
|
| Visual Design Error | 25 Jan 2006 01:17 GMT | 1 |
Hi I'm Roby Eisenbraun Martins. I 'm a C#,VB,C++ developer. I'm working with NET 2005 and I got this error message from the Form Design Editor, where all my Forms inherited not directy from the form class
|
| Converting Enums (c#) | 25 Jan 2006 01:13 GMT | 2 |
Given: public enum SomeEnumType : int { None = 0,
|
| Oracle - Curson In, Cursor Out In VB.NET | 25 Jan 2006 00:36 GMT | 2 |
I read this article. http://www.oracle.com/technology/oramag/oracle/06-jan/o16odpnet.html It's about using Cursor In and Cursor Out in a .NET application that accesses Oracle Database 10g Release 2.
|
| CurrentDomain.UnhandledException being bypassed | 24 Jan 2006 22:05 GMT | 1 |
I have a transient problem that causes my .Net based NT Service to exit unexpectedly. I have all code wrapped with exception handlers that write to log file, Application event log or both. I hook currentDomain.UnhandledException in the service's Main() entry point. The
|
| Path Length Problem | 24 Jan 2006 22:02 GMT | 1 |
A user of my app is reporting that he is getting a "path too long" error. Thats all the info I have. I'm testing, so I've created a folder structure on my machine up to the point where XP tell me it cannot create the next folder, so I assume I've
|
| Application Freezes when Screen settings change | 24 Jan 2006 21:30 GMT | 1 |
I'm writing an application in C# 2.0. The application runs fine until the screen settings are changed, and then it freezes. How do I fix this problem? I've noticed that other applications do not freeze when the screen settings have been changed. Currently we're running the ...
|
| XmlDocument.Load using MemoryStream... | 24 Jan 2006 19:58 GMT | 6 |
Hello. Not very experienced using Streams of any kind, and Google didn't save me... I have some code that builds an Xml file and dumps it on my drive. It works. Now, I want to do the same thing, but skip the file and just hold the
|
| Threading hesitates in 2005 | 24 Jan 2006 19:33 GMT | 5 |
We have an application originally written in VS2003 that spawned a number of threads (10-20 or so) for initialization of the application. Every thread performs the exact same task in a few hundered milliseconds. In VS2003 the app worked wonderfully.
|
| Very strange behaviour on VS 2005 | 24 Jan 2006 19:27 GMT | 1 |
I encountered some problem with the debugger of Visual 2005 with CF Apps. I finaly succeed in isolating hte problem. My application use a "FormManager" class that handle some common behaviours of all forms. This "FormManager" class also have a "StartApplication" methode which
|