all groups > dotnet distributed apps > november 2005 >
You're in the

dotnet distributed apps

group:

COM+ Beginners guide


COM+ Beginners guide poppy
11/29/2005 12:18:10 PM
dotnet distributed apps:
Hi All,

I am in the habit of creating a solution then adding my Biz class project
and Data project to my solution then adding my web/windows application
project.

The problem is that many of my applications use the same business/data
layers which means that when I update my classes I have to rebuild all my
soultions and deploy them again.

Am I right in assuming that COM+ could be the soultion to my problems and if
so, are there any complete muppets guids out there as this subject I find
very difficult to get my head around.

Re: COM+ Beginners guide Morten Overgaard
11/29/2005 11:03:42 PM
If you mean that your applications use the same dataaccess and business
assemblies you should put those into the GAC. That would solve your problem.

When changes are made to the assemblies redeploy them to the GAC again -
remember to use the same version numbers for the assemblies if you want them
to take the identity of the previously ones in the GAC



Regards Morten.


[quoted text, click to view]

Re: COM+ Beginners guide Tasos Vogiatzoglou
11/30/2005 12:13:19 AM
You do not specify the type of dependency of your applications to the
DataAccess/Business layer.

COM+ will not save you from recompiling your applications in case you
change the classes. What you probably need is side-by-side assemblies
and an organized versioning schema.
Re: COM+ Beginners guide poppy
11/30/2005 4:10:18 AM
Thanks for your advice.

The GAC sounds like it could be interesting.


[quoted text, click to view]
AddThis Social Bookmark Button