I have tried to call a method from at a webservice through the addin, but it throws an WebPermission-exception. So, this is also not allowed. It is also not possible to download information through a tcp or http session. (I've tried this using the WebClient-class). It is also not possible to read information from files. (I've tried this with the File.OpenRead method) That makes me thinking: is there any way to retrieve any information from the outside The only useful addin I can think of at the moment is an awnsering machine...
Wonder if it helps if the DLL is strong named and added to the GAC. Will give it a try later.
Just tried it and I get the "add-in has encountered and error and will be turned off: 80131508" message. Anyone else got any luck Am just testing against Google web service.
Add-In consume web services ?
SekharPC
It is also not possible to download information through a tcp or http session. (I've tried this using the WebClient-class).
It is also not possible to read information from files. (I've tried this with the File.OpenRead method)
That makes me thinking: is there any way to retrieve any information from the outside
The only useful addin I can think of at the moment is an awnsering machine...
shlomim
Dan Rogers
Wonder if it helps if the DLL is strong named and added to the GAC. Will give it a try later.
Just tried it and I get the "add-in has encountered and error and will be turned off: 80131508" message. Anyone else got any luck Am just testing against Google web service.
Prerna