Click here to Skip to main content
15,917,554 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: AutoRedirect... Pin
Rutvik Dave19-Feb-10 7:53
professionalRutvik Dave19-Feb-10 7:53 
GeneralRe: AutoRedirect... Pin
Brij19-Feb-10 8:19
mentorBrij19-Feb-10 8:19 
GeneralRe: AutoRedirect... Pin
awedaonline3-Mar-10 23:18
awedaonline3-Mar-10 23:18 
AnswerRe: AutoRedirect... Pin
JimBob SquarePants19-Feb-10 12:23
JimBob SquarePants19-Feb-10 12:23 
GeneralRe: AutoRedirect... Pin
awedaonline3-Mar-10 23:17
awedaonline3-Mar-10 23:17 
QuestionAccessing WebUserControls and Webform properties Pin
markymark8219-Feb-10 0:18
markymark8219-Feb-10 0:18 
AnswerRe: Accessing WebUserControls and Webform properties Pin
Chetan Patel19-Feb-10 1:32
Chetan Patel19-Feb-10 1:32 
Questionconnection to sqlservercompactedition Pin
4anusha419-Feb-10 0:13
4anusha419-Feb-10 0:13 
QuestionDrop Down Weird behaviour Pin
Mogamboo_Khush_Hua18-Feb-10 23:44
Mogamboo_Khush_Hua18-Feb-10 23:44 
AnswerRe: Drop Down Weird behaviour Pin
R. Giskard Reventlov19-Feb-10 0:37
R. Giskard Reventlov19-Feb-10 0:37 
QuestionDatalist in Crystal Report Pin
srikanta42218-Feb-10 23:37
srikanta42218-Feb-10 23:37 
QuestionSSRS permission Pin
arkiboys18-Feb-10 23:04
arkiboys18-Feb-10 23:04 
AnswerRe: SSRS permission Pin
arkiboys18-Feb-10 23:17
arkiboys18-Feb-10 23:17 
GeneralRe: SSRS permission Pin
arkiboys19-Feb-10 0:24
arkiboys19-Feb-10 0:24 
QuestionUsing page break in printing word document Pin
samerh18-Feb-10 22:45
samerh18-Feb-10 22:45 
QuestionError Pin
arkiboys18-Feb-10 21:52
arkiboys18-Feb-10 21:52 
Hello,
I have placed the web project (built in vs2008) into the DEV web server for testing...
virtual directory is also created.
After checking the asp.net version on the web server it seems only the version 2.0 is available and so when I browse to the site i.e. http://servername/site
then I get this error below. Should I put something in the web.config file to solve this issue?
It seems the error is to do with the reportviewer control I am using.
NOTE that the ERROR is on line 117
Any thoughts please?
Thanks

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 115: <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 116: <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
Line 117: <add assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 118: <add assembly="Microsoft.ReportViewer.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
Line 119: </assemblies>
AnswerRe: Error Pin
arkiboys18-Feb-10 22:01
arkiboys18-Feb-10 22:01 
GeneralRe: Error Pin
arkiboys18-Feb-10 22:14
arkiboys18-Feb-10 22:14 
GeneralRe: Error Pin
Brij18-Feb-10 22:43
mentorBrij18-Feb-10 22:43 
QuestionCheck duplicate before inserting in database [modified] Pin
Mogamboo_Khush_Hua18-Feb-10 19:45
Mogamboo_Khush_Hua18-Feb-10 19:45 
AnswerRe: Check duplicate before inserting in database Pin
Pranay Rana18-Feb-10 20:17
professionalPranay Rana18-Feb-10 20:17 
GeneralRe: Check duplicate before inserting in database Pin
Mogamboo_Khush_Hua18-Feb-10 21:18
Mogamboo_Khush_Hua18-Feb-10 21:18 
GeneralRe: Check duplicate before inserting in database Pin
Brij18-Feb-10 22:02
mentorBrij18-Feb-10 22:02 
AnswerRe: Check duplicate before inserting in database Pin
Viral Upadhyay18-Feb-10 20:35
Viral Upadhyay18-Feb-10 20:35 
GeneralRe: Check duplicate before inserting in database Pin
Mogamboo_Khush_Hua18-Feb-10 21:17
Mogamboo_Khush_Hua18-Feb-10 21:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.