| Thread | Last Post | Replies |
|
| Anyone thinking about the User Interface Process Application Block (UIPAB) | 13 Jan 2005 19:25 GMT | 5 |
Guys, Thought it might be cool if I try to get all people interested-in/using the UIPAB together, see if we can get some more interest in it. Don't know about you but finding other people that have interest in the block, good
|
| Updater Application Block - Configuracion | 13 Jan 2005 16:24 GMT | 1 |
Hola: Estoy tratando de hacer uso del application block para actualizar aplicaciones de forma automatica en varias estaciones, y no logro configurarlo adecuadamente.
|
| Windows Service and TCP Listener | 12 Jan 2005 18:45 GMT | 6 |
I have a TCP/IP listener program and it works just great, but when I try and make it into a windows service the service just sits there and ignores everything after I add the listener. No events are written to my event log and no error messages are thrown. Is it possible to have ...
|
| MCAB decreases performance of distributed app! | 12 Jan 2005 12:52 GMT | 2 |
We have a distributed app, i.e. aspx pages on the web server, business rules on the app server, database hosted on a seperate server running SQL Server 2000. The aspx code uses remoting to call the business rules on the app server. When we use MCAB to perform the caching on the ...
|
| Receiving SystemEvents.TimeChanged event in Windows Service | 11 Jan 2005 14:43 GMT | 1 |
I am trying to install a SystemEvents.TimeChanged event in a Windows Sevvice app. However, when I go to install the event handler: SystemEvents.TimeChanged += new EventHandler(SystemEvents_TimeChanged); I get the excpetion:
|
| Use a .Net DLL within VB5 application ??? | 10 Jan 2005 10:46 GMT | 3 |
I have build one .NEt assembly DLL that i need to be able to reference it in a COM application like VB5 in my case. For that I have use the command tool RegAsm.exe <myDllFile> which has reported succesfull registration.
|
| CANT CREATE or OPEN an EXISTING Project | 08 Jan 2005 07:43 GMT | 1 |
I have created some ASP.NET projects using C# code. But suddenly yesterday, when I tried to CREATE a new project I got the following error alert:: "The Web Server reported the following error when attempting to open or create the Web project located at the location http ...
|
| Page_Load Event Fires Twice | 08 Jan 2005 01:19 GMT | 5 |
I have seen a few discussions regarding the above but no real resolution or reason for why this is happening. I have an aspx page with a couple of user-controls (web) and a datagrid and the page loads twice.
|
| URGENT: Why the impersonation work in one case and not the other? | 07 Jan 2005 22:14 GMT | 5 |
I have two computers, client and server. The client is running Windows 2000 Professional and is in a workgroup, say "MyWorkgroup". The server is running Windows Server 2003 Standard Edition and is in a domain, say "MyDomain". What I need is to logon to the client as some ...
|
| Accessing SQL Server w/ Forms on Intranet | 07 Jan 2005 20:07 GMT | 6 |
Okay, I am distributing a Form with a SQL connection over an Internet. The forms will be kept on a centralized server. We need to control the users that are allowed to manipulate the data as much of it will be used for records keeping with few managers able to edit the data.
|
| A tool to automatically generate metadata-only assemblies? | 07 Jan 2005 10:13 GMT | 2 |
I am using net remoting and I want to automatically generate the metadata-only assembly -that is a dll for deploying with the client apps that contains only the definitions of my classes- from an assembly that contains the implementation of my server. I was working from the ...
|
| Winform in disconnected mode... | 07 Jan 2005 05:43 GMT | 1 |
I have one application which needs to be accessed through IE and for some purpose the application should be able to access in a disconnected mode, which is basically should react as window based application. Can you please anyone help me in this regard.
|
| showModalDialog & ASP.net | 07 Jan 2005 05:38 GMT | 1 |
Question: Is it a good idea to run a web application using window.showModalDialog(.... I have users who use 800 x 600 resolution and I could not fit the pages in this screen. Someone gave me the above idea (no ie toolbars, menubars,
|
| 404 Error when trying to return a remote object through a Manager | 07 Jan 2005 05:25 GMT | 1 |
Well first off everything works fine when on my development workstation. The problems only after I deploy my remote object to a remote server with IIS hosting. I get "unhandled exception of type 'system.net.webexception' occurred in
|
| Services on NLB Servers | 07 Jan 2005 05:11 GMT | 1 |
I´m developing some stand-alone services, their only job is to wake up, read and write values from database and go back to sleep. My problem is the next: I have to deploy them in the BackEnd Sever, but this back end is in reality two servers in NLB cluster... I want to install in ...
|