Visual Studio :: Runtime Error: Could Not Load File Or Assembly 'Microsoft.ReportViewer.WebForms, Version'

Apr 13, 2010

I just migrated myDocuments folder to a new laptop (windows 7, 64 bit). The visual studio project WAS working on my desktop computer (windows XP pro).

Runtime error is:

ASP.NET runtime error: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f

It references the config file, so I am looking to see if I need to add something in there or what?

View 1 Replies


Similar Messages:

C# - Error: Could Not Load File Or Assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0

Jul 8, 2010

I am getting this error that is related to ReportsViewer. I need to eliminate all references to this library. So where do I need to start deleting the references?

Description: An error occurred during the processing of a configuration file required to service this request. 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.

<add assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>

View 1 Replies

Configuration :: Error Message: Could Not Load File Or Assembly 'Microsoft.AnalysisServices, Version=9.0.242.0'

Jan 30, 2011

<add assembly="Microsoft.AnalysisServices, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>

this error message appeared after i transfered the web application into another server and run it

the error row is as follow:

<add assembly="Microsoft.AnalysisServices, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>

View 1 Replies

MVC :: Runtime Error: Could Not Load File Or Assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=?

Jan 13, 2010

I am getting this message on my Page element. However my project references C:Program FilesMicrosoft ASP.NETASP.NET MVC 2AssembliesSystem.Web.Mvc.dllwhich is Version 2.0.0.0Furthermore my Web.config contains

<assemblies>
<add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

This is VS2010.I created the blank project with VS2010 and then copied the code (without Web.config) from the old project.

View 5 Replies

Visual Studio :: Could Not Load File Or Assembly 'PdfSharp, Version=1.2.1269.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb' Or One Of Its Dependencies

Jul 19, 2010

I've been using a particular version of a PDF library (PdfSharp), with the dll file in the bin directory (bin/PdfSharp.dll). I use this to prepare, combine, split, and otherwise manipulate PDF files, both those that come from outside my app and those I generate using ReportViewer.

Today I saw there was a new version of the library and naively dropped the new .dll into the bin folder, replacing the old one (I rarely have need to mess with the 2 or 3 dlls in my bin folder and it's been 2 years since I set them up so I wasn't really sure how to proceed and didn't take the time to think too much about it). The PDF generation no longer worked, so I deleted the newer .dll and replaced it with the older one (I have copies in backups, the production server, etc).

Now, although I've confirmed that the dll in the bin folder is the older version (file Properties show correct older version number, file size is older file size, etc), and although the application works correctly, including those parts that call on the library, I can no longer access the data sources for my RDLC files -- when I open an RDLC file in the editor and choose Report->Data Sources, I get this error:

Could not load file or assembly 'PdfSharp, Version=1.2.1269.0, Culture=neutral, PublicKeyToken=f94615aa0424f9eb' or one of its dependencies. The system cannot find the file specified.

I am mystified: I don't understand the connection between a report's data source and this library; I know that the correct version (1.2.1269.0) is in binPdfSharp.dll; and I can find no references to any version of PdfSharp in any file in my application, other than the code that actually calls it (ie, there are no references to it in web.config or the .rdlc files or the dataset .xsd files). I've also been through the registry and find no references to the new version. I've tried deleting the dll and re-adding it using "Add Reference...", and I've tried "Update Reference", all to no avail.

View 1 Replies

AJAX :: Could Not Load File Or Assembly 'Microsoft.Scripting.ExtensionAttribute, Version=2.0.0.0'

Sep 2, 2010

I keep getting this strange error (below) on my local machine on the first time the page loads,

Then if I reload it - it loads correctly...

What is really strange is that it does not happen on the server (same settings)

I'm using AJAXControlToolkit.dll version 4.1.40412.2

and this script manager (if not I get the Common.Common.js error)

[Code]....

View 6 Replies

Could Not Load File Or Assembly 'Microsoft.Exchange.WebServices, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

Mar 2, 2011

I'm working on a project that accesses the Exchange Server. Before I replaced the project to a server, everything went fine. But now I'm getting this error.

View 2 Replies

Visual Studio :: Getting Error ' Could Not Load File Or Assembly 'System.Web.Extensions?

Jan 4, 2010

I'm getting ' Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.' when dragging AJAX Extention to any page.I've been uninstalling and reinstalling VS2005 whole day. Meanwhile there are no AJAX Control Toolkit in Toolbox and AJAX enabled templetes are missing.

View 5 Replies

Configuration :: IIS6 Trying To Load Version 10.0.0.0 Of ReportViewer.WebForms When Web.config Specifies 9.0.0.0

Mar 8, 2011

I am developing a .NET 3.5 web application. We are using some of the Microsoft Reporting tools, which are a pain but a digress, and when I deploy, I get errors when trying to load the site.

This is the error:

[Code]....

However, my web config reads:

[Code]....

I specify 9.0.0.0 in everything. The only concern I have is that the build server uses .NET 4.0 but I have specified to build with 3.5 and on my deployed server I have the 9.0.0.0 dll files for the report viewer. why the server is looking for 10 when everything says 9?

View 5 Replies

Configuration :: Getting An Error "Parser Error Message: Could Not Load File Or Assembly 'System.Web, Version=4.0?

Aug 25, 2010

I have created an application which runs fine in VS2010.Now i am trying to host that application using inetmgr.When i try to browse the page from inetmgr content view then i get the "Parser Error Message: Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified".If i browse the page from VS i am able to do it.I am not able to host the app. may be the reason is the above stated error.

View 1 Replies

Visual Studio :: Error Message - Assembly Built By A Runtime Thats Too New?

Jan 24, 2010

I created an asp.net application, and it worked on my local PC. I was using Visual Web Developer 2010 beta.

Then I uploaded almost every file (not the sln and suo files) to my shared-host unix website. This Unix website is supposed to support asp.net.

But I got this error:

Server error in application. Could not load file or assembly 'dave' or one of its dependencies.This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded Does this mean my version of the net.framework is too advanced? Or maybe the version of Visual Web Developer? Or some other reason?

View 2 Replies

Iis - Could Not Load File Or Assembly Microsoft.Practices.EnterpriseLibrary.Common Error / How To Fix It

Nov 1, 2010

IIS: 5.1(local and IIS 7.0 online)

I am getting the error at localhost. I haven't checked online yet.

The whole thing was working at ASP.NET 3.5 and now when i upgraded to ASP.NET 4.0 I get the following error.

The Stack Trace is

VisualStudio 2010, the error is

This is not happening everytime.

The first runs always show this error.

View 1 Replies

VS 2008 Could Not Load File Or Assembly 'Microsoft.Office.Interop.Word / How To Fix This Error

Dec 10, 2010

I am having an issue that I do not quite understand. I had an ASP project that I built using

Code:

<add assembly="Microsoft.Office.Interop.Word, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71E9BCE111E9429C"/>

while I still had Office 2007 still on my development PC. I recently upgraded to Office 2010 and even though the web.config file still remains with the above assembly reference, when I publish it and run it now i keep getting the following error ...

Quote:

Could not load file or assembly 'Microsoft.Office.Interop.Word, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.

I also have installed the PIA for Version=14.0.0.0 on the server but I still get the same result.

View 12 Replies

Visual Studio :: Could Not Load File Or Assembly App_Web?

Apr 6, 2010

I published my site with Visual Studio on Windows web Server 2008 R2......but I have this error:

Could not load file or assembly 'App_Web_xxxxxxxx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.I tried to delete in the temporary ASP.NET files the hash files but nothing, the error is the same!I installed the framework 3.5 and Visual Studio for try the compilation and with the temporary server of VS it run but with the iis (7) not!

View 7 Replies

AJAX :: Microsoft JScript Runtime Error: Sys.WebForms.PageRequestManagerServerErrorException?

Mar 2, 2011

I am using Ajax Combobox's in my application. The controls are re-created dynamically on page_load after postback. But I keep receiving this error when selecting an item from the ajax combobox when i run the application.Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Script controls may not be registered after PreRender.My Master_Page...

[Code]....

My .aspx page (Content_Page)...

[Code]....

I had done the above methods based on other posts but it still does not resolve the issue. I must be missing something simple,

View 3 Replies

AJAX :: Getting Error Could Not Load File Or Assembly "AjaxControlToolkit" Version=1.0.20229.20821

Mar 3, 2010

I am using AjaxControlToolkit.dll 1.0.20229. For compiling my code in my DotnetNuke module. When I compile our code and upload it on Server Dotnetnuke application which is having latest 3.x version of AjaxControlToolkit.dll. I get following error. I am not compiling my code to a specific version of AjaxControlToolkit.dll.......................

View 2 Replies

AJAX :: Microsoft JScript Runtime Error: Sys.WebForms.PageRequestManagerServerErrorException: '<combo Box

Oct 26, 2010

We have used Ajax toolkit combo box in one of our application. We have used two Ajax toolkit combo box in an aspx page. Both combo boxes are populated while loading the page. Combo box 1 has list of items and based on combo 1 selection, combo box 2 is populated. This requirement is implemented within the updatepanel and only partial page rendering is done on combo box 1 selection.

This is working fine when the list of items are populated at the time of page load.

We have provided an option to add new item in combo box 1 and combo box 2. When new item is added in combo box 1, it calls iteminserted event. Since it is a new item, it does not have corresponding items in combo box 2. When we add new item in combo box 2 it submits the page (partial rendering). While it gets submitted it throws following JScript error.

"Microsoft JScript runtime error:

Sys.WebForms.PageRequestManagerServerErrorException: '<combo box id>' has a SelectedIndex which is invalid because it does not exist in the list of items.

Parameter name: value"

We are unable to resolve this issue.

View 5 Replies

Couldn't Load File Or Assembly - Extensibility Version

Feb 17, 2010

I have a application in which i have read the mail from outlook. its working fine in local pc . but when i deploy this application on server then it gives me error like: on deploy machine outlook version is office 2007. Could not load file or assembly 'Extensibility, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

View 2 Replies

SQL Reporting :: ReportViewer Remote Processing Mode / Error Microsoft.Reporting.WebForms.MissingReportSourceException?

Mar 28, 2011

i am trying to call a report with a ReportViewer control using this code:

[Code]....

but i am having this error

Microsoft.Reporting.WebForms.MissingReportSourceException = the source of the report definition has not been specified.

View 1 Replies

Visual Studio :: Getting Error Cannot Find File For Assembly System.data.sql.sstring

Apr 8, 2010

I recently installed developer express and sql server 2008 express. I am trying to connect to the sql database but get this error. When I try to add a reference to system.data.sql, it doesn't exist. Did install sql server 2008 service pack 1 wrong or visual studio express service pack 1 wrong?

View 1 Replies

Configuration :: Could Not Load File Or Assembly 'System.Web.DataVisualization, Version=3.5.0.0...

Mar 4, 2010

I installed Cahrt control of ASP:Net and It works fine on local. I made neccessary changes on web.config but When I deploy it to my site I am getting the error ! It says as below;

Server Error in '/' Application.

Parser Error

Description:An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Source Error:

[Code]....

View 4 Replies

Could Not Load File Or Assembly 'Microsoft.Expression.Encoder.Api2.dll'

Dec 18, 2010

I face some problems while I host my web application(which is a PowerBuilder V12.0 .Net Web Appliaction Developed By PB V12.0 Classic or Migrated from Old PB Versions as the project files are Converted to ASP.Net *.aspx files) in IIS V6.0 on Windows Server 2003and After Installation of .Net Framework Version 4.0 to match the web application which requires .Net Framework 2.0+

The Error Message I get is as follows:-

Could not load file or assembly 'Microsoft.Expression.Encoder.Api2.dll' or one of its dependencies. The specified module could not be found.

Description:

An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Expression.Encoder.Api2.dll' or one of its dependencies. The specified module could not be found.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[Code]....

View 1 Replies

Configuration :: Could Not Load File Or Assembly 'Microsoft.Licensing.Permutation

Apr 22, 2010

I am working on project in VS 2008 (ASP.Net, C#).

When I view a page in browser it throws following error.

Could not load file or assembly 'Microsoft.Licensing.Permutation_f50a9_2.0(1907)' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

Description:

An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileLoadException: Could not load file or assembly 'Microsoft.Licensing.Permutation_f50a9_2.0(1907)' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))

Source Error:

[Code]....

View 1 Replies

Web Forms :: Could Not Load File Or Assembly 'Microsoft.Web.UI.WebControls' Or One Of Its Dependencies?

May 25, 2010

im facing the below issue can anyone tell me how to resolve itCould not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. The system cannot find the file specified.

View 5 Replies

SQL Server :: Load File Or Assembly 'Microsoft.SqlServer.SqlClrProvider?

Oct 30, 2010

Hi,
I am trying to developing a project which is getting mssql version, creating tables,views and insert default datas to database.
I have to develeope it working in MSSQL 2005-2008.
Now my project uses using Microsoft.SqlServer.Management.Smo; using Microsoft.SqlServer.Management.Common;
name spaces from MSSQL dlls.it works fine in serves which has MSSQL2008.Bu d-today i tried it in a server which has MSSQL2005 nad it failed.

Error;

Could not load file or assembly 'Microsoft.SqlServer.SqlClrProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
So.Where can i find this namespace and and i need to add this namespace dll to my project.
Else i need another way to do these process working in 2005 nad 2008.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved