| Thread | Last Post | Replies |
|
| .net 1.0 Vs 1.1 | 12 Apr 2005 17:45 GMT | 4 |
Is it ok to run an asp.net 1.0 compiled application on asp.net 1.1 or 2.0 framework. Do i have any performance issues in doing so?
|
| Closing handle | 12 Apr 2005 17:44 GMT | 2 |
I've got the following problem: My current project consists of several clients and all of them use(read) a file, that is placed on a shared hard disk on one of my file servers (windows2k). So, every user that is logged on a computer the client software runs on needs access ...
|
| Arbitrary Streamwriter. | 12 Apr 2005 17:34 GMT | 7 |
The streamwriter appends an extra carriage return at the end. Is there a way to supress that? file = @"c:\temp\text.txt"; fs = new FileStream(file,
|
| datagrid column question | 12 Apr 2005 17:15 GMT | 1 |
is there a way to make an if statement for a datagrid column? i am currently filling a dataset from a mysql database and then putting it into the datagrid. one of the fields is "Status" and it has a 0 for Active and a 1 for Inactive. is there any way to make the datagrid ...
|
| DataView | 12 Apr 2005 15:55 GMT | 1 |
is it possible to add a column to a DataView with includes the sum of two other columns? Thanks
|
| How to play mp3 song file on SmartPnone | 12 Apr 2005 13:39 GMT | 2 |
I am using Process.Start(<MP3 file Name with path>) and able to run the specific mp3 file but not be able to stop showing WMP. I want that I will be able to play file but not want to display WMP interface. I am using Win32Window.SetWindowPos() method for setting the windows
|
| VB.Net and Sage | 12 Apr 2005 12:55 GMT | 1 |
Dear friends, I have a client which would like us to post data into SAGE Line 50. Are there any API or Controls or methods out there that you know off which would help us achieving the task
|
| Exception in Devenv.exe module ntdll.dll | 12 Apr 2005 12:20 GMT | 1 |
Hi, Recently my Visual Studio environment has been crashing very often (every 10 minutes or so) I have uninstalled and reinstalled VS2003 (7.1.3088) and still get a problem.
|
| How MSIL differ from .Net PE files | 12 Apr 2005 11:54 GMT | 3 |
How MSIL differ from .Net PE file? Is .NET PE is native CODE? what is teh use of PE file ..... Is there is any tool by which we can create .Net PE file>
|
| Root transaction wanted to commit, but transaction aborted | 12 Apr 2005 11:15 GMT | 1 |
I am getting error Root transaction wanted to commit, but transaction aborted. This error mostly occurs only when Client,COM+,SQL Server is in the same system.
|
| Not able to run ASP.Net applications-Error in ASP.Net | 12 Apr 2005 09:59 GMT | 5 |
I've a serious problem in running a ASP.net application. I've installed .net framework 1.1 on Windows 2003 server. When i try to open an Web application, i receive the following errors. 1.The Web was created successfully,but an error occured when trying to
|
| Any ideas on .Net app that uses groupwise 5.5.5 agenda? | 12 Apr 2005 09:41 GMT | 2 |
I want to create a solution in .net that communicates with the agenda of our users in groupwise 5.5.5 so that I can see what their appointments are and set new appointments for them. Has anybody any idea how to talk with grouwise 5.5.5?
|
| Info App.config probing privatePath | 12 Apr 2005 07:07 GMT | 1 |
I need some information about the setting for the exe(in a file app.config) to find Reference... i know that i can use the syntax: <probing privatePath = "Bin;Utils"/> is possibile that there is no way to set the search also in the root
|
| .Net 2.0 B1 Serial port problem? | 12 Apr 2005 06:02 GMT | 1 |
Anyone had this problem? It seems IO.Ports.SerialPort generates an "The I/O operation has been aborted because of either a thread exit or an application request" exception if you try to close it when it's receiving lots of data. The following VB.Net console program reliably fails ...
|
| Framework 2.0: Application settings per library and per user | 12 Apr 2005 03:24 GMT | 1 |
I'm developing a library intended to be used by several applications. This library contains some Forms. I want to persist settings like window size, splitter positions etc. Currently, I'm using an autogenerated *.settings file. Visual Studio
|