Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet distributed apps > february 2005

Filter by week: 1 2 3 4

TcpChannels
Posted by David Young at 2/28/2005 12:04:55 PM
Ok, I'm creating a TcpChannel using the following namespace: System.Runtime.Remoting.Channels.Tcp I get a compiler error stating that the namespace couldnt be found. It does find System.Runtime.Remoting.Channels namespace. I'm using the 1.1 framework (1.1.4322) MSDN shows the namespace e...more >>


Remote Execution of Windows GUI
Posted by J. Whitehurst at 2/28/2005 9:19:54 AM
I am currently trying to find a way to remotely execute an application such that the GUI will actually show up (and be interactive?) on the remote host. Simple example: have computer1 tell computer2 to execute calc.exe, such that the calculator actually does show up for the currently logged i...more >>

A comparison among VSS Remote Access Tools including SourceOffSite, SourceAnyWhere and VSS Remoting
Posted by bettervssremoting at 2/28/2005 1:28:13 AM
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS Remoting and possible others. Keywords: VSS Remote Access, VSS Web Access, VSS Internet Access, Source...more >>

Calling Events from Multi and Nested Threadded application
Posted by Sandeep at 2/25/2005 11:35:03 PM
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 application. There is ...more >>

BITS/ApplicationBlocks.Updater w/ different language Windows versions
Posted by Sijmen Mulder at 2/23/2005 12:10:57 PM
Hi there, Recently I've posted a message here related to a weird error using the ApplicationBlocks.Updater classes. In the meantime we've done some more researching and testing. As reminder, here is the exception: --- [DownloaderManager.CheckDownloadCompleteOrError] : Error downloadi...more >>

ADAM, AzMan question
Posted by Morten Overgaard at 2/22/2005 9:49:40 PM
Hi Sirs. Sorry for the cross posting but I did not no in what group to put this question :-) Anybody knows if the following setup will work: Use ADAM (win2003 Server) as a policy store for AzMan where users/groups will be assigned from a Windows2003 AD? And another one It seems that "...more >>

Smart Client How To
Posted by Harley at 2/21/2005 11:17:01 AM
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 VS2k3, and want to know how to start creating sm...more >>

Remote control of Windows Service
Posted by Steve Lutz at 2/19/2005 12:53:45 AM
Hi All, 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 .NE...more >>



Middle Tier - SQLDataAdapter question
Posted by Ross at 2/18/2005 1:13:03 AM
Hi This question might sound stupid, but I am a bit of a newbie. If I have a SQL Server DB that has several tables that I want to be able to add records, edit records & delete records, do I need a separate SQLDataAdapter for each table? Hope somebody can help. Kind regards Ross P...more >>

COM+ configuration files
Posted by Garnet2 at 2/17/2005 2:23:01 AM
my config file for a ServiceComponent running with the ActicationType of Server doesn't seem to be loading my config file with values that it needs to run correctly. where do I need to put this file, or do I need to manually load an xml file and read out the values ? Thanks in advance....more >>

ASPX file updates but ASPX.VB file does not update.
Posted by Mike L at 2/16/2005 11:55:01 AM
When I rebuild solution to my webserver, it says it completes successful. I check the page on the webserver, the html code has my changes but the vb code associated with the asp page is not updated. How do I get the vb code associated with the aspx page to get updated on the webserver? ...more >>

Help --> COM + returning ComObject instead of implemented interfac
Posted by Garnet2 at 2/16/2005 3:55:07 AM
Hi, I can't seem to get a Server Component installed in COM+ to return an interface that my serviced component is implementing. It keeps on returning System.__ComObject instead of my interface. ImyObject o = (ImyObject)Marshal.BindToMoniker("queue:/new:namespace.myObject"); ==> gives ...more >>

Firewall prevents autoupdate of grid
Posted by softwarefireman at 2/14/2005 2:35:15 PM
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 the server ...more >>

Communicating with a service
Posted by Junk NO[at]SPAM ballsdeep.net at 2/10/2005 3:43:07 PM
I've got a service in c# which sits and collects data, no problem there. What I want is a Client Application that can grab the data "Live", and perhaps change the configuration of the service, which will either be on the Service machine or even a remote machine. I've looked at .Net Remoting...more >>

Distributed Application Design using .NET
Posted by John M. Langley at 2/9/2005 11:08:25 PM
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: - Transaction orien...more >>

Distributed Deployment
Posted by Alexis at 2/9/2005 12:11:02 PM
Hi, I am working on a ASP.NET Web Application that uses some business logic dlls (all written in .NET). If I deploy the business logic dlls to the bin folder of my web site everything works fine. But How can I deploy my solution on a distributed scenario? web application on one server run...more >>

installing .NET DLL in COM+
Posted by alpha321 at 2/8/2005 10:59:03 AM
I'm trying to install a J#.NET DLL in COM PLUS( Windows 2003 server). when I try to add the DLL to a predefined application as a component, I get the follwoing error in COM +: "An error occured while processing the last operation. Error 80070002 - The System cannot find the specified file....more >>

Unable to start debugging web server. Access Denied
Posted by Charlie at 2/7/2005 11:37:03 AM
Hi, Firstly I should point out that I am by default an Oracle Programmer that is trying to break through the wall into .NET so please speak simplistically in your replies - you know us Oracle guys! =o) Anyway, I have Visual Studio .NET 2003 Enterprise Architect installed on my laptop (runni...more >>

Application Codebehind="Global.asax.cs" Inherits="ASPNET.StarterKi
Posted by Patrick Tronnier at 2/3/2005 9:21:02 PM
Scenario: Win2003 webServer Win2003 SQL DBserver Both same domain ..NETframework 1.1 IIS virtual directory "/HAS" on webServer points to physical code (including "bin" directory) on DBserver network share (i.e. \\hasdevdb1\has) When browse to http://localhost/has on webServer I get the...more >>

Can I run a .NET component in STA?
Posted by Arthur Roodenburg at 2/3/2005 11:52:06 AM
Hello, I have a single threaded library (not COM) that I wrapped in managed C++ and I would like to register the wrapper in COM+. What I really need is a Single Threaded Apartment model for this wrapper. Is there a way of registering this .NET component in COM+ using STA? Or should I use [S...more >>

Setting Registry Values
Posted by Wayne Wengert at 2/3/2005 11:05:34 AM
How can I set a registry value as part of an install package created in VSNET2003? When my application is installed, I want to set the key "HKLM/MyApp/Version" to a value like "1.2.0". The registry editor in the IDE seems to be for testing conditions, not setting values. Wayne ...more >>

2 VB6 Applicatons access the same .NET assembly?
Posted by Patrick at 2/1/2005 11:25:02 PM
Hey Guys, I have a question here… 1.) ClientAppA (VB6) 2.) ClientAppB (VB6) 3.) Singleton Assembly (C#) with delegate events 4.) But both ClientAppA and ClientAppB need to be access the same instance of Singleton object. 5.) When ClientAppA raise an event, so ClientAppB will get not...more >>

Data Access and SOA
Posted by MarkD at 2/1/2005 10:15:06 AM
If you were designing a Service Oriented Architecture that was to be implemented as web services modeled after the major business areas (i.e., for an insurance business: Insured WS, Claim WS, Client WS, etc.) and were using business entity object model and persistance mechanism using lazy loa...more >>

Monitoring database activity/message queues using vb.net
Posted by Scott Daniel at 2/1/2005 10:01:53 AM
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? Any help is greatly appreciated. Tha...more >>

.NET Obfuscator Review
Posted by Pip at 2/1/2005 5:25:07 AM
Hi there, Does anyone have experience on using any .Net Obfuscator? Does anyone know any obfuscator review online? Thanks ...more >>

Thin client ASP.NET application - Plugin kind of application
Posted by NO[at]SPAM at 2/1/2005 4:05:03 AM
I'm looking for developing a thin-client ASP.NET application. It would be a n-tier model where I will have Data Access Layer, Business Layer etc.. Now, I want to know how to keep the codes in a common place (something like a facade) that normally comes in the code-behind of ASP.NET. By doing ...more >>


DevelopmentNow Blog