Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Multi-developer environment issue. ActiveX Dll with UserDocuments

0 views
Skip to first unread message

SA

unread,
Mar 8, 2000, 3:00:00 AM3/8/00
to
Myself and a group of developers are developing an web application user ActiveX documents. We are have success in the effort, but there is a problems that we can't seem to resolve.
 
Problem:
As we are developing and testing this application we are, navigating to the different user documents. Sometimes when we do this, instead of the browser displaying the user document, we are presented with the download dialog box.  We are also presented with the Open With dialog box. Why does this happen?
 
My theory is that as the individual developers are running the application, we are stepping on each others compilation.
 
System Details:
ActiveX DLL Project
Windows NT Server 4 (Windows Metaframe Server)
IE 5.01
Visual Basic 6
Visual Source Safe 6

Cowboy

unread,
Mar 12, 2000, 3:00:00 AM3/12/00
to


Not sure eactaly why you are having this problem, but a paradigm shift
might be in order here. When building web projects as a team, it is
often better to set up each developer machine with a local copy of the
web and all components. There are a couple of reasons. First, each
developer can check the app without worrying about other users.
Second, each developer can unit test their code with the latest builds
from other developers prior to checking code in; this makes for a
safer environment.

I find that many people are trying to use master mode development of
their websites. While this is possible, I have seen people step on
each other many times using this paradigm.

On more, unrelated, suggestion. Use MTS for all of your components.
With MTS, you will not have to completely stop services to update
components that are out of process (server packages). You will delete,
stop the MTS package and install the new component. It is much nicer
than the old method of rebooting every once in awhile when IIS did not
go down and up gracefully.

GB

0 new messages