Upgrade to 2006 Q3.1 |
Post Reply |
Author | |
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
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. |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
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.
|
|
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
|
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.
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Yes, just be sure to re-register the OCX version you want to use
|
|
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
|
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
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
You can just open the .csproj file in notepad and manually change the version of the controls.
|
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
Also make sure you have added the new version of the controls to your toolbox
|
|
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
|
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> |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
did you add 10.3 items to toolbox?
|
|
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
|
Yes
|
|
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
|
The controls that were added previosly were version 9.81, i need to then automatically use 10.3
|
|
WaaZ
Senior Member Joined: 31 January 2006 Location: United Kingdom Status: Offline Points: 103 |
Post Options
Thanks(0)
|
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 LWorkaround 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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |