| Thread | Last Post | Replies |
|
| A comparison among VSS Remote Access Tools including SourceOffSite, SourceAnyWhere and VSS Remoting | 28 Feb 2005 21:42 GMT | 1 |
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere,
|
| Firewall prevents autoupdate of grid | 26 Feb 2005 21:50 GMT | 2 |
We have a Remoting app built in VB.Net, .Net Framework 1.1, using Windows Forms and tcp channels ("tcp://localhost:8085"). The Server program runs as a Windows Service and the Client program runs on networked workstations (100 Base T). The data resides in a shared directory on ...
|
| Remote control of Windows Service | 26 Feb 2005 21:44 GMT | 2 |
I have a couple of windows services, and I want to add the "professional" touch to them by providing MMC snap-ins to manage the service, configure it, check it's activity, etc -> Much like most Microsoft services work. I don't need help creating the MMC Snap-in - there's a decent ...
|
| Calling Events from Multi and Nested Threadded application | 26 Feb 2005 21:31 GMT | 1 |
I have a class with 4 mathods and each performes different saperate procedures. each can be executed in a saperate thread. There are provission to give progress feedback to user through Events. The number of Objects for this class is dynamically generated from main
|
| UIP Intermittent Error | 25 Feb 2005 18:51 GMT | 14 |
I'm getting the following error intermittently: "Can not get the session moniker for the task 4e506669- b641-480d-9e08-da75f0cdd823" It's difficult to repeat, and have not seen it when I'm
|
| Distributed Application Design using .NET | 25 Feb 2005 11:22 GMT | 6 |
I'm on a part of a team looking at converting a rather large scale fat-client project into a more acceptable multiple layered application. We're looking at using the 3 typical layers: data, business, client. The requirements of my application (that I can think of) are:
|
| Smart Client How To | 25 Feb 2005 01:44 GMT | 1 |
Maybe this is obvious, but I'm asking anyways... I have read a lot about smart clients, arquitecture, MS guides, etc. but haven´t found a clear how to get started path. I have year develping win32, asp, asp.net and .net solutions, now i'm using
|
| 2 VB6 Applicatons access the same .NET assembly? | 22 Feb 2005 21:58 GMT | 1 |
Hey Guys, I have a question here… 1.) ClientAppA (VB6) 2.) ClientAppB (VB6)
|
| viewing event logs remotely | 22 Feb 2005 13:21 GMT | 1 |
All, using vb.NET on WinXP, I am trying to return the text of the events in the event logs from various machines on the network (using the event log class). It works to a degree,
|
| Post Debug - Access Denied to Assembly/DLL | 22 Feb 2005 02:53 GMT | 2 |
I am debugging an ASP.NET application .. and probably 50% of the time after I terminate a debug session I am unable to start with a new debug session due to a "Configuration Error"... a "Parser Error" message is displayed indicating that access is being denied for an assembly/DLL ...
|
| Application-Managed Authorization | 21 Feb 2005 10:51 GMT | 2 |
I am familiar (in a basic level) with the concept of Role-Based Access Control and how it can be used in .a NET application ( IPrincipal. , IIdentity ....). I know I can use them to check if a user is in a specific role, and based on
|
| AzMan concurrency. | 21 Feb 2005 09:38 GMT | 12 |
I have an Authorization Manager store in Active Directory. I also have several servers, each of them running an application that reads from and writes to the store. How can I synchronize access to the store, making sure only one application
|
| Synchronised Read/Write Problem | 19 Feb 2005 06:14 GMT | 4 |
I have created a C# component whic is hosted in Com+, this component recieves request from another object, writes to a files and then calls another exe which reads the file, processes the information and writes back a response to another file, which is read by my component & the ...
|
| Running multiple instances of a .NET app. hosted by Citrix Server | 19 Feb 2005 06:01 GMT | 1 |
I am trying to add code to a VB.NET application to check for a running instance of the application. However, the application is to be hosted by a Citrix server. When a user in a Citrix session starts the application and then another user on a second Citrix session starts another ...
|
| Monitoring database activity/message queues using vb.net | 19 Feb 2005 05:55 GMT | 1 |
Is it possible to do the above? I know there is a mechanism to monitor 'folder' activity and I have used it. But I'm wondering if there is a way of monitoring for CRM or database activity in a similar fashion to how the monitor "folder" function works?
|