Asp.net - Error Message: Could Not Load File Or Assembly 'Delete ReportingContents'?

Aug 24, 2010

I've just got an error message that was somewhat unexpected:

[code]...

I've got an ASP.NET website that has abotu 10 projects makign it up which are compiled into DLLS and in the bin directory. ReportingContents is one of these projects. In the past I have had success in copying over a new version of the files (dll, pdb and xml) to the bin directory and recycled the app pool and it just picks up the new version on its own. This time I thought "I shouldn't have a debug version on the site" so I built as release and just copied up the dll and xml files and asked our deployment people to remove the pdb.When I was told it was all done I tried to access the site and got the above error message.The thing that surprises me is that the assembly it mentions is "Delete ReportingContents" and I don't know where the "Delete " might have come from in there.

View 1 Replies


Similar Messages:

Error Message: Could Not Load File Or Assembly 'System.Web?

Mar 3, 2011

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 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

View 8 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

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

Display Asp MSChart / File Error Could Not Load File Or Assembly 'sstchur.web.survey'?

Dec 17, 2010

I've add MSChart to a webpage and I'm also using a Survey page I got from 4GuysFromRolla (http://www.4guysfromrolla.com/articles/061604-1.aspx). Both work on my development machine but when I move them to my hosting site there are issues.

With MSChart page the chart is not displayed although it's included the Page Source code:
src="/ClubInformationTracking/ChartImg.axd?i=chart_3d90c53b0f844807a2491a1d79a636a1_0.png&g=75fecf0f14cf4121b623691d383263aa" alt="" style="height:300px;width:700px;border-width:0px;" />

And when I try to open the Survey page I get this:Parser Error Message: Could not load file or assembly 'sstchur.web.survey' or one of its dependencies. The system cannot find the file specified.

Source Error:
<%@ Register TagPrefix = "sstchur" Namespace = "sstchur.web.survey" Assembly = "sstchur.web.survey" %>
<%@ Page Language = "C#" %>

Assembly Load Trace: The following information can be helpful to determine why the assembly 'sstchur.web.survey' could not be loaded.

WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.

Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].

The Hosting site is using Version 4.0 and the dll needed for the survey is in the BIN directory.

When I moved my files to the hosting site I had to change every instance when I referred to a file from:
"~/FileName"
To
"FileName"

I've tried all of the "fixes" I could find for the MSChart that involved changes to the web.config file but because of the error messages associated with the Survey page I'm guessing this is the issue.

View 2 Replies

Web Forms :: Error 1 - Could Not Load File Or Assembly

Nov 19, 2012

while running my project its shows an error like this:

Error   1 Could not load file or assembly 'App_Code.opqcfopj, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Access is denied.        

View 1 Replies

Configuration :: Error In Running Site - Could Not Load File / Assembly

Jun 17, 2010

I have uploaded site on web server but I am having the following error.
"Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

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.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

View 4 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

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

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

Crystal Reports :: Configuration Error Could Not Load File Or Assembly CrystalDecisions.Web

Feb 13, 2011

when i use CR v13 in my web site there is error message

Configuration Error Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file
specified.

View 1 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

VS 2008 Ajax Error - Could Not Load File Or Assembly / Parameter Is Incorrect

Nov 6, 2011

I have ajax control toolkit in bin folder ,i have win 7 inmy system but still i m getting this error ..

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

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 :: 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

MVC :: Parser Error Message: Could Not Load Type MasterPage File?

Aug 22, 2010

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 type 'wamsilverlight.Web.Wam'.

Source Error: [Code]....

Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4927

All of the following have been tried over and over again:

1.) Delete all existing .dlls

2.) Delete MasterPage File and recreate it.

3.) Delete MasterPage perform a clean rebuild then recreate

4.) Delete web.config file and recreate

5.) Delete web.config file perform a clean rebuild then recreate

6.) Destroy the entire project and start from scratch

7.) Before any of these steps were taken the project was built with Ctrl+Shift+B and again with F5

8.) Checked all of the namespaces to make sure nothing was conflicting

9.) Checked IIS7 to see which .NET Framework was being used and it is all listed under 2.0 and later at one point even trying to swithc it over to .NET 4.0

The problem is rather persistant, annoying, and frustrating and I would truly love to acquire some input on correcting this matter,issue occured out of the blue one minute working the next minute it errors out.

View 3 Replies

Crystal Reports :: Error In Crystal Report For Load File Or Assembly?

Mar 19, 2011

i upload my site on server but there is error in crystal report web.comfig there is error as belowParser Error Message:Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

[Code]....

View 2 Replies

AJAX :: Error On First Time Page Refresh Then Removes On The Second Time / Could Not Load File Or Assembly

May 20, 2010

Server Error in '/MedTegraSL.Web' Application.

Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.

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 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.

Source Error:

[Code]....

Source File:

c:ProductiveTeamsMedTegraPresentationMedTegraSLMedTegraSL.WebMainMaster.Master Line: 16 Assembly Load Trace: The following information can be to determine why the assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' could not be loaded.

[Code]....

Stack Trace:

[Code]....

View 2 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

Configuration :: Could Not Load File Or Assembly Or One Of Its Dependencies, An Attempt Was Made To Load A Program

May 10, 2010

My application is running fine locally when I deploy it it is giving me the above error saying

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.

View 6 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

VS2010 Assembly Load Error

Jun 8, 2010

I am getting the following error when I try to build an ASP.NET 4 project in Visual Studio 2010: "Could not load file or assembly 'file:///C:Devproject runkinElmah.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)". I have verified that the dll does, in fact, exist, and is getting copied to the bin folder correctly. I have also tried removing and then re-adding the reference to the project.

The build only fails when I switch the Solution Configuration to "Release". It does not fail when the Solution Configuration is set to "Debug". The only difference between the two configurations (that I know of) is shown in the following Web.config transform, Web.Release.config:

<?xml version="1.0"?>
<configuration xmlns:xdt="[URL]">
<connectionStrings>
<add name="SqlServer" connectionString="" providerName="System.Data.SqlClient" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<customErrors mode="On" xdt:Transform="Replace">
<error statusCode="404" redirect="lost.htm" />
<error statusCode="500" redirect="uhoh.htm" />
</customErrors>
</system.web>
</configuration>

I have tried using Fusion Log Viewer to track down the assembly binding issue, but it looks like it is finding and loading the assembly correctly. Here is the log:

*** Assembly Binder Log Entry (6/8/2010 @ 10:01:54 AM) ***

The operation was successful.

Bind result: hr = 0x0. The operation completed successfully.

Assembly manager loaded from: C:WindowsMicrosoft.NETFrameworkv4.0.30319clr.dll
Running under executable c:Program Files (x86)Microsoft SDKsWindowsv7.0AinNETFX 4.0 Toolssgen.exe
A detailed error log follows.
Pre-bind state information ===
LOG: User = User
LOG: Where-ref bind. Location = C:Devproject runkinElmah.dll
LOG: Appbase = file:///c:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/bin/NETFX 4.0 Tools/
LOG: Initial PrivatePath = NULL
LOG: Dynamic Base = NULL
LOG: Cache Base = NULL
LOG: AppName = sgen.exe
Calling assembly : (Unknown).

LOG: This bind starts in LoadFrom load context.

WRN: Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load().

LOG: No application configuration file found.
LOG: Using host configuration file:
LOG: Using machine configuration file from C:WindowsMicrosoft.NETFrameworkv4.0.30319configmachine.config.
LOG: Attempting download of new URL file:///C:/Dev/project/trunk/bin/Elmah.dll.
LOG: Assembly download was successful. Attempting setup of file: C:Devproject runkinElmah.dll
LOG: Entering run-from-source setup phase.
LOG: Assembly Name is: Elmah, Version=1.1.11517.0, Culture=neutral, PublicKeyToken=null
LOG: Re-apply policy for where-ref bind.
LOG: Where-ref bind Codebase does not match what is found in default context. Keep the result in LoadFrom context.
LOG: Binding succeeds. Returns assembly from C:Devproject runkinElmah.dll.
LOG: Assembly is loaded in LoadFrom load context.

View 2 Replies

Cannot Load File Or Assembly CrystalDecisions.web

Jun 18, 2010

I have just upgraded from windows server 2003 to windows server 2008 Web Edition and am having problems with Crystal reports, I keep getting the error
Parser Error Message:" Could not load file or assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified."I had the same problem on my windows 2003 server a while back and fixed the problem by running the crystal reports runtime file 'CRRedist2008_x86.msi' but it didn’t fix the problem on the Windows 2008 Web Edition server after running it.

View 3 Replies

C# - Couldn't Load File Or Assembly

Mar 5, 2011

Recenently my ASP.Net Mvc 3 project stopped compiling and I have no idea why. It is giving me this error message. "Could not load file or assembly 'ProjectName.1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"

View 3 Replies

Configuration :: Could Not Load File Or Assembly

Apr 27, 2010

I have writen a simple asp.net App to display stats in the call center I work in. I was working fine until yesterday afternoon when i started getting the following error

Could not load file or assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The system cannot find the file specified. The server is only running windows 2000 teminal so can only run .net 2.0. I am using Visual Studio 2008 Express to write the code and have set the Target Framework to .NET Framework 2.0 under the Properties page and hit the F5 key and it ran fine.

View 2 Replies







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