In my project, there is a WebBrowser Control in a form. It opens a webpage dynamically which in-turn opens an IE popup using Window.Open() during OnLoad and this window closes after opening the popup. This is the functionality and it worked fine since last 8 months with IE6 and and IE7. But, now when I am doing the same with IE8 on Windows XP, I got a JS Error and that MessageBox showed me the error as: Line: 1 Char: 1 Error: Could not complete the operation due to error 800704a6. As usual, started ......
The day started a bit early today as we have to present a small session at Community Tech Days @ Hyderabad which was confirmed today itself. The event went very well, over 200 attendees have attended the event. Speakers from various states came to Hyderabad to attend the event. I first met Harish Ranganathan, my favourite evangelist, after entering the hall. Hima Bindu delivered the first session on Web Development Enhancements in VS 2010 which was very interactive and informative. Next Arun Ganesh ......
I am just trying to put my hands into VSTO in VS 2010. This is just an overview of that based on Saurabh Bhatia`s PDC Presentation. Some important points are briefly discussed in this post. Have a look. One of the biggest hurdles with VSTO is deployment. As you probably know, the pre-requisites for running a VSTO app (even of the simplest Hello World variety) include: .NET Framework 3.5 Primary Interop Assemblies (PIAs) VSTO Runtime (Plus Office of course) Now, packaging these isn’t the issue, since ......