This is a migrated thread and some comments may be shown as answers.

vschema on 7 64bit

2 Answers 67 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
MORET Laurent
Top achievements
Rank 1
MORET Laurent asked on 19 Feb 2010, 08:10 AM
Hello,

First, sorry for my bad english, I hope you understand me !

We develop a multi project solution.
We use an assembly : ChilKatDotNet.dll
This assembly have 2 versions, one compiled for x86 and one for 64bit.
We have some problem tu use openaccess utils on 64bit operating system like Windows 7
To resume, there are openaccess problems :
 - to create and / or migrate our schema by the vschema.exe, we have to use de 64 bits chilkat version. if we use the x86 version, we have an Reflection Exception on ChilkatDotNet.dll
 - to create the database and scope in our solution (so the sql database exist and the schema is valid), we have to use de x86 chilkat version. If we use the 64 bit version, the scope always occurs an exception...

I try to compile my assembly who reference Chilkat in x86, AnyCPU... it doesn't work

What can I do to resolve my problem ?

Thanks

2 Answers, 1 is accepted

Sort by
0
MORET Laurent
Top achievements
Rank 1
answered on 19 Feb 2010, 09:15 AM
I identify another problem :
if our project are define on platform x86 venhance.exe doesn't work when it call on batch files, it work only on Visual Studio ???

I depressed... someone have a gun !!!
0
Jan Blessenohl
Telerik team
answered on 19 Feb 2010, 05:52 PM
Hi MORET Laurent,
This is a limitation of our enhancer at the moment. We are not able to enhance pure 64 bit assemblies. The only way is to have the persistent classes in a seperate dll compiling them with any cpu and then refer to it by 64 and 32 bit compiled assemblies.

Kind regards,
Jan Blessenohl
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
MORET Laurent
Top achievements
Rank 1
Answers by
MORET Laurent
Top achievements
Rank 1
Jan Blessenohl
Telerik team
Share this question
or