View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jorge Ribeiro Jorge Ribeiro is offline
external usenet poster
 
Posts: 13
Default Excel application

Hello

I've an Excel application developed using VSTO and C#.
My app has a dll published on a folder. It all runs ok when running it from
my local computer.

When I publish my app to a shared folder on my computer I can't run it from
another PC. The message is something like "Cannot Trust Assembly Location".

The dll is in my folder \\172.16.4.200\Publish

When i tried to add that folder to trusted locations in Excel, even after
checking "Allow trusted locations on local network" (or something like this)
it, even so, don't allow me to do that.

How can i publish a excel app to a remote folder.

Can you help me here?!
kind of urgent!

regards

Jorge