| Thread | Last Post | Replies |
|
| CustomControl.Page is Undefined ?!?!? | 21 May 2004 08:57 GMT | 1 |
I ran into a strange problem. I created my own server control that inherits Control and INamingContainer. I override CreateChildControls() method. Within this method i try to register some client script block with methods, that the control container (the Page) provides ...
|
| Applications Blocks on Windows CE (PPC) | 20 May 2004 15:16 GMT | 1 |
I'm starting a project on a PPC Device and I was thinking of using some of the App Blocks. In particular: - UserInterfaceProcess: to have portability to other devices (desktop!) - DataAccess: to connect to local SQLCE
|
| No Touch Deploy Caching Issues | 20 May 2004 00:27 GMT | 1 |
We have a NTD application that consists of a relativly small exe (100kb) that access and downloads a variety of larger dlls as needed (some are as large as 2mb). According to MS Documentation these dlls should be cached my IE and only re-downloaded if newer versions are found no ...
|
| Problem with serialization, between .net v1.0.3705 and v1.1.4322 | 19 May 2004 22:42 GMT | 2 |
I have an applicaction that user .Net Remoting, Serialization and Reflection. I have been using v1.0.3705 and the application works fine but I have upgrade my .net framework to v1.1.4322, and now I receive this exception An unhandled exception of type 'System.ArgumentException' ...
|
| COM+ client | 19 May 2004 15:56 GMT | 1 |
I created a COM+ component using C#, and I would like to call it from a different machine. Does anyone know how I can supply the location of the object (server name) at run time, so I can create the appropriate object on the appropriate server Thanks Gil Shabat
|
| Use COM object from Excel VBA - made in .NET "ActiveX component can't create object" | 19 May 2004 15:04 GMT | 2 |
I am going to outline the steps I go through to produce the problem. Hopefully this will help you understand the problem better. I have created a simple COM DLL in .NET by using the COM class template and by setting output to a type library (DLL). All the object does is return a ...
|
| Interprocess communication on the same computer | 18 May 2004 15:51 GMT | 4 |
If I have an instance of a C# Class Library in ASP.NET and I want to have this dll talk to a Windows Service (also written in C#) that is installed on the same computer, what would be the best technology that I should use I've read several books about distributed applications ...
|
| Managing object instances in ASP.NET applications | 17 May 2004 22:40 GMT | 2 |
Our team is working on a small(20-40 concurrent users) ASP.NET WebForms based application. Since the application will have multiple users accessing it concurrently, and ASP.Net uses a separate thread from its thread pool to service each client request, we are concerned
|
| Custom config section handler | 17 May 2004 13:06 GMT | 1 |
I have a xml file that I use for configuration/settings. Currently, I use a combination of XMLDocument, Datasets and XPath to get to various settings since I know where and what each setting is It's just a simple xml file that I keep modifying as I need new settings for my app
|
| Synchronization between client and server | 17 May 2004 13:06 GMT | 1 |
what is the best way of implimentating Synchronization between client and server apps. The server is running SQL 200 standard and the client is using MSDE
|
| Application_Error does not start on remoting server | 16 May 2004 08:43 GMT | 1 |
Hi, I am currently working on a distributed application, and the presentation layer remotes to the business layer through IIS. The problem that I'm encountering is that when an exception is thrown from the business layer, the Application_Error method in global.asax on the ...
|
| authorization and profile block v. membership in whidbey asp.net 2.0 | 13 May 2004 03:31 GMT | 1 |
Does anyone know how much overlap/interoperability there will be between the authorization and profile block available now and the membership features in whidbey/asp.net 2.0? I'm trying to decide which to use, though the block doesn't provide an
|
| How do you install Configuration Management Application Block on VSS | 12 May 2004 18:01 GMT | 1 |
My boss has told be to put the Configuration Management Application Block on Visual Source Safe. How would you go about doing that.
|
| Updater Applikation Block Config file absolute path problem | 12 May 2004 14:19 GMT | 1 |
I'm trying to use the Updater Applikation Block to update an applikation. I have a problem with the <MyApp>.exe.config file. In this file there is at least four paths that has to be absolute. Is this acceptabel? I could force the user to install it on "c:\program files\MyApp", ...
|
| newbie: HOWTO Updater Application Block? | 12 May 2004 13:44 GMT | 3 |
I want to use the Updater Application Block, but I really can't find somewhere how to use it easy step by step: - How to change your application? - How to prepare you server for the server-software?
|