473,657 Members | 2,515 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

The type initializer threw an exception

We migrated our windows application from 1.1 to 2.0. The debug and Release
mode of the application work fine with some tweaking. But when the setup
project is migrated to 2.0 the installation gives the follwing error:

Message:The type initializer for
'Microsoft.Appl icationBlocks.C ache.CacheServi ce'
threw an exception.
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:36 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="sst.exe" ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Argument NullException" Message="The cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage" Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata,
XmlNode configSection)</StackTrace>
</Exception>
</ExceptionInform ation>
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:40 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="Sales Studio.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Exceptio n" Message="The XML configuration
document is invalid, the ScavengingInfo section defines a type (assembly:
'Microsoft.Appl icationBlocks.C ache', type
'Microsoft.Appl icationBlocks.C ache.Scavenging .LruScavenging' ) which an
instance can't be created." Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Mic rosoft.Applicat ionBlocks.Cache .IScavengingAlg orithm
CreateInstance( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata) at
Microsoft.Appli cationBlocks.Ca che.CacheServic e..ctor()</StackTrace>
- <Exception ExceptionType=" System.Argument NullException" Message="The cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage" Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata,
XmlNode configSection) at
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata)</StackTrace>
</Exception>
</Exception>
</ExceptionInform ation>

Feb 9 '07 #1
4 39700
Did you notice this in your exception trace:

"
- <Exception ExceptionType=" System.Argument NullException" Message="The cache
storage cannot be null. Parameter name: cacheStorage"
"

"bijay" <bi***@discussi ons.microsoft.c omha scritto nel messaggio
news:76******** *************** ***********@mic rosoft.com...
We migrated our windows application from 1.1 to 2.0. The debug and Release
mode of the application work fine with some tweaking. But when the setup
project is migrated to 2.0 the installation gives the follwing error:

Message:The type initializer for
'Microsoft.Appl icationBlocks.C ache.CacheServi ce'
threw an exception.
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:36 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="sst.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage" Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata,
XmlNode configSection)</StackTrace>
</Exception>
</ExceptionInform ation>
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:40 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="Sales Studio.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Exceptio n" Message="The XML
configuration
document is invalid, the ScavengingInfo section defines a type (assembly:
'Microsoft.Appl icationBlocks.C ache', type
'Microsoft.Appl icationBlocks.C ache.Scavenging .LruScavenging' ) which an
instance can't be created."
Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Mic rosoft.Applicat ionBlocks.Cache .IScavengingAlg orithm
CreateInstance( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata) at
Microsoft.Appli cationBlocks.Ca che.CacheServic e..ctor()</StackTrace>
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage" Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata,
XmlNode configSection) at
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata)</StackTrace>
</Exception>
</Exception>
</ExceptionInform ation>

Feb 9 '07 #2
Yes, I have. We are using applicationbloc k version 1.0 for caching. it works
fine with framework 1.0. But when we migrated our application to 2.0 the
application works fine on VS 2005 IDE (both Release and Debug). When we
create a set-up package and install the follwing error occurs.

"Laura T." wrote:
Did you notice this in your exception trace:

"
- <Exception ExceptionType=" System.Argument NullException" Message="The cache
storage cannot be null. Parameter name: cacheStorage"
"

"bijay" <bi***@discussi ons.microsoft.c omha scritto nel messaggio
news:76******** *************** ***********@mic rosoft.com...
We migrated our windows application from 1.1 to 2.0. The debug and Release
mode of the application work fine with some tweaking. But when the setup
project is migrated to 2.0 the installation gives the follwing error:

Message:The type initializer for
'Microsoft.Appl icationBlocks.C ache.CacheServi ce'
threw an exception.
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:36 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="sst.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage" Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata,
XmlNode configSection)</StackTrace>
</Exception>
</ExceptionInform ation>
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:40 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="Sales Studio.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Exceptio n" Message="The XML
configuration
document is invalid, the ScavengingInfo section defines a type (assembly:
'Microsoft.Appl icationBlocks.C ache', type
'Microsoft.Appl icationBlocks.C ache.Scavenging .LruScavenging' ) which an
instance can't be created."
Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Mic rosoft.Applicat ionBlocks.Cache .IScavengingAlg orithm
CreateInstance( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata) at
Microsoft.Appli cationBlocks.Ca che.CacheServic e..ctor()</StackTrace>
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage" Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata,
XmlNode configSection) at
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata)</StackTrace>
</Exception>
</Exception>
</ExceptionInform ation>


Feb 9 '07 #3
Have you checked that all the .config files are deployed correctly.
It seems to me that the <cacheStorage is missing or cannot be found and for
that reason the caching application block cannot be initialized.

(check
http://codebetter.com/blogs/david.ha.../04/56523.aspx if
needed).

"bijay" <bi***@discussi ons.microsoft.c omha scritto nel messaggio
news:35******** *************** ***********@mic rosoft.com...
Yes, I have. We are using applicationbloc k version 1.0 for caching. it
works
fine with framework 1.0. But when we migrated our application to 2.0 the
application works fine on VS 2005 IDE (both Release and Debug). When we
create a set-up package and install the follwing error occurs.

"Laura T." wrote:
>Did you notice this in your exception trace:

"
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
"

"bijay" <bi***@discussi ons.microsoft.c omha scritto nel messaggio
news:76******* *************** ************@mi crosoft.com...
We migrated our windows application from 1.1 to 2.0. The debug and
Release
mode of the application work fine with some tweaking. But when the
setup
project is migrated to 2.0 the installation gives the follwing error:

Message:The type initializer for
'Microsoft.Appl icationBlocks.C ache.CacheServi ce'
threw an exception.
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:36 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="sst.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage"
Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata,
XmlNode configSection)</StackTrace>
</Exception>
</ExceptionInform ation>
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:40 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="Sales Studio.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Exceptio n" Message="The XML
configuration
document is invalid, the ScavengingInfo section defines a type
(assembly:
'Microsoft.Appl icationBlocks.C ache', type
'Microsoft.Appl icationBlocks.C ache.Scavenging .LruScavenging' ) which an
instance can't be created."
Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Mic rosoft.Applicat ionBlocks.Cache .IScavengingAlg orithm
CreateInstance( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata)
at
Microsoft.Appli cationBlocks.Ca che.CacheServic e..ctor()</StackTrace>
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage"
Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata,
XmlNode configSection) at
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata)</StackTrace>
</Exception>
</Exception>
</ExceptionInform ation>



Feb 9 '07 #4
We know that. But we don't know if anything has changed as far as 'config' or
'ref' is concerned when Applicationbloc ks 1.0 cache dll is used on frameowrk
2.0 applications.

"Laura T." wrote:
Have you checked that all the .config files are deployed correctly.
It seems to me that the <cacheStorage is missing or cannot be found and for
that reason the caching application block cannot be initialized.

(check
http://codebetter.com/blogs/david.ha.../04/56523.aspx if
needed).

"bijay" <bi***@discussi ons.microsoft.c omha scritto nel messaggio
news:35******** *************** ***********@mic rosoft.com...
Yes, I have. We are using applicationbloc k version 1.0 for caching. it
works
fine with framework 1.0. But when we migrated our application to 2.0 the
application works fine on VS 2005 IDE (both Release and Debug). When we
create a set-up package and install the follwing error occurs.

"Laura T." wrote:
Did you notice this in your exception trace:

"
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
"

"bijay" <bi***@discussi ons.microsoft.c omha scritto nel messaggio
news:76******** *************** ***********@mic rosoft.com...
We migrated our windows application from 1.1 to 2.0. The debug and
Release
mode of the application work fine with some tweaking. But when the
setup
project is migrated to 2.0 the installation gives the follwing error:

Message:The type initializer for
'Microsoft.Appl icationBlocks.C ache.CacheServi ce'
threw an exception.
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:36 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="sst.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage"
Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata,
XmlNode configSection)</StackTrace>
</Exception>
</ExceptionInform ation>
- <ExceptionInfor mation>
<AdditionalInfo rmationProperty ExceptionManage r.MachineName=" TestDev"
ExceptionManage r.TimeStamp="2/7/2007 1:06:40 PM"
ExceptionManage r.FullName="Mic rosoft.Applicat ionBlocks.Excep tionManagement,
Version=1.0.191 3.30369, Culture=neutral , PublicKeyToken= null"
ExceptionManage r.AppDomainName ="Sales Studio.exe"
ExceptionManage r.ThreadIdentit y=""
ExceptionManage r.WindowsIdenti ty="TRADERPUBDE V\user" />
- <Exception ExceptionType=" System.Exceptio n" Message="The XML
configuration
document is invalid, the ScavengingInfo section defines a type
(assembly:
'Microsoft.Appl icationBlocks.C ache', type
'Microsoft.Appl icationBlocks.C ache.Scavenging .LruScavenging' ) which an
instance can't be created."
Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Mic rosoft.Applicat ionBlocks.Cache .IScavengingAlg orithm
CreateInstance( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata cacheMetadata)
at
Microsoft.Appli cationBlocks.Ca che.CacheServic e..ctor()</StackTrace>
- <Exception ExceptionType=" System.Argument NullException" Message="The
cache
storage cannot be null. Parameter name: cacheStorage"
ParamName="cach eStorage"
Data="System.Co llections.ListD ictionaryIntern al"
TargetSite="Voi d
Microsoft.Appli cationBlocks.Ca che.IScavenging Algorithm.Init( Microsoft.Appli cationBlocks.Ca che.CacheServic e,
Microsoft.Appli cationBlocks.Ca che.ICacheStora ge,
Microsoft.Appli cationBlocks.Ca che.ICacheMetad ata, System.Xml.XmlN ode)"
Source="Microso ft.ApplicationB locks.Cache">
<StackTrace>a t
Microsoft.Appli cationBlocks.Ca che.Scavenging. LruScavenging.M icrosoft.Applic ationBlocks.Cac he.IScavengingA lgorithm.Init(C acheService
cachingService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata,
XmlNode configSection) at
Microsoft.Appli cationBlocks.Ca che.ScavengingI nfo.CreateInsta nce(CacheServic e
cacheService, ICacheStorage cacheStorage, ICacheMetadata
cacheMetadata)</StackTrace>
</Exception>
</Exception>
</ExceptionInform ation>



Feb 9 '07 #5

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

Similar topics

0
2166
by: Jonathan G. | last post by:
I'm writing my first windows service. I have a class called 'mainprocess' whose constructor is called by the service class. Within mainprocess, I declare an instance of another class I wrote, called DBHandler, which does all of my Sql Database work. I have LogEvents everywhere and notice that the thread never gets inside the DBHandler constructor. Instead, it throws this error as a new instance of the DBHandler class is declared:...
1
7723
by: ibiza | last post by:
Hi all, I have this class: Public Class KanaConverter Private Shared kana As ArrayList Private Shared romanji As ArrayList Shared Sub New() kana = New ArrayList
0
1748
by: batista | last post by:
Hello All, I have windows server 2003 with IIS 6.0.. I have a webservice that is using a vc7 dll which in turn is using a com dll...now.... there is a function there in that vc7 dll that is using the com dll to connect to a server running on different machine. Now when I call that function from webservice its giving me eception
0
4372
by: Rod | last post by:
I've got Crystal Reports XI Release 2, for development with Visual Studio ..NET 2005. I've taken a VS .NET 2003 WinForms application that I wrote in C#, and upgraded it to VS .NET 2005. It has just one WinForm, and one CrystalReportViewer control on it. After letting the upgrade wizard do its, I attempted to run the application, however it died on the line in the InitializeComponent() method where it was attempting to create a new...
0
1976
by: =?Utf-8?B?YmlqYXk=?= | last post by:
The type initializer for 'Microsoft.ApplicationBlocks.Cache.CacheService' threw an exception. We migrated our windows application from 1.1 to 2.0. The debug and Release mode of the application work fine with some tweaking. But when the setup project is migrated to 2.0 the installation gives the follwing error: - <ExceptionInformation> <AdditionalInformationProperty ExceptionManager.MachineName="TestDev"...
0
2050
by: Schadrach | last post by:
I'm having a strange problem, I have a small executable that runs a backup for a some data nightly, and as of September 22, 2007 it has ceased to function with the following error: Unhandled Exception: System.TypeInitializationException: The type initializer for "System.Threading.Thread" threw an exception. ---> System.ArgumentOutOfRangeException: Load factor needs to be between 0.1 and 1. Parameter name: loadFactor at...
2
7415
by: tshad | last post by:
I got the following error message when I had set a static string value to "" or " "; "The type initializer for "theSettings" threw an exception." "The path is not of a legal form." The variable is set as: private static string logFilePath;
3
2289
by: =?Utf-8?B?RnJlZHJpayBLcm9uYW5kZXI=?= | last post by:
Hi, I have an ASP.NET application that uses a static class for caching xml document and compiled xsl transforms. This has been working fine up until now when I'm trying to install it to an additional webserver (we had 4 previously), which gives me the error "The type initializer for "ChrossNet.Cache" threw an exception" where ChrossNet.Cache is my static class. The code is exactly the same of course. As far as I can see there are no...
2
2256
Shenno
by: Shenno | last post by:
hiz all, i have made an applicaion on my desktop using VS2008 and after i've finished i copied the app. to projects directory on my laptop and tried to build the app on my laptop and it's succ. built... but faild to debug :/ and throw an exception : "The type initializer for 'reservation.BigFather' threw an exception" i have just copied the fils from pc project directory to laptop project directory.. i have tried to load another form...
0
8324
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8842
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8513
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7352
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6176
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.