serious problems with 11.1 for vb.net 2005
Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=6954
Printed Date: 17 November 2024 at 2:32am Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: serious problems with 11.1 for vb.net 2005
Posted By: brainsalad
Subject: serious problems with 11.1 for vb.net 2005
Date Posted: 23 April 2007 at 9:10am
I have two issues with 11.1 #1 is small, #2 is frikin huge.
#1) The installation program doesn't install correctly. I get a registration error during installation of unsuccessfully trying to register comctl32.dll. After the installation I have to manually register the OCX's
#2) Upgrading from 10.4.2 to 11.1 is impossible. I have been emailing support for 4 days now and NO response back.
Does anyone have a technique for upgrading in VB.NET 2005 ? The only way I can figure it out is to screen shot my screens, remove all coding references both in the designer code and form code, delete the toolbox entries, delete the interop dlls, uninstall 10.4.2, scan the registry and remove any entries for codejock, install 11.1, start new projects , copy and paste all of the controls and code, except anything to do with codejock, into a new solution, re-install all of the controls back into the new project, and recode because the names have changed (from ax.. to x..). I have tried every trick I can think of and nothing but this works.
I use controls from Component One and Infragistics and I have NONE of these problems. You just install the upgrade, rebuild your projects, and your up and running with the new controls.
I REALLY HOPE SOMEONE HAS A SOLUTION DIFFERENT THAN WHAT I HAVE HAD TO DO.
|
Replies:
Posted By: SuperMario
Date Posted: 23 April 2007 at 10:39am
All you should need to do is manually delete all temp files for your project, open up the vbproj file in wordpad or some text editor and change all major and minor version numbers for codejock components tot he latest. then rebuild.
|
Posted By: brainsalad
Date Posted: 23 April 2007 at 11:16am
Thank you SO much. That worked!
I spent the all day Fri, sat & sun trying to get my projects updated. I was so mad I couldn't see straight. I have a huge project with a couple of dozen user control documents with the Codejock controls all over the place. I rebuilt the entire project from scratch. I had to update ever single event reference for anything relating to codejock so you can image the HUGE undertaking this was.
I had emailed support for several days and not heard anything so I definitely will use the forums for future problems.
Thanks again.
|
|