Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Before I started using Visual Basic 2010 Express again, I used Visual Studio 11 Professional Beta, but decided to roll back because it was running badly on my laptop.

In my Web Browser project, which I started in VB11, I used the JacksonSoft CustomTabControl, because I wanted to use Google Chrome style tabs which would allow the user to close them with a button on the tab.

However, since using the control in VB2010, it won't work at all, and is coming up with the following error:

An error occurred creating the form. See Exception.InnerException for details.  The error is: Could not load file or assembly 'JacksonSoft.CustomTabControl, Version=1.0.1.7, Culture=neutral, PublicKeyToken=53c237210c7e462d' or one of its dependencies. An attempt was made to load a program with an incorrect format.


A little help, please?!? :/
Posted

If you are running a 64 bit Pc, download the source of JacksonSoft.CustomTabControl, open the solution, take properties of project from Solution explorer, take Build tab and change Platform Target to "Any CPU". Now build the project. Add the dll of JacksonSoft.CustomTabControl in your project. Run the program and enjoy :)
 
Share this answer
 
Okay, it doesn't matter! I didn't set the settings in VB2010 Express to Expert Settings - they're preset as Basic Settings in the Express edition.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900