I've tried the upgrade two times and here are some observations.  My entire
site was running locally on my "staging" machine with 1.1.3.0 before
attempting the upgrade.  I couldn't get the upgrade to go smoothly.

 

1)      I'd suggest using WinMerge (http://winmerge.org free tool) to
compare the Themes, Modules folder.  That made it super simple to tell what
needed to be copied from existing site to new folder with 1.2 RC

2)      If you have IIS running, you need to stop w3svc before running
Orchard.exe  After I stopped IIS (net stop w3svc), I was able to run the
Enable command

3)      I use the Contoso theme, after the upgrade my site running locally
didn't have the theme, but could log into the dashboard

a.       Inside the dashboard, the current version still shows 1.1.3.0

b.      I show all *new* modules except BlogML (1.2.0) (I have 35 modules
installed)

c.       No modules showed needing to be updated

4)      I got an error when trying to load the first time, I needed to
perform an iisreset.  Event Log error attached.

 

I attached the errors.  Hope this helps.


Thank you,
 
Steve Schofield
Windows Server MVP - IIS
http://www.iislogs.com/steveschofield
 
http://www.IISLogs.com <http://www.iislogs.com/> 
Log archival solution
Install, Configure, Forget

 

From: Bertrand Le Roy [mailto:[email protected]] 
Sent: Tuesday, June 07, 2011 4:18 PM
To: [email protected]
Subject: Orchard 1.2 RC

 

Hi all,

We have a new version available for you. It's not quite 1.2 officially, just
what we believe could be it. We are making it available early to give you an
opportunity to catch any last minute blocking issue over the next few days.

Upgrading an existing site can be done following the instructions from this
page:
http://orchardproject.net/docs/Upgrading-a-site-to-a-new-version-of-Orchard.
ashx

The download can be found here:
http://orchardproject.net:8080/repository/download/bt9/2994:id/MsDeploy/Orch
ard.Web.1.2.391c0dc6b3e6.zip (web site)
http://orchardproject.net:8080/repository/download/bt9/2994:id/Source/Orchar
d.Source.1.2.391c0dc6b3e6.zip (source code) 

For those of you using a clone of the repository, you can sync to change set
391c0dc6b3e6 from the integration branch.

Please report any issue you find in the Issue Tracker, and don't forget to
mention in your description that you are using this version.

This release is mainly about bug fixes, performance improvements, but not
new features, except for editable creation dates (which we now use
everywhere by the way), or debugger visualizer for shapes (only in full
trust but I think that is still going to make a few people happy).

Please let us know what you think.

Bertrand on behalf of the core team

 

--- 
You are currently subscribed to orchard-discuss as: [email protected]. 
To unsubscribe send a blank email to
[email protected]. 

1) Use WinMerge to compare folders
2) First error, couldn't launch orchard.exe.  
Resolution - Had to 
C:\inetpub\iislogs3.com\bin>Orchard.exe
Initializing Orchard session. (This might take a few seconds...)
log4net:ERROR [OrchardFileAppender] Unable to acquire lock on file C:\inetpub\ii
slogs3.com\App_Data\Logs\orchard-error-2011.06.11.log. The process cannot access
 the file 'C:\inetpub\iislogs3.com\App_Data\Logs\orchard-error-2011.06.11.log' b
ecause it is being used by another process.
log4net:ERROR OrchardFileAppender: Failed to open [C:\inetpub\iislogs3.com\App_D
ata\Logs\orchard-error]. Attempting [C:\inetpub\iislogs3.com\App_Data\Logs\orcha
rd-error-1] instead.

Error starting up Orchard command line host
--------------------------------------------------------------------------------


c:\inetpub\iislogs3.com\Modules\Orchard.Packaging\Services\FileBaseProjectSystem
.cs(33): error CS0246: The type or namespace name 'FrameworkName' could not be f
ound (are you missing a using directive or an assembly reference?)

Exception Details: System.Web.HttpCompileException: c:\inetpub\iislogs3.com\Modu
les\Orchard.Packaging\Services\FileBaseProjectSystem.cs(33): error CS0246: The t
ype or namespace name 'FrameworkName' could not be found (are you missing a usin
g directive or an assembly reference?)

Stack Trace:

[HttpCompileException: c:\inetpub\iislogs3.com\Modules\Orchard.Packaging\Service
s\FileBaseProjectSystem.cs(33): error CS0246: The type or namespace name 'Framew
orkName' could not be found (are you missing a using directive or an assembly re
ference?)]
   at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResul
t result, Boolean keyFromVPP, VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String
 cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode, Boolean
ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(V
irtualPath virtualPath, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPat
h virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPreco
mpile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpCo
ntext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp,
Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDat
e)
   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext contex
t, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allo
wBuildInPrecompile, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetCompiledAssembly(String virtualPath
)
   at Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader.LoadWorker(E
xtensionDescriptor descriptor) in d:\TeamCity\Projects\Orchard-Integration\src\O
rchard\Environment\Extensions\Loaders\DynamicExtensionLoader.cs:line 192
   at Orchard.Environment.Extensions.ExtensionManager.BuildEntry(ExtensionDescri
ptor descriptor) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Environ
ment\Extensions\ExtensionManager.cs:line 161
   at Orchard.Environment.Extensions.ExtensionManager.<>c__DisplayClass1c.<LoadF
eature>b__16(AcquireContext`1 ctx) in d:\TeamCity\Projects\Orchard-Integration\s
rc\Orchard\Environment\Extensions\ExtensionManager.cs:line 110
   at Orchard.Caching.Cache`2.CreateEntry(TKey k, Func`2 acquire) in d:\TeamCity
\Projects\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 57
   at Orchard.Caching.Cache`2.AddEntry(TKey k, Func`2 acquire) in d:\TeamCity\Pr
ojects\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 27
   at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key,
 Func`2 addValueFactory, Func`3 updateValueFactory)
   at Orchard.Caching.Cache`2.Get(TKey key, Func`2 acquire) in d:\TeamCity\Proje
cts\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 17
   at Orchard.Environment.Extensions.ExtensionManager.LoadFeature(FeatureDescrip
tor featureDescriptor) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\E
nvironment\Extensions\ExtensionManager.cs:line 109

[OrchardCoreException: Error compiling module "Orchard.Recipes" from file "/Modu
les/Orchard.Recipes/Orchard.Recipes.csproj":
c:\inetpub\iislogs3.com\Modules\Orchard.Packaging\Services\FileBaseProjectSystem
.cs(33): error CS0246: The type or namespace name 'FrameworkName' could not be f
ound (are you missing a using directive or an assembly reference?)]
   at Orchard.Environment.Extensions.Compilers.DefaultExtensionCompiler.Compile(
CompileExtensionContext context) in d:\TeamCity\Projects\Orchard-Integration\src
\Orchard\Environment\Extensions\Compilers\DefaultExtensionCompiler.cs:line 105
   at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buil
dProvider)

[HttpParseException: Error compiling module "Orchard.Recipes" from file "/Module
s/Orchard.Recipes/Orchard.Recipes.csproj":
c:\inetpub\iislogs3.com\Modules\Orchard.Packaging\Services\FileBaseProjectSystem
.cs(33): error CS0246: The type or namespace name 'FrameworkName' could not be f
ound (are you missing a using directive or an assembly reference?)]
   at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buil
dProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath
)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPat
h virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPreco
mpile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpCo
ntext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp,
Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDat
e)
   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext contex
t, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allo
wBuildInPrecompile, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetCompiledAssembly(String virtualPath
)
   at Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader.LoadWorker(E
xtensionDescriptor descriptor) in d:\TeamCity\Projects\Orchard-Integration\src\O
rchard\Environment\Extensions\Loaders\DynamicExtensionLoader.cs:line 192
   at Orchard.Environment.Extensions.ExtensionManager.BuildEntry(ExtensionDescri
ptor descriptor) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Environ
ment\Extensions\ExtensionManager.cs:line 161
   at Orchard.Environment.Extensions.ExtensionManager.<>c__DisplayClass1c.<LoadF
eature>b__16(AcquireContext`1 ctx) in d:\TeamCity\Projects\Orchard-Integration\s
rc\Orchard\Environment\Extensions\ExtensionManager.cs:line 110
   at Orchard.Caching.Cache`2.CreateEntry(TKey k, Func`2 acquire) in d:\TeamCity
\Projects\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 57
   at Orchard.Caching.Cache`2.AddEntry(TKey k, Func`2 acquire) in d:\TeamCity\Pr
ojects\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 27
   at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key,
 Func`2 addValueFactory, Func`3 updateValueFactory)
   at Orchard.Caching.Cache`2.Get(TKey key, Func`2 acquire) in d:\TeamCity\Proje
cts\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 17
   at Orchard.Environment.Extensions.ExtensionManager.LoadFeature(FeatureDescrip
tor featureDescriptor) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\E
nvironment\Extensions\ExtensionManager.cs:line 109

[OrchardException: Error while loading extension 'Orchard.Recipes'.]
   at Orchard.Environment.Extensions.ExtensionManager.LoadFeature(FeatureDescrip
tor featureDescriptor) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\E
nvironment\Extensions\ExtensionManager.cs:line 145
   at Orchard.Caching.Cache`2.CreateEntry(TKey k, Func`2 acquire) in d:\TeamCity
\Projects\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 57
   at Orchard.Caching.Cache`2.AddEntry(TKey k, Func`2 acquire) in d:\TeamCity\Pr
ojects\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 27
   at System.Collections.Concurrent.ConcurrentDictionary`2.AddOrUpdate(TKey key,
 Func`2 addValueFactory, Func`3 updateValueFactory)
   at Orchard.Caching.Cache`2.Get(TKey key, Func`2 acquire) in d:\TeamCity\Proje
cts\Orchard-Integration\src\Orchard\Caching\Cache.cs:line 17
   at Orchard.Caching.DefaultParallelCacheContext.TaskWithAcquireContext`1.Execu
te() in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Caching\DefaultPara
llelCacheContext.cs:line 71
   at System.Linq.Parallel.ArrayMergeHelper`1.ToArrayElement(Int32 index)
   at System.Linq.Parallel.ForAllOperator`1.ForAllEnumerator`1.MoveNext(TInput&
currentElement, Int32& currentKey)
   at System.Linq.Parallel.ForAllSpoolingTask`2.SpoolingWork()
   at System.Linq.Parallel.SpoolingTaskBase.Work()
   at System.Linq.Parallel.QueryTask.BaseWork(Object unused)
   at System.Threading.Tasks.Task.Execute()

[AggregateException: One or more errors occurred.]
   at System.Linq.Parallel.QueryTaskGroupState.QueryEnd(Boolean userInitiatedDis
pose)
   at System.Linq.Parallel.MergeExecutor`1.Execute[TKey](PartitionedStream`2 par
titions, Boolean ignoreOutput, ParallelMergeOptions options, TaskScheduler taskS
cheduler, Boolean isOrdered, CancellationState cancellationState, Int32 queryId)

   at System.Linq.Parallel.PartitionedStreamMerger`1.Receive[TKey](PartitionedSt
ream`2 partitionedStream)
   at System.Linq.Parallel.ForAllOperator`1.WrapPartitionedStream[TKey](Partitio
nedStream`2 inputStream, IPartitionedStreamRecipient`1 recipient, Boolean prefer
Striping, QuerySettings settings)
   at System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.ChildR
esultsRecipient.Receive[TKey](PartitionedStream`2 inputStream)
   at System.Linq.Parallel.ScanQueryOperator`1.ScanEnumerableQueryOperatorResult
s.GivePartitionedStream(IPartitionedStreamRecipient`1 recipient)
   at System.Linq.Parallel.UnaryQueryOperator`2.UnaryQueryOperatorResults.GivePa
rtitionedStream(IPartitionedStreamRecipient`1 recipient)
   at System.Linq.Parallel.QueryOperator`1.GetOpenedEnumerator(Nullable`1 mergeO
ptions, Boolean suppressOrder, Boolean forEffect, QuerySettings querySettings)
   at System.Linq.Parallel.ForAllOperator`1.RunSynchronously()
   at System.Linq.ParallelEnumerable.ForAll[TSource](ParallelQuery`1 source, Act
ion`1 action)
   at System.Linq.Parallel.ArrayMergeHelper`1.Execute()
   at System.Linq.Parallel.QueryOperator`1.ExecuteAndGetResultsAsArray()
   at Orchard.Caching.DefaultParallelCacheContext.RunInParallel[T,TResult](IEnum
erable`1 source, Func`2 selector) in d:\TeamCity\Projects\Orchard-Integration\sr
c\Orchard\Caching\DefaultParallelCacheContext.cs:line 27
   at Orchard.Environment.Extensions.ExtensionManager.LoadFeatures(IEnumerable`1
 featureDescriptors) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Env
ironment\Extensions\ExtensionManager.cs:line 93
   at Orchard.Environment.ShellBuilders.CompositionStrategy.Compose(ShellSetting
s settings, ShellDescriptor descriptor) in d:\TeamCity\Projects\Orchard-Integrat
ion\src\Orchard\Environment\ShellBuilders\CompositionStrategy.cs:line 43
   at Orchard.Environment.ShellBuilders.ShellContextFactory.CreateShellContext(S
hellSettings settings) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\E
nvironment\ShellBuilders\ShellContextFactory.cs:line 60
   at Orchard.Environment.DefaultOrchardHost.<CreateAndActivate>b__4(ShellSettin
gs settings) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Environment
\DefaultOrchardHost.cs:line 112
   at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
   at Orchard.Environment.DefaultOrchardHost.BuildCurrent() in d:\TeamCity\Proje
cts\Orchard-Integration\src\Orchard\Environment\DefaultOrchardHost.cs:line 97
   at Orchard.Environment.DefaultOrchardHost.Orchard.Environment.IOrchardHost.In
itialize() in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Environment\D
efaultOrchardHost.cs:line 64
   at Orchard.Commands.CommandHostAgent.StartHost(TextReader input, TextWriter o
utput) in d:\TeamCity\Projects\Orchard-Integration\src\Orchard\Commands\CommandH
ostAgent.cs:line 116

--------------------------------------------------------------------------------

3) Errors in the event log
Log Name:      Application
Source:        ASP.NET 4.0.30319.0
Date:          6/12/2011 12:05:07 AM
Event ID:      1309
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      PC2.ss.local
Description:
Event code: 3005 
Event message: An unhandled exception has occurred. 
Event time: 6/12/2011 12:05:07 AM 
Event time (UTC): 6/12/2011 4:05:07 AM 
Event ID: d41ea2b3fac24885ad08f905ac13ecf9 
Event sequence: 5 
Event occurrence: 1 
Event detail code: 0 
 
Application information: 
    Application domain: /LM/W3SVC/5/ROOT-1-129523250958553097 
    Trust level: Full 
    Application Virtual Path: / 
    Application Path: c:\inetpub\iislogs3.com\ 
    Machine name: PC2 
 
Process information: 
    Process ID: 7964 
    Process name: w3wp.exe 
    Account name: PC2\Administrator 
 
Exception information: 
    Exception type: IndexOutOfRangeException 
    Exception message: CurrentT2_0_0_
   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at NHibernate.Type.NullableType.NullSafeGet(IDataReader rs, String name)
   at NHibernate.Persister.Entity.AbstractEntityPersister.Hydrate(IDataReader 
rs, Object id, Object obj, ILoadable rootLoadable, String[][] 
suffixedPropertyColumns, Boolean allProperties, ISessionImplementor session)
   at NHibernate.Loader.Loader.LoadFromResultSet(IDataReader rs, Int32 i, 
Object obj, String instanceClass, EntityKey key, String rowIdAlias, LockMode 
lockMode, ILoadable rootPersister, ISessionImplementor session)
   at NHibernate.Loader.Loader.InstanceNotYetLoaded(IDataReader dr, Int32 i, 
ILoadable persister, EntityKey key, LockMode lockMode, String rowIdAlias, 
EntityKey optionalObjectKey, Object optionalObject, IList hydratedObjects, 
ISessionImplementor session)
   at NHibernate.Loader.Loader.GetRow(IDataReader rs, ILoadable[] persisters, 
EntityKey[] keys, Object optionalObject, EntityKey optionalObjectKey, 
LockMode[] lockModes, IList hydratedObjects, ISessionImplementor session)
   at NHibernate.Loader.Loader.GetRowFromResultSet(IDataReader resultSet, 
ISessionImplementor session, QueryParameters queryParameters, LockMode[] 
lockModeArray, EntityKey optionalObjectKey, IList hydratedObjects, EntityKey[] 
keys, Boolean returnProxies)
   at NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, 
QueryParameters queryParameters, Boolean returnProxies)
   at 
NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor
 session, QueryParameters queryParameters, Boolean returnProxies)
   at NHibernate.Loader.Loader.LoadEntity(ISessionImplementor session, Object 
id, IType identifierType, Object optionalObject, String optionalEntityName, 
Object optionalIdentifier, IEntityPersister persister)

 
 
Request information: 
    Request URL: http://www.iislogs.com/ 
    Request path: / 
    User host address: 127.0.0.1 
    User: admin 
    Is authenticated: True 
    Authentication Type: Forms 
    Thread account name: PC2\Administrator 
 
Thread information: 
    Thread ID: 8 
    Thread account name: PC2\Administrator 
    Is impersonating: False 
    Stack trace:    at System.Data.SqlClient.SqlDataReader.GetOrdinal(String 
name)
   at NHibernate.Type.NullableType.NullSafeGet(IDataReader rs, String name)
   at NHibernate.Persister.Entity.AbstractEntityPersister.Hydrate(IDataReader 
rs, Object id, Object obj, ILoadable rootLoadable, String[][] 
suffixedPropertyColumns, Boolean allProperties, ISessionImplementor session)
   at NHibernate.Loader.Loader.LoadFromResultSet(IDataReader rs, Int32 i, 
Object obj, String instanceClass, EntityKey key, String rowIdAlias, LockMode 
lockMode, ILoadable rootPersister, ISessionImplementor session)
   at NHibernate.Loader.Loader.InstanceNotYetLoaded(IDataReader dr, Int32 i, 
ILoadable persister, EntityKey key, LockMode lockMode, String rowIdAlias, 
EntityKey optionalObjectKey, Object optionalObject, IList hydratedObjects, 
ISessionImplementor session)
   at NHibernate.Loader.Loader.GetRow(IDataReader rs, ILoadable[] persisters, 
EntityKey[] keys, Object optionalObject, EntityKey optionalObjectKey, 
LockMode[] lockModes, IList hydratedObjects, ISessionImplementor session)
   at NHibernate.Loader.Loader.GetRowFromResultSet(IDataReader resultSet, 
ISessionImplementor session, QueryParameters queryParameters, LockMode[] 
lockModeArray, EntityKey optionalObjectKey, IList hydratedObjects, EntityKey[] 
keys, Boolean returnProxies)
   at NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, 
QueryParameters queryParameters, Boolean returnProxies)
   at 
NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor
 session, QueryParameters queryParameters, Boolean returnProxies)
   at NHibernate.Loader.Loader.LoadEntity(ISessionImplementor session, Object 
id, IType identifierType, Object optionalObject, String optionalEntityName, 
Object optionalIdentifier, IEntityPersister persister)
 
 
Custom event details: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
  <System>
    <Provider Name="ASP.NET 4.0.30319.0" />
    <EventID Qualifiers="32768">1309</EventID>
    <Level>3</Level>
    <Task>3</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2011-06-12T04:05:07.000000000Z" />
    <EventRecordID>1602319</EventRecordID>
    <Channel>Application</Channel>
    <Computer>PC2.ss.local</Computer>
    <Security />
  </System>
  <EventData>
    <Data>3005</Data>
    <Data>An unhandled exception has occurred.</Data>
    <Data>6/12/2011 12:05:07 AM</Data>
    <Data>6/12/2011 4:05:07 AM</Data>
    <Data>d41ea2b3fac24885ad08f905ac13ecf9</Data>
    <Data>5</Data>
    <Data>1</Data>
    <Data>0</Data>
    <Data>/LM/W3SVC/5/ROOT-1-129523250958553097</Data>
    <Data>Full</Data>
    <Data>/</Data>
    <Data>c:\inetpub\iislogs3.com\</Data>
    <Data>PC2</Data>
    <Data>
    </Data>
    <Data>7964</Data>
    <Data>w3wp.exe</Data>
    <Data>PC2\Administrator</Data>
    <Data>IndexOutOfRangeException</Data>
    <Data>CurrentT2_0_0_
   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at NHibernate.Type.NullableType.NullSafeGet(IDataReader rs, String name)
   at NHibernate.Persister.Entity.AbstractEntityPersister.Hydrate(IDataReader 
rs, Object id, Object obj, ILoadable rootLoadable, String[][] 
suffixedPropertyColumns, Boolean allProperties, ISessionImplementor session)
   at NHibernate.Loader.Loader.LoadFromResultSet(IDataReader rs, Int32 i, 
Object obj, String instanceClass, EntityKey key, String rowIdAlias, LockMode 
lockMode, ILoadable rootPersister, ISessionImplementor session)
   at NHibernate.Loader.Loader.InstanceNotYetLoaded(IDataReader dr, Int32 i, 
ILoadable persister, EntityKey key, LockMode lockMode, String rowIdAlias, 
EntityKey optionalObjectKey, Object optionalObject, IList hydratedObjects, 
ISessionImplementor session)
   at NHibernate.Loader.Loader.GetRow(IDataReader rs, ILoadable[] persisters, 
EntityKey[] keys, Object optionalObject, EntityKey optionalObjectKey, 
LockMode[] lockModes, IList hydratedObjects, ISessionImplementor session)
   at NHibernate.Loader.Loader.GetRowFromResultSet(IDataReader resultSet, 
ISessionImplementor session, QueryParameters queryParameters, LockMode[] 
lockModeArray, EntityKey optionalObjectKey, IList hydratedObjects, EntityKey[] 
keys, Boolean returnProxies)
   at NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, 
QueryParameters queryParameters, Boolean returnProxies)
   at 
NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor
 session, QueryParameters queryParameters, Boolean returnProxies)
   at NHibernate.Loader.Loader.LoadEntity(ISessionImplementor session, Object 
id, IType identifierType, Object optionalObject, String optionalEntityName, 
Object optionalIdentifier, IEntityPersister persister)

</Data>
    <Data>http://www.iislogs.com/</Data>
    <Data>/</Data>
    <Data>127.0.0.1</Data>
    <Data>admin</Data>
    <Data>True</Data>
    <Data>Forms</Data>
    <Data>PC2\Administrator</Data>
    <Data>8</Data>
    <Data>PC2\Administrator</Data>
    <Data>False</Data>
    <Data>   at System.Data.SqlClient.SqlDataReader.GetOrdinal(String name)
   at NHibernate.Type.NullableType.NullSafeGet(IDataReader rs, String name)
   at NHibernate.Persister.Entity.AbstractEntityPersister.Hydrate(IDataReader 
rs, Object id, Object obj, ILoadable rootLoadable, String[][] 
suffixedPropertyColumns, Boolean allProperties, ISessionImplementor session)
   at NHibernate.Loader.Loader.LoadFromResultSet(IDataReader rs, Int32 i, 
Object obj, String instanceClass, EntityKey key, String rowIdAlias, LockMode 
lockMode, ILoadable rootPersister, ISessionImplementor session)
   at NHibernate.Loader.Loader.InstanceNotYetLoaded(IDataReader dr, Int32 i, 
ILoadable persister, EntityKey key, LockMode lockMode, String rowIdAlias, 
EntityKey optionalObjectKey, Object optionalObject, IList hydratedObjects, 
ISessionImplementor session)
   at NHibernate.Loader.Loader.GetRow(IDataReader rs, ILoadable[] persisters, 
EntityKey[] keys, Object optionalObject, EntityKey optionalObjectKey, 
LockMode[] lockModes, IList hydratedObjects, ISessionImplementor session)
   at NHibernate.Loader.Loader.GetRowFromResultSet(IDataReader resultSet, 
ISessionImplementor session, QueryParameters queryParameters, LockMode[] 
lockModeArray, EntityKey optionalObjectKey, IList hydratedObjects, EntityKey[] 
keys, Boolean returnProxies)
   at NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, 
QueryParameters queryParameters, Boolean returnProxies)
   at 
NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor
 session, QueryParameters queryParameters, Boolean returnProxies)
   at NHibernate.Loader.Loader.LoadEntity(ISessionImplementor session, Object 
id, IType identifierType, Object optionalObject, String optionalEntityName, 
Object optionalIdentifier, IEntityPersister persister)
</Data>
  </EventData>
</Event>



---
You are currently subscribed to orchard-discuss as: [email protected].
To unsubscribe send a blank email to [email protected].

Reply via email to