| Thread | Last Post | Replies |
|
| Removing the title bar | 30 Sep 2005 22:59 GMT | 1 |
I am developing an SDI application, based CFormView. I would like to prevent the user from moving the window around. How do I do that? Eitan
|
| problem in downloading exe file from website | 29 Sep 2005 04:17 GMT | 2 |
i've made one .exe application in .net 1.1 and upladed to one server. the problem is when i click on the link, instead of downloading it like normal exe file it is opening it. i want to download the exe as it also has some DLLs which needs to be deployed at client side b4
|
| Short .net remoting calls and bad performance | 28 Sep 2005 05:49 GMT | 9 |
in my distributed application i have the problem that i send many short .net remoting calls which are leading to a bad performance. i already use remoting over tcp and the binary formater. so, is there a way for example to send client-requests/calls delayed to
|
| Add Web Reference Error | 24 Sep 2005 12:23 GMT | 2 |
I have a <WebMethod> public function called GetCountriesForCountryStart that has a single input parameter (Varchar 50) and returns a SQLDataReader. The relevant code is as follows: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
| Is there a function in .NET for Retrieving a Machines Information | 22 Sep 2005 18:39 GMT | 1 |
Im developing a simple app for inventory purposes and atm I havent been able to find any information here or on the net, about aquiring a Machines Information. I would like to retrive a machines Model and Serial Number. Is there a function or class in the .NET framework that ...
|
| Uploading large files | 22 Sep 2005 07:12 GMT | 3 |
Can anyone suggest me best way to upload large files (>100-500MB) to my ASP.NET web application (IIS 6.0, Win 2K3). The problem we see with conventional method is that the session times out, and the entire file gets loaded in IIS memory and things get worst when
|
| .Net & Visual FoxPro Problem | 21 Sep 2005 00:14 GMT | 2 |
I have an application designed in VB .Net to insert records into a Visual FoxPro Free Table (DBF). I have created a setup and deployment project from within .Net to install the files on Client machines. The problem I am facing is that it compiles and runs perfectly on the
|
| User Interface App Block and File Upload | 20 Sep 2005 14:33 GMT | 2 |
I'm using UIPAB (2.0) and I can navigate from view to view within my UIP, except for the aspx page that uploads a file. Whenever I try to navigate to that page, I get an Error 500. Any ideas?
|
| Initialize not being called | 19 Sep 2005 07:36 GMT | 2 |
I'm using the UIP App block and I have overridden the Initialize method, but my override never gets called. Here's the code: public override void Initialize(TaskArgumentsHolder args, ViewSettings settings) {
|
| .NET Code reverse engineering | 16 Sep 2005 08:48 GMT | 4 |
Hi all. I'm fairly new to the .NET platform development, so if my question is not worded correctly, I apologize. With that said … I have been tasked to convert a VB6 app to c#. The app has a thick VB client and communicates via internet with database. At the first glance I ...
|
| Transactions in .Net Beta 2 | 15 Sep 2005 20:18 GMT | 1 |
Were developing an distributed system running on Windows 2003 server with .Net framework 2.0 Beta 2. We have an asp.net 2.0 client. Our components are installed as an com+ library application. Everything works fine for hours and then suddenly we get the message below. After this ...
|
| Best IPC method C++ (COM plus) to C# | 15 Sep 2005 18:47 GMT | 3 |
I will have to build a method in C++ for a COM plus object (client), I will have a server (built in C#) running all the time and waiting for messages via IPC. Unfortunaly I'm new to the world of IPC and I would like to learn
|
| MSDTC unable to communicate | 15 Sep 2005 03:36 GMT | 1 |
I get the following log entry each time the MSDTC starts... Event Type: Error Event Source: MSDTC Event Category: CM
|
| n-Tier Business App - Complex Logic | 15 Sep 2005 00:41 GMT | 20 |
I've got a n-Tier web application, consisting of SQL Database, DAL , BOL , Web Layers, with about 500 concurrent users. I've come across some complex calculations I have to make and am wondering what the best school of thought is: The calculations are definitely Business Logic. But ...
|
| Working with offline folders | 13 Sep 2005 22:40 GMT | 1 |
I'm looking for a solution to work at same VB.NET project in my notebook and in my desktop keeping it updated in both PC. I'm trying creating an offline folder in my desktop with WIN 2003 server and working offline on my notebook.
|