Haven't tried that yet. The way the system is designed, it can work off
remoting or direct to SQL Server depending on a few parameters, so I
have to reconfigure it for remoting rather than direct SQL. My dev
machine always uses direct SQL, but my dev machine might also give other
problems, because as I understand it my Outlook Addin gets loaded from
it's Release folder, whereas the COM controls get loaded from their
Release folder. On the client machine, this will be the same folder. At
least (I think?) if it works on mine, it should work on the client.

The next problem I have to consider is that I have written an
auto-updating system for the web where it compares versions and MD5
hashes of the files to those in SQL Server, and downloads new versions
appropriately - I'll have to work out how to put the new version into
the GAC on update automatically as well, and thus I have to ensure that
the user has the permissions to do that too. I use an installer to grant
the permissions I need now, so I just need to work out what those
permissions are and add them. 

Dino

-----Original Message-----
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Woodring
Sent: Wednesday, 18 October 2006 08:41
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

Then what happened when you installed it in the GAC?

> -----Original Message-----
> From: Discussion of advanced .NET topics.
> [mailto:[EMAIL PROTECTED] On Behalf Of Dean Cleaver
> Sent: Tuesday, October 17, 2006 1:28 PM
> To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
> Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create
>
> Mike,
>
> I already know it's loading it from 2 places - if I run it up in the 
> IDE, I can see via the Modules window that DataAccess is being loaded 
> once from the Cache, and once from the directory where it actually 
> resides.
>
> Dino
>
> -----Original Message-----
> From: Discussion of advanced .NET topics.
> [mailto:[EMAIL PROTECTED] On Behalf Of Mike 
> Woodring
> Sent: Wednesday, 18 October 2006 05:10
> To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
> Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create
>
> > I don't think there are any assembly resolution failures
>
> What I was driving at was that the 'failure' is most likely the CLR 
> loading the same assembly from two different places.  The output from 
> fuslogvw, if you configure it to capture both failures & successes 
> like I suggested, will confirm this, and maybe point more specifically

> at which assembly(ies) needs to be deployed in the GAC.
>
> -Mike
> Bear Canyon Consulting LLC
> http://www.bearcanyon.com
> http://www.pluralsight.com/mike
>
> ===================================
> This list is hosted by DevelopMentor(r)  http://www.develop.com
>
> View archives and manage your subscription(s) at 
> http://discuss.develop.com
>
> ===================================
> This list is hosted by DevelopMentor.  http://www.develop.com
>
> View archives and manage your subscription(s) at 
> http://discuss.develop.com

===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com

View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to