Adding Controls to Visual Studio Toolbox

by abhilashca 3. August 2011 18:32


Most probably, you’ll come across situation where you need to use a third-party control in your project. Ever thought about how to add them in your Visual Studio toolbox. Just simple.

Step 1: Right-Click on your toolbox & select ‘Add  Tab’.

Choose Item

Step 2: Give a name to the tab, relating to the control you are trying to add; say ‘My Control 1’

Name Control

Step 3: Right-Click on ‘My Control 1’ and select ‘Choose Items…’

Choose Item

Step 4: From the dialogue-box, click ‘Browse’ button.

Browse Control

Step 5: Browse your control and hit OK. Your control is added.

Now, for using the control you only have to drag-drop the control to your web-page.

Hope this helped.

Thanks

Failed with 0x80070643 – Fatal Error during installation

by abhilashca 28. September 2010 09:23


That was a surprise, when the standalone installer threw an error" – “Failed with 0x80070643 – Fatal Error during installation”, while installing Visual Studio 2008 SP1 standalone ISO installer.

I preferred an ISO installer, due to internet connectivity reason.

Note: Before doing anything, take time to run Microsoft Visual Studio Patch removal tool. It will remove all the pre-releases and make your PC ready for an SP1 installation.

I got wired-up on the first install itself, on my Vista Ultimate machine. The installer threw an error, when it try to install ‘..NET Framework SP1’ , as “Failed with 0x80070643 – Fatal Error during installation”.

Fatal_Error_Log 

A thorough Binging made it clear that you can easily solve the issue by installing the web-installer version of VS2008 SP1. I finally paused at one blog post and took time to read the article. I must say, its beautifully explained. But, the scenario was entirely different from mine. However, as a last hope, I tried the solution mentioned in that post.

Charmingly! (as he said), it worked.

Solution:

Run the VS 2008 SP1 installer from the command-prompt, by appending a ‘/log’ switch along with a target-location for the log file.

cmd_run

In the figure, I performed installation, by collecting the installation-logs into a sample-file 'sp1_log.txt' in E:\ drive. If you ask me, what I'd done with this log, I'll turn around and start walking away.

I don't know what's the miracle with ‘/log’ switch. Anyway, its working and I'm happy.

Please note , It takes some time to install the SP1 package, when installed using ‘/log’ switch. So, have patience. :)