Leo Maglian
Posts: 10
Joined: 2013-06-01
|
I have created an IE add-on that calls a web-service to return a sharepoint list. I am calling this web-service via a wizard-created (VS2010) web reference. On test machines, a message appears with the window title
“Internet Explorer Security”
“A website wants to open content using this program on your computer.”
Name: csc.exe
Allow or Disallow?
This message does not appear on my machine, however. I just need to know how I can avoid this message, or make it part of my own application such that deployment machines do not display that message. Divvijay suggested to add ngen to the setup application on this thread, but wasn't elaborated on further.
Regards, |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Leo,
Please try to set the 'Generate serialization assembly' option to 'On' in properties of your project. |
|