How to avoid the allow/disallow csc.exe popup for an IE addon?

Add-in Express™ Support Service
That's what is more important than anything else

How to avoid the allow/disallow csc.exe popup for an IE addon?
 
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 http://www.add-in-express.com/forum/read.php?FID=10&TID=7809, but wasn't elaborated on further.

Regards,
Posted 09 Sep, 2013 23:33:12 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Leo,

Please try to set the 'Generate serialization assembly' option to 'On' in properties of your project.
Posted 10 Sep, 2013 10:58:16 Top