Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Upgrade to 2006 Q3.1
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Upgrade to 2006 Q3.1

 Post Reply Post Reply
Author
Message
WaaZ View Drop Down
Senior Member
Senior Member


Joined: 31 January 2006
Location: United Kingdom
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaaZ Quote  Post ReplyReply Direct Link To This Post Topic: Upgrade to 2006 Q3.1
    Posted: 31 October 2006 at 6:03am

Hi Guys,

We are about to upgrade our product from using version 9.81 of the suite to the new 2006 Q3.1 (very exciting).

The following question is put to both the excellent codejock support team, and to you guys the public, is now the right time to make the upgrade?.

The software has been written in C# 2.0 (VS2005). I understand that at some point in the future a .net version (non ActiveX) version of the Suite will be avaible, and I want to be sure that, it will be compatiable, that it is not comming out next week, in which case i can wait, and that the current version is stable.

Is there any advice not mentioned in the migration notes you wouldl care to oiffer. Your feed back would be really appreciated. We have waited a long time to make the upgrade and now that we are going for the plunge we want the transition to be smooth.

Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 31 October 2006 at 7:44am
I would just upgrade and not wait for a .net version.  Shouldn't be too much to worry about when upgrading since you use 9.81.
Back to Top
WaaZ View Drop Down
Senior Member
Senior Member


Joined: 31 January 2006
Location: United Kingdom
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaaZ Quote  Post ReplyReply Direct Link To This Post Posted: 07 November 2006 at 2:32pm
Can I have V 9.81 and V 10.3.1 on the same computer, without causing any issue to V 9.81. The computer is a build computer so i dont want to riun the build for V 9.81 which is already there.
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 07 November 2006 at 4:10pm
Yes, just be sure to re-register the OCX version you want to use
Back to Top
WaaZ View Drop Down
Senior Member
Senior Member


Joined: 31 January 2006
Location: United Kingdom
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaaZ Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 10:51am
i have tried to get this to work, but its not working, if i open project up with the old controls, and i try and add the new controls i get:
 
Failed to create "AXHost" it seems that there is no easy way of upgrading the components, there should be some type of batch procedure, am i supposed to delete all my controls and then add new controls?
 
The migration guide did not help either, can some help on this one im completely lost
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 10:57am
You can just open the .csproj file in notepad and manually change the version of the controls.
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 10:58am
Also make sure you have added the new version of the controls to your toolbox
Back to Top
WaaZ View Drop Down
Senior Member
Senior Member


Joined: 31 January 2006
Location: United Kingdom
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaaZ Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 11:03am
Here is a except, i have done this but its still saying in Visual studio that its version 9.81
 
<ItemGroup>
    <COMReference Include="AxEXCOMBOBOXLib">
      <Guid>{E6CC263E-5760-49D9-B793-4245D54496CF}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>aximp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="AxEXGRIDLib">
      <Guid>{5C7DE3E1-ACE7-4A83-9F0F-DEA49EA9BFF4}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>aximp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="AxEXPRINTLib">
      <Guid>{ED7B66F6-C533-48E9-B536-6F3B0E9C5839}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>aximp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="AxXtremeCalendarControl">
      <Guid>{79EB16A5-917F-4145-AB5F-D3AEA60612D8}</Guid>
      <VersionMajor>10</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>aximp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="AxXtremeCommandBars">
      <Guid>{555E8FCC-830E-45CC-AF00-A012D5AE7451}</Guid>
      <VersionMajor>10</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>aximp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="AxXtremeDockingPane">
      <Guid>{945E8FCC-830E-45CC-AF00-A012D5AE7451}</Guid>
      <VersionMajor>10</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>aximp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="AxXtremeSuiteControls">
      <Guid>{A8E5842E-102B-4289-9D57-3B3F5B5E15D3}</Guid>
      <VersionMajor>10</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>aximp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="EXCOMBOBOXLib">
      <Guid>{E6CC263E-5760-49D9-B793-4245D54496CF}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="EXGRIDLib">
      <Guid>{5C7DE3E1-ACE7-4A83-9F0F-DEA49EA9BFF4}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="EXPRINTLib">
      <Guid>{ED7B66F6-C533-48E9-B536-6F3B0E9C5839}</Guid>
      <VersionMajor>1</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="stdole">
      <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
      <VersionMajor>2</VersionMajor>
      <VersionMinor>0</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>primary</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="XtremeCalendarControl">
      <Guid>{79EB16A5-917F-4145-AB5F-D3AEA60612D8}</Guid>
      <VersionMajor>10</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="XtremeCommandBars">
      <Guid>{555E8FCC-830E-45CC-AF00-A012D5AE7451}</Guid>
      <VersionMajor>10</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="XtremeDockingPane">
      <Guid>{945E8FCC-830E-45CC-AF00-A012D5AE7451}</Guid>
      <VersionMajor>10</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
    <COMReference Include="XtremeSuiteControls">
      <Guid>{A8E5842E-102B-4289-9D57-3B3F5B5E15D3}</Guid>
      <VersionMajor>10</VersionMajor>
      <VersionMinor>3</VersionMinor>
      <Lcid>0</Lcid>
      <WrapperTool>tlbimp</WrapperTool>
      <Isolated>False</Isolated>
    </COMReference>
  </ItemGroup>
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 11:55am
did you add 10.3 items to toolbox?
Back to Top
WaaZ View Drop Down
Senior Member
Senior Member


Joined: 31 January 2006
Location: United Kingdom
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaaZ Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 12:25pm
Yes
Back to Top
WaaZ View Drop Down
Senior Member
Senior Member


Joined: 31 January 2006
Location: United Kingdom
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaaZ Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 12:43pm
The controls that were added previosly were version 9.81, i need to then automatically use 10.3
Back to Top
WaaZ View Drop Down
Senior Member
Senior Member


Joined: 31 January 2006
Location: United Kingdom
Status: Offline
Points: 103
Post Options Post Options   Thanks (0) Thanks(0)   Quote WaaZ Quote  Post ReplyReply Direct Link To This Post Posted: 08 November 2006 at 1:39pm
I chose clean the solution, then removed all the user controls resx files and recreated this did the job, see intructions below from Raj:
 

Re: "Unable to load one or more of the requested types. Retrieve the L

Workaround Description:
You would come across this error while trying to view a user control in
the design time that has third party controls in it. ( eg: sync fusion
control). The user control should render fine if it is built using the
regular windows controls.
Reason:- Whenever you create a user control, the .net framework
searilizes the controls into XML (resx file). The new versions of
visual studio (eg: VS2005) will be able to deserealize only the user
controls that are built using the regular windows controls in the
previous version (eg: VS2003). But it will not be able to deserealize
the resx files of third party user control. So all you need to do to
fix the problem is to recreate the resx files for the user controls
with the new version of visual studio.

Workaround Steps:
Heres how you do it.

1. Open windows explorer and go to the folder containing your third
party user controls.

2. Look for the resx file associated with your user control and rename
it (eg: userControl1.resx to userControlOld.resx). You will not need
the renamed resx files but you have it just in..

3. Open your visual studio project/solution and click on "Show all
files" icon on the top.

4. Delete the .resx file for your user control and you should be able
to see your user control in the designer.

5. To recreate the new resx file, try to make some changes to your user
control in the design view(like move a control etc) which will force it
to recreate the new resx file.

Raj Behra
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.