| Thread | Last Post | Replies |
|
| C# Object serialization | 25 Sep 2007 17:33 GMT | 5 |
I know how to serialize a object into a file. But if i want to serialize several different objects into the same file and not at the same time, Then how can i do it?Thanks For example:
|
| do you know if the new bz box is x86 or x64? | 25 Sep 2007 17:02 GMT | 1 |
do you know if the new bz box is x86 or x64?
|
| no incoming mail | 25 Sep 2007 14:54 GMT | 1 |
I posted a question, but did not include that my program is Outlook Express 6.
 Signature Lee
|
| Application settings, when is it deserialized? | 25 Sep 2007 13:16 GMT | 2 |
Group, Using VS2005, VB.NET and .NET 2.0 Framework, I have a built a mylib.dll class library. It is registered for COM interop. I have an associated app.config. I build mylib project and get mylib.dll,
|
| Losing my parameters and fields? | 25 Sep 2007 09:24 GMT | 5 |
Dear MSDN! I have designed a report in VS 2005 Report Server Projekt. The report connects to a Analysis 2005 server. Everything works fine in Layout tab and preview tab until i click data tab. After i have clicked the data tab the
|
| Async File IO Implementation | 25 Sep 2007 08:59 GMT | 5 |
For various reasons, I have been trying to get a closer look into Async file IO implementation of the framework. Am I correct in assuming that the Rotor (http://www.dotnet247.com/247reference/System/IO/FileStream/__rotor) implementation is a fair (if not exact) representation ...
|
| Strange results attempting IDENTITY in LINQ | 25 Sep 2007 08:45 GMT | 9 |
I tried to add an one-up sequence to a LINQ select such as: var i = 0; var tokenized = from line in lines
|
| how to force a .net application to use .net 2.0 ? | 25 Sep 2007 08:10 GMT | 3 |
how to force a .net application to use .net 2.0 ? this windows service is about 4 years old and im pretty sure is using .net 1.x runtime. Is there soem setting in the installer that says to use .net 2.0 instead of .net 1.0? this windows service is developed in visual studio
|
| Populate Typed DataSet with XML Problem | 25 Sep 2007 04:40 GMT | 2 |
I have a XSD file to define the structure of XML. I generated typed DataSet by running "xsd rey_SvcApptView.xsd /dataset" command. Then I run following statements to populate DataSet with XML content, NewDataSet nds = new NewDataSet();
|
| Problems running WMI code through C# as scheduled task | 25 Sep 2007 04:10 GMT | 1 |
I am running the following code as part of a scheduled task; the objective of the code is to determine whether or not someone is logged on to the workstation in an interactive session, and if so, if that person is the same one as the one running the task.
|
| My channels are unavailable. | 25 Sep 2007 01:51 GMT | 1 |
For 2 days I have been unable to access channels, I thought it was my aerial but I used a different one and still have the same problem. I have tried to scan for the channels with no success, used system restore and have tried to reset the settings but nothing has worked. I ...
|
| Compatibility of 3.0 and 3.5. | 24 Sep 2007 16:56 GMT | 4 |
Is .net framework 3.5 a superset of 3.0 or like 1.0 and 1.1 are both going to be required to be installed?
|
| creating simple array... how to? | 24 Sep 2007 12:33 GMT | 4 |
I'm trying to create a simple 2-dim array of integers, but don't know how to do that... in definition of class, I wrote: int *results;
|
| Process Issue | 24 Sep 2007 12:12 GMT | 6 |
I have a console application which start a Windows Application, how will i know when the Windows Application has finished processing (it basically downloads some web info), i want to kill the Windows application when the download completes.
|
| UICULTURE Thread context | 24 Sep 2007 11:29 GMT | 2 |
I'm trying to create a multilanguage website in ASP .NET 2. I want to let users to set their preffered language. Using a listbox and the Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(selectedLanguage);
|