| Thread | Last Post | Replies |
|
| Java Null VS .NET Null | 10 Aug 2005 18:56 GMT | 1 |
In Java, creating a class that represents a tuple in a database is relatively simple because if you have a field for, lets say, "Quantity" that is an integer, you can set it to null. Since .NET uses a stack for these Value Types, the integer (Int32) has an initial value of 0 and ...
|
| Exception when DefineDynamicAssembly() is called in Another AppDomain | 10 Aug 2005 16:40 GMT | 4 |
I keep getting the same exception ("The type System.Reflection.Emit.AssemblyBuilder in Assembly mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 is not marked as serializable.") when I try create a dynamicassembly from
|
| Versions of .NET runtime | 10 Aug 2005 16:29 GMT | 5 |
I've installed the .NET framework v2.0 beta 2 on my computer, but when I try to install SharpDevelop or other softwares, I still get a message "You must have .NET framework v1.1" ... Does someone know why ? Can't the 2.0 runtime execute 1.1 apps ?
|
| How to Learn .net and vb.net | 10 Aug 2005 15:36 GMT | 1 |
i want to learn .net and vb.net in a propare steps, How to proceed in this. If you can provide learning steps for .net it will be really helpful for me Thanks in advance Venkat
|
| asp to asp.net input string error | 10 Aug 2005 15:21 GMT | 1 |
Welcome back amitbadgi | Logout | Faq Knowledge Discovery Keys COMPUTER PROGRAMMING, DATA MINING, STATISTICS, ARTIFICIAL INTELLIGENCE * Settings
|
| Catching exceptions from a FileSystemWatcher event handler | 10 Aug 2005 14:56 GMT | 2 |
I'm using the FileSystemWatcher to monitor if there are changes to a file. When the event is raised I do some stuff in a custom event handler sub routine. It works fine. However... ;-)
|
| Converting a double array to byte array | 10 Aug 2005 13:22 GMT | 5 |
Is there a way to convert an array of double to a byte array and vice versa? The bitconverter class allows convertion of a double value to a byte array, but I didn't find a way to convert the entire array of double to byte array. Is this even possible?? Any Suggestions?
|
| asp to asp.net operation not allowed when object is closed | 10 Aug 2005 12:37 GMT | 1 |
Hello guys I am getting this error while converting an asp applicayion to asp.net Exception Details: System.Runtime.InteropServices.COMException: Operation is not allowed when the object is closed.
|
| asp to asp.net syntax error | 10 Aug 2005 12:36 GMT | 1 |
I am gettign this error while converting an asp application to asp.net , its a query syntax error, Exception Details: System.Runtime.InteropServices.COMException: Syntax error in query expression 'id =System.__ComObject'.
|
| Trace | 10 Aug 2005 11:23 GMT | 1 |
I can't seem to get Trace to write to a file unless I explicitly call Trace.Close() at the end of my app. My log files don't flush until I close this. Is there a way to view the trace output files during application running without needing to call Trace.Close()?
|
| Regular Expression Issue/Question | 10 Aug 2005 11:14 GMT | 1 |
I have inherited an application that uses Regular Expressions to find items out of a data string and I am getting an odd result. It appears the regular expression engine is grabbing the wrong value. For ease of the post I have simply grabbed the relevant pieces of code without ...
|
| object-relational-mapping, DAL generator | 10 Aug 2005 10:29 GMT | 6 |
I'm ne to this subject, and has been looking around for some software that does the Object-Relational-Mapping, and generates the Data Access Layer. I found alreaddy a lot of application that doesn ice stuff, but none of them was really exactly what I was looking for. It need to be:
|
| How to Translate the Code? | 10 Aug 2005 08:29 GMT | 2 |
The following source is written in VB. Now I want to covert this source code to VC++ .NET. Could you please try to do this translation someone who have knowledge in VB and C++? Function Convert(ByVal MyNumber)
|
| Cybersitter incompatible with .Net Framework? | 10 Aug 2005 07:33 GMT | 3 |
Actual trouble ticket follows. Reference DEJ-83192 to support@cybersitter.com I'm not a programmer, I've rudely crossposted this, and I apologize for all of that. I'm quite sure anyone here can point out many inconsistencies etc. I'm asking for folks here to
|
| Sql Reporting Serviced - > ASP.NET ACCESS DENIED! | 10 Aug 2005 07:24 GMT | 4 |
Hi, I have installed Sql Reporting Services on 2 machines, one is WIN 2000 PRO and the other one is WIN 2000 ADV. SERVER. When I try to access a report using the webbrowser, I get the following error, this happens only if try access the report on the SERVER, it I try on my local ...
|