Jerry
2009-09-22 16:10:02 UTC
Hi all !
I'm running into a major issue with an application I've developped using
VSTO 2.0.
Everything is working fine on my remote dev environment, as UNC is allowed
by the firewall. But in QA and Prod, our network admins won't open anything
but port 80.
I was thinking of using WebDav to allow access to remote computers to the
folder containing my assemblies, but in VSTO, I can only use UNC paths to
"tell" the excel document where the assemblies are located.
So anytime I open up my excel document, I get a "could not load assembly
error"
Is there something I can do to have Excel on a client locate the assemblies
on a WebFolder, when UNC is not allowed ?
thanks !
I'm running into a major issue with an application I've developped using
VSTO 2.0.
Everything is working fine on my remote dev environment, as UNC is allowed
by the firewall. But in QA and Prod, our network admins won't open anything
but port 80.
I was thinking of using WebDav to allow access to remote computers to the
folder containing my assemblies, but in VSTO, I can only use UNC paths to
"tell" the excel document where the assemblies are located.
So anytime I open up my excel document, I get a "could not load assembly
error"
Is there something I can do to have Excel on a client locate the assemblies
on a WebFolder, when UNC is not allowed ?
thanks !