| Thread | Last Post | Replies |
|
| Connecting to existing remote project | 28 May 2004 14:50 GMT | 1 |
I have searched all over for the answer to this, to no avail. I have a web project already set up and running on a remote server, that I created from my home computer. I am now trying to connect to it from my work computer, but cannot figure out how to set up the project.
|
| OracleParameter C# ORA-24338: statement handle not executed | 28 May 2004 13:53 GMT | 1 |
I have a stored procedure which takes 7 parameters as input and gives one output. Of these 7 parameters there can be few parameters which can take null value. I am using C# to connect with oracle. The parameters are set using OracleParameter class. But whenever I make a
|
| Multi-Lingual application | 28 May 2004 09:00 GMT | 2 |
I need to support multiple languages in a product package being developed in both ASP.NET (vb.net) and WinForm .net (c#). I was wondering if there are any best practice guides, application blocks, resources, tutorials, or just general advice that someone could recommend to
|
| session timeout problem | 28 May 2004 07:50 GMT | 1 |
I have an asp.net app. The session state is set to expire in 20 minutes in web.config, but my sessions seem to timeout randomly even though I interact with the application regularly, which is supposed to reset the expiration time I believe. Is there a specific way that you have to ...
|
| Serialize and append | 28 May 2004 00:24 GMT | 1 |
I have 2 objects of same type with data in them. I serialize 1 of them to an xml file using XmlSerializer and XmlWriter. now can i serialize the other one to the same file so it appends to the file after the data from the first one?
|
| tutorial on tree control in C# | 27 May 2004 21:54 GMT | 1 |
I wanted to implement a tree control, similar to the one in windows explorer, basically something that will list all databases availiable on a server, I just need an online tutorial on how to code the tree. Not just a drag and drop from the control toolbox, but something that
|
| DataTable Sort and Select not working.... | 27 May 2004 20:48 GMT | 2 |
I am building a C# app. below find the test code I have which makes for the short story: The Legacy object has no method to which to search or sort it's data so I am creating a DataTable and populating it so that I can take advantage of it's features. //I create a DataTable in my ...
|
| Program compiled under 1.1 still references 1.0 | 27 May 2004 20:38 GMT | 2 |
I have an application which I just converted from VS 2002 1.0 Framework to VS 2003 1.1 Framework. This application uses the Oracle ODP for .NET. However, even after compiling, it still says that the ODP DLL is using Runtime 1.0.xxxx. This is even further complicated when I try to do ...
|
| Static method in Interface (C#) | 27 May 2004 20:19 GMT | 3 |
I've come across a problem; I need a number of classes to implement a sertain static method. But I can’t seem to enforce this through an interface. Ideas to another solution Regard
|
| 1.0.3705 and 1.1 | 27 May 2004 19:32 GMT | 5 |
Do you need both of these installed on the machine or can the old one be removed?
|
| BinaryReader / BinaryWriter possible bug | 27 May 2004 16:56 GMT | 1 |
I'm trying to figure out how the BinaryWriter class stores strings - the BinaryWriter is attached to a MemoryStream. BinaryWriter inserts stores a value just before the actual string to reveal the length of the string to follow.
|
| CollectionBase and ISerializable | 27 May 2004 16:01 GMT | 2 |
Well, the problem is pretty simple. I have a class that inherits from CollectionBase, but Implements ISerializable. The name of this class is UsageLogs .. so now my UsageLogs can contain multiple UsageLog.
|
| UI Threat | 27 May 2004 15:38 GMT | 3 |
I write application that use two threads. the first is UI thread and the second is non UI thread. my problem is the UI thread must wait for the non-UI thread complete. So the User Interface is hang. Could you tell me how to resolve this problem?
|
| Is devenv part of the Microsoft .NET Framework? | 27 May 2004 15:30 GMT | 1 |
I was just wondering if devenv comes with the .NET framework. Or does it come with the Visual Studio IDE? I am trying to write an automated build process for the deployment of my company's software. I want to use devenv in the makefile. It would make sense to include it in the ...
|
| TypeConverter.CreateInstance-Method | 27 May 2004 13:59 GMT | 1 |
in the .NET Framework Class Library there is the following text in the "Remarks"-section: "Use this method for objects that are immutable, but for which you want to provide changeable properties."
|