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

Deployment error in Winforms

4 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Smitha Test
Top achievements
Rank 1
Smitha Test asked on 16 Oct 2009, 05:01 PM
Hi,

We are using the Telerik winform to build our application.
Its working fine at the developer machine
But when its deployed at the client machine it gives the following error as attachment.

We tried using both the XCopy and GAC deployment methods specified in the deployment documentation.

We are using the RadDoc feature in our application. After installing using click once or doing Xcopy it gives an unexpected error page and when we check the event log it gives the error in the attachment.

Please let us know if its a problem with Raddock in itself or we are missing something.

Thanks in advance,
Smitha



4 Answers, 1 is accepted

Sort by
0
Smitha Test
Top achievements
Rank 1
answered on 16 Oct 2009, 05:32 PM
Trying to attach the file
0
Atul Nisar
Top achievements
Rank 1
answered on 16 Oct 2009, 05:45 PM
This error does not occur if we remove raddock. Other controls are working fine.
0
Georgi
Telerik team
answered on 22 Oct 2009, 09:26 AM
Hi Atul Nisar,

This is most probably an assembly mismatch - e.g. your project requires version Xxx-xxx-xxx of RadDock while you have deployed on the client machine version Yyy-yyy-yyy. Or, on the client machine still exist some older versions of RadDock assembly and all other assemblies is references. From what I can see on the attached screen, a static type initializer fails.

Could you please ensure that the correct assemblies (RadDock and all referenced ones) are deployed on the client machine?


Best wishes,
Georgi
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Atul Nisar
Top achievements
Rank 1
answered on 23 Oct 2009, 02:57 PM
We figured this out. It was Service Pack issue. We were missing the .Net 2.0 SP2 on the test machine.
Tags
General Discussions
Asked by
Smitha Test
Top achievements
Rank 1
Answers by
Smitha Test
Top achievements
Rank 1
Atul Nisar
Top achievements
Rank 1
Georgi
Telerik team
Share this question
or