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

Deployment Problem

2 Answers 81 Views
Development (API, general questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
George
Top achievements
Rank 1
George asked on 15 Sep 2010, 08:49 AM
Hi Team,

I have previously deployed an open access web application when i was using the old Object context and all worked well before with Update Project References etc. 

Now I am deploying a web application that uses open access domain model. I have noticed that the database context connection strings exists in the web.config and the open access dlls (Open access, Open access extension 35) exist in the bin folder. However everytime i open a page that uses open access i get object reference not set to an instance of an object. 

What could I be missing?

Appreciate your support.

Best,

George

2 Answers, 1 is accepted

Sort by
0
George
Top achievements
Rank 1
answered on 15 Sep 2010, 09:03 AM
Ok fixed after manually uploading the other dlls such as config, adonet2 and runtime 

Cheers
0
Alexander
Telerik team
answered on 16 Sep 2010, 03:16 PM
Hi George,

I am happy to see that you have solved the problem.
Maybe I should write a small clarification though. If you have a Web Application project, the Update Project References command updates only the references within the project file and does not touch the bin folder. If you however, have a WebSite (just a folder, without a project file) the assemblies in the bin folder are replaced with the OpenAccess assemblies installed on the machine.
So if the application you are deploying is based on a Web Application project, the assemblies will have to be updated and deployed manually.

Greetings,
Alexander
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
Development (API, general questions)
Asked by
George
Top achievements
Rank 1
Answers by
George
Top achievements
Rank 1
Alexander
Telerik team
Share this question
or