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

Error after deploying to x86 server from a x64 PC.

6 Answers 158 Views
Getting Started
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Brad
Top achievements
Rank 1
Brad asked on 11 Nov 2010, 03:17 PM
My VS2008 project runs fine on my PC with .net3.5/4.0 installed, but when I try running on my server (x86 & .net 3.5)...
 I get this error:
 Could not load file or assembly 'Telerik.OpenAccess, Version=2010.2.714.1, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' or one of its dependencies. The system cannot find the file specified.

6 Answers, 1 is accepted

Sort by
0
Jan Blessenohl
Telerik team
answered on 11 Nov 2010, 03:38 PM
Hi Brad,
Did you update to the latest version as specified at this ticket? Maybe you forget to replace some of the references to the old OpenAccess version. The error says 'Telerik.OpenAccess, Version=2010.2.714.1 version 714 and not 1110.

You can use the Upgrade References wizard from the OpenAccess menu to do this operations automatically.

Greetings,
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
0
Brad
Top achievements
Rank 1
answered on 11 Nov 2010, 03:48 PM
Well, I had a long detailed explanation, until this forum crapped out on me.
I don't know what you're talking about. I tried the "Upgrade References" option and nothing happens...
0
Brad
Top achievements
Rank 1
answered on 11 Nov 2010, 04:19 PM
I installed the latest ORM version and now I get this error: "Could not load file or assembly 'Telerik.OpenAccess, Version=2010.3.1110.3"
0
Jan Blessenohl
Telerik team
answered on 11 Nov 2010, 05:06 PM
Hi Brad,
What do you mean with your first answer? I did not get that.

Our OpenAccess assembly that seems to be unloadable on yout client machine has nothing special. Which set of assemblies are you deploying to the client machine, can you tell me a little more about your setup? Do you have a web side or web application or just and executable?

Sincerely yours,
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
0
Brad
Top achievements
Rank 1
answered on 11 Nov 2010, 05:16 PM
I have a VS2008 web app project that runs fine on my dev x64 machine, but when I try running on my web server (x86).
I get this error: Could not load file or assembly 'Telerik.OpenAccess, Version=2010.3.1110.3, Culture=neutral, PublicKeyToken=7ce17eeaf1d59342' or one of its dependencies. The system cannot find the file specified.

Is that clear?
0
Jan Blessenohl
Telerik team
answered on 11 Nov 2010, 05:42 PM
Hello Brad,
On your developer machine you have installed the OpenAccess product, the installer puts some assemblies, like the one you are missing into the GAC. I have asked you what you have on your x86 machine, esp. what you deploy into the applications directory.

You have to deploy these OpenAccess assemblies:
Telerik.OpenAccess.dll
Telerik.OpenAccess.Config.dll
Telerik.OpenAccess.Runtime.dll
Telerik.OpenAccess.Adonet2.dll

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
Getting Started
Asked by
Brad
Top achievements
Rank 1
Answers by
Jan Blessenohl
Telerik team
Brad
Top achievements
Rank 1
Share this question
or