c# - Awesomium.NET and WCF -
i want create webservice takes snapshots of web pages. chose awesomium mission. there problem, awesomium.net dll can run on 32 bit projects, , wcf has run on cpu, obvious won't run... there way create web service ( can run awesomium.net )?
thanks!
your web service has nothing machine runs on. hosting process does. in case host service under iis can explicitly specify if worker process 32-bit or 64-bit using corresponding setting of application pool.
Comments
Post a Comment