473,387 Members | 1,362 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Could not load type XXXXXXXXXXXXXX from assembly mscorlib

Hi everyone,

Could you please take a look at an exception for ASP.NET application?

My ASP.NET application is using Infragistics WebChart control. I encounter
an exception below when deploying the application into a third-part host.

It would be very appreciated if you have known the reason and tell me.

Thanks you in advance.

Qiang

Could not load type Infragistics.UltraChart.Resources.Editor.GradientE ditor
from assembly mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089.

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.TypeLoadException: Could not load type
Infragistics.UltraChart.Resources.Editor.GradientE ditor from assembly
mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089.

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:

[TypeLoadException: Could not load type
Infragistics.UltraChart.Resources.Editor.GradientE ditor from assembly
mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089.]

System.Reflection.CustomAttribute.CreateCAObject(I nt32& propNum,
Assembly& assembly) +0

System.Reflection.CustomAttribute.GetObject() +57
System.Reflection.CustomAttribute.CheckConsistency AndCreateArray(CustomAttri
bute caItem, Type caType) +539

System.Reflection.CustomAttribute.GetCustomAttribu tes(MemberInfo
member, Type caType, Boolean inherit) +459

System.Reflection.CustomAttribute.GetCustomAttribu tes(Type type,
Type caType, Boolean inherit) +110

System.RuntimeType.GetCustomAttributes(Boolean inherit) +11

System.ComponentModel.TypeDescriptor.GetCustomAttr ibutes(Type type)
+78

System.ComponentModel.MemberList.ReflectGetCustomA ttributes(Type
classToReflect, Type metadataType) +316

System.ComponentModel.MemberList.GetAttributes() +121

System.ComponentModel.ComponentEntry.GetAttributes (Object
component) +127

System.ComponentModel.ComponentEntry.GetConverter( ) +29

System.ComponentModel.PropertyDescriptor.get_Conve rter() +195
System.Web.Compilation.CodeDomUtility.GenerateExpr essionForValue(PropertyInf
o propertyInfo, Object value, Type valueType) +660
System.Web.Compilation.TemplateControlCompiler.Bui ldBuildMethod(ControlBuild
er builder, Boolean fTemplate, PropertySetterEntry pse) +2555
System.Web.Compilation.TemplateControlCompiler.Bui ldSourceDataTreeFromBuilde
r(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +794
System.Web.Compilation.TemplateControlCompiler.Bui ldSourceDataTreeFromBuilde
r(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +675
System.Web.Compilation.TemplateControlCompiler.Bui ldSourceDataTreeFromBuilde
r(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +675
System.Web.Compilation.TemplateControlCompiler.Bui ldSourceDataTreeFromBuilde
r(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +675
System.Web.Compilation.TemplateControlCompiler.Bui ldSourceDataTreeFromBuilde
r(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +352
System.Web.Compilation.TemplateControlCompiler.Bui ldSourceDataTreeFromBuilde
r(ControlBuilder builder, Boolean fInTemplate, PropertySetterEntry pse) +352
System.Web.Compilation.TemplateControlCompiler.Bui ldMiscClassMembers() +52

System.Web.Compilation.PageCompiler.BuildMiscClass Members() +9

System.Web.Compilation.BaseCompiler.BuildSourceDat aTree() +1276

System.Web.Compilation.BaseCompiler.GetCompiledTyp e() +128

System.Web.UI.PageParser.CompileIntoType() +62

System.Web.UI.TemplateParser.GetParserCacheItemThr oughCompilation()
+124

[HttpException (0x80004005): Could not load type
Infragistics.UltraChart.Resources.Editor.GradientE ditor from assembly
mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089.]

System.Web.UI.TemplateParser.GetParserCacheItemInt ernal(Boolean
fCreateIfNotFound) +721

System.Web.UI.TemplateParser.GetParserCacheItemWit hNewConfigPath()
+125

System.Web.UI.TemplateParser.GetParserCacheItem() +99
System.Web.UI.TemplateControlParser.CompileAndGetP arserCacheItem(String
virtualPath, String inputFile, HttpContext context) +120

System.Web.UI.TemplateControlParser.GetCompiledIns tance(String
virtualPath, String inputFile, HttpContext context) +36

System.Web.UI.PageParser.GetCompiledPageInstanceIn ternal(String
virtualPath, String inputFile, HttpContext context) +43

System.Web.UI.PageHandlerFactory.GetHandler(HttpCo ntext context,
String requestType, String url, String path) +44

System.Web.HttpApplication.MapHttpHandler(HttpCont ext context,
String requestType, String path, String pathTranslated, Boolean
useAppConfig) +699
System.Web.MapHandlerExecutionStep.System.Web.Http Application+IExecutionStep
..Execute() +95

System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean& completedSynchronously) +173


Dec 10 '05 #1
0 2982

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: ulf | last post by:
Hello, After I got a FileNotFoundException in my real life CSharp code, I nailed it down to the following line: System.EnterpriseServices.ResourcePool rp = new...
2
by: Lee Alexander | last post by:
Why does Assembly.Load allow this: Assembly.Load( "mscorlib" ); if you try the following it fails as expected: Assembly.Load( "System" ); Since it should be (for framework 1.1):...
0
by: phillip | last post by:
This is interesting, I have attached my web.config file and the exception I have been logging. I created a library which provide data access to a database and a control system. The library is...
2
by: John Alesse | last post by:
Hi, I've created a very simple winforms control using the c# wizard in VS .net 2003 that is nothing but a System.Windows.Forms.UserControl. There are no other controls on the form It takes IE 12...
1
by: mrkurt | last post by:
I've built a few webservices locally that work just fine. Deployed them to a server and I get the following exception. This exception happens on even the most basic webmethod call. Hitting the...
8
by: John Dunn | last post by:
Since currently we aren't allowed to have compiled XAML files embedded in C++ apps I'm using Markup::XamlReader::Load to dynamically load XAML files. This works perfectly fine with external files...
5
by: Nikola Skoric | last post by:
Hello, This is the first time I try to use thingy. I think I use it in a proper way. But, I have following code: using System; using System.Collections; using System.IO; using...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
8
by: Joe Withawk | last post by:
I have a solution consisting of a c# project as win application and a c++ project as classlibrary. Both are .net 2.0 The classlibrary handles some loading of quicktime movies, but that should not...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.