| Thread | Last Post | Replies |
|
| Looking for Tips/Writeup on overall approach to Exception Processing | 09 Jun 2007 19:00 GMT | 14 |
Re: Looking for Tips/Writeup on overall approach to Exception Processing Hi All - I am fairly new to C# and am wondering how to best implement (overall) Exception Processing within my (reasonably-sized) C# Windows
|
| Convert "Non Serializable" object to byte array | 09 Jun 2007 18:24 GMT | 5 |
How to convert a "Non Serializable" object to byte array. The object is a dynamically created Excel workbook. As per my understanding an object can be written and read from a stream Only if it's serialized. Any ideas?
|
| server scenario - variables in the right spot? | 09 Jun 2007 17:39 GMT | 7 |
i think i just realized i'm an idiot. again. (not syntactically correct code... just pieces to illustrate) class StateObject {
|
| Can References to "Oracle.DataAccess" AND "System.Data.OracleClient" co-exist in one application ? | 09 Jun 2007 17:09 GMT | 4 |
Assume I add in VisualCSharp 2005 References to Oracle.DataAccess AND System.Data.OracleClient
|
| compiler warnings for unconditional recursive calls | 09 Jun 2007 16:01 GMT | 5 |
Why doesn't the compiler give me any warning if it encounters code like the following: void foo() {
|
| Find the type of the exception | 09 Jun 2007 13:56 GMT | 11 |
I have been struggling with the following issue: How can one find the type of the exception? In other words I would likes to come up with piece of code that does the following (written in pseudo code):
|
| VS 2005 i can alnly create 3.0 framwork project and i can't add any type of element!!!! | 09 Jun 2007 13:16 GMT | 1 |
Hi guys same days ago i installed Vsta Ultimate Visual Studio 2005 + SP1 and many other things like you can see down. Now if i open visual studio and i try to create some kind of projects i can only create .net framework 3.0 project and i can't add any type of element
|
| xmlns="http://schemas.microsoft.com/client/2007" | 09 Jun 2007 12:40 GMT | 2 |
in xml document , there is code like [ xmlns=http://schemas.microsoft.com/client/2007 ] is this necessary? what is this? can i use xml code without xmlns attribute?
|
| Where do I report bug to Microsoft? | 09 Jun 2007 11:21 GMT | 7 |
Sorry for the off topic subject, but I don't know where else to ask. I've found a bug in Visual Studio 2005 when running a webtest, where do I report such a bug? I've searched the microsoft newsgroups and have found nothing related to
|
| Net documentation with XML doc | 09 Jun 2007 10:45 GMT | 1 |
I am seeking a simple XSLT to do a trasformation of the XML produced for documentation purpose from C# comment and CSC. Netdoc is old and doesn't support NET 2.0. Have you any suggestions? thanks
|
| VistaDB Database | 09 Jun 2007 10:34 GMT | 14 |
I just saw an ad in the latest ComponentSource newsletter for a database engine called VistaDB 3.0. http://www.vistadb.net/default.asp It looks very interesting as a database engine for smaller applications
|
| C# mover | 09 Jun 2007 07:53 GMT | 6 |
Does somebody have an example C# code of how to move items between two lisbboxes? Or maybe a ready to go component. I found an ASP example, but is there something for Windows forms project? Thanks,
|
| Problem with custom web server control | 09 Jun 2007 06:50 GMT | 1 |
I need help diagnosing an error that occurs on the web server where my web site is hosted, but it does not occur when I run it under VS2005. I have an errors.aspx page that captures unhandled application errors. The error I get from
|
| disable reflection thru .NET reflector | 09 Jun 2007 01:21 GMT | 12 |
Hi, anyone know how to disable reflection on sensitive code? Here is specifically what I'm trying to do. I have one method in a class within an assembly I'm trying to prevent using reflection to see the code. The code contains a hardcoded key word that I do not want to be seen ...
|
| How C#.Net query Oracle database? | 09 Jun 2007 01:15 GMT | 2 |
I read that C#.Net can query an Oracle database. How can I setup C#.Net to query an Oracle database?
 Signature I have been using Microsoft products for years.
|