Rank: Newbie Groups: Member
Joined: 4/10/2014 Posts: 6
|
Hello,
Can you please advise if the EO.WebBrowser is suitable for clickonce deployment in a winform application. I am seeing that it needs to put the DLL file in the GAC folder which is not in the user profile.
thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
There shouldn't be any problem with that. You do not have to put EO.WebBrowser.dl in GAC. Our installer does place EO.WebBrowser.dll in GAC so that Visual Studio designer can find it. However that's for design time support only. In a runtime only scenario, you can just use a local copy.
Thanks!
|