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

[Solved] Guide for Server Setup?

1 Answer 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
bradley baker
Top achievements
Rank 1
bradley baker asked on 26 Aug 2009, 03:50 PM
Can anyone give me the detail to setup a dev server to use with RadControls.  Im looking to Run Server2008 and MSSQL 2008.  Can anyone give me the steps involved to get RadContols installed on to it?

I installed 2008 and enabled iis/asp.net 3.5 and mssql 2008.  The default iis7 page works fine and the mssql database is configured etc.  Now how do I get RadConrols to work on it? 

I want to develop on my other machine (Which I can develop and run radcontrol apps just fine) but when I mapped a drive and make a new default website and went to test it i got:

Parser Error Message: Could not load file or assembly 'Telerik.Web.UI, Version=2009.2.701.35, Culture=neutralPublicKeyToken=121fae78165ba3d4' or one of its dependencies. The system cannot find the file specified.  
 
Source Error:   
 
 
Line 40:                <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>  
Line 41:                <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>  
Line 42:                <add assembly="Telerik.Web.UI, Version=2009.2.701.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"/>  
Line 43:            </assemblies> 
Line 44:        </compilation> 
   
 

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 27 Aug 2009, 12:18 PM
Hello Bradley,

It seems you have placed the Telerik assembly in the GAC on your dev machine, but it's missing on your production server GAC. Please refer to the following help article that might help you resolve your issue.

Add/Remove RadControls to the Global Assembly Cache
Deploying RadControls on Shared Hosting
Registering the HttpHandlers on Windows Vista IIS 7 Integrated mode
Troubleshooting deployment on the production server

Greetings,
Paul
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.
Tags
General Discussions
Asked by
bradley baker
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or