| Thread | Last Post | Replies |
|
| .NET Framwork Basics | 31 Dec 2005 20:56 GMT | 3 |
What is the good online for .NET Framework basics other than msdn?
|
| Notepad.exe within Windows Service ? | 31 Dec 2005 17:46 GMT | 5 |
This application is sort of remote execution. I use C#.NET I have created a windows service listening a port say 4000. When client connected to the listener; send a special packet containing executable file name with command line arguments, server start this exe at own ...
|
| multi-line button text | 31 Dec 2005 16:17 GMT | 3 |
I have button text which I would like to have displayed on several lines, with the line break occuring in a specific place. How can this be done? The C control charactes "\n\r" are simply displayed as normal text. Thanks
|
| Stuck up in printing my reports... | 31 Dec 2005 13:43 GMT | 1 |
Happy new year to all of you, at present i am stuck up in printing. I am using ASP.net v1.1 and CR XI, i export my reports to pdf (which is saved on the server side). I don't want to save my pdf on the client side (because they are a mix of windows and linux!). I did upto here. I
|
| self contained database? | 31 Dec 2005 10:29 GMT | 6 |
I am writting a Asp.NET custom control in which I need to use some data storage where people can add/modify. I am using SQL database, but it sounds like not very nice because if I want to move that control to other location, I have to move the SQL database as well.
|
| Using a different filename for App.config | 30 Dec 2005 21:03 GMT | 12 |
By default, when you create an App.config file it gets named as MyApp.exe.config after build. I don't like this name and would rather have the file named MyApp.config, the .exe.config thing might confuse my users. Is there any way to do this, or am I stuck with
|
| ADO.NET on x64 error: Unable to find the requested .Net Framework Data Provider. It may not be installed. | 30 Dec 2005 15:57 GMT | 6 |
All, I am running a middle tier component (MarshalByRefObject) as a Windows Service (the Windows Service starts a Console Application which hosts the Middle Tier component). When the services is running under a non-64bit machine, it runs without any problems (accepts client ...
|
| Software management | 30 Dec 2005 15:57 GMT | 6 |
Does anyone know of a piece of software which can be used to keep track of software sales, customers license keys, e-mailing current customers and potential users etc.... Basically, some software to help a small developer to manage sales etc..
|
| Last effort to solve threading issue | 30 Dec 2005 15:47 GMT | 8 |
Been working off and on with this for quite some time with no luck. Last request before scrapping it. Using a web service running framework 1.1 I'm creating threads and making http calls within them.
|
| Config in 2.0 | 30 Dec 2005 15:31 GMT | 2 |
When I move an app to production I always have to change my config file. In the 2.0 framework I suddenly have two config files: SearchEngine.exe.config SearchEngine.vshost.exe.config
|
| About datatables | 30 Dec 2005 12:33 GMT | 1 |
How to pass the content of one data table to another data table.I simply tried using assignment operator...Example: datatable1=datatable2...But,its not working.. ravi
|
| Problem in Signing Application DLL | 30 Dec 2005 10:06 GMT | 1 |
In my application, i am using some interop dll's so when i went for compiling using my own strong name, it generates an error complaining that included assembly is not having a strong name, can any body suggest me a solution
|
| Error 193: 0cx1 when running .net windows service | 30 Dec 2005 04:26 GMT | 2 |
I ran a windows service from a non-primary partition and got the following exception: Error 192: 0cx1. I understand this error number indicates that the exe is corrupt. I have all
|
| Create remote object to run in stathread apartment | 30 Dec 2005 02:44 GMT | 4 |
We are attempting to the following - Create an activex control in a remote object and call methods in the control. The only way I can get the activex control instantiated is by spawning a new worker thread, setting its ApartmentState to stathread
|
| formatting question | 30 Dec 2005 02:40 GMT | 9 |
Hi all, I store all my currency values in a Decimal type. The problem is that when I render it as price.toString("n") it sticks in 4 decimal places. I only need 2. How can I configure the application to only do 2 decimal places?
|