cannot resolve symbol System

I have just installed the latest version of ReSharper (1.5) to try out and
although it seems initially fine with new solutions, as soon as I venture to
>1 project in the solution (a c# winform and setup project) it seems to be
unable to resolve any symbol when re-loading.

Is this something specific to my machine or a more general issue ? I'd
previously tried 1.0.5 and that didn't have this problem.

Paul



0
16 comments
Avatar
Permanently deleted user

Hello Paul,

while I have no idea why this problem happens, one thing you can try to get
rid of it is
deleting ReSharper caches. Solution-wide caches are normally located in the
solution directory
and prefixed with _ReSharper, and system-wide can be found in
"C:\Documents and Settings\<user-name>\Application Data\JetBrains\ReSharper\".
Try to delete them
and check if this helps. If the problem persits please notify us.

Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

I have just installed the latest version of ReSharper (1.5) to try
out and although it seems initially fine with new solutions, as soon
as I venture to

>> 1 project in the solution (a c# winform and setup project) it seems
>> to be
>>

unable to resolve any symbol when re-loading.
Is this something specific to my machine or a more general issue ? I'd
previously tried 1.0.5 and that didn't have this problem.

Paul




0
Avatar
Permanently deleted user

I'm having the same problem..

I just uninstall Infragistics 2005 Vol 2, and the install the new version (2005 Vol 3) and start having thr message "Cannot resolve symbol XXXX".

I've installed and uninstalled Infragistics and Resharper, but the problem persist.

Any ideas?, Are there some DLL that I could register (regsvr32) to fix the problem?

0
Avatar
Permanently deleted user

Hello Luis,

please try to follow my reply to the original post,
and if that doesn't help, try to register csrproj.dll
(in "Microsoft Visual Studio .NET 2003\Vc7\vcpackages\").
If this doesn't help, you'll most likely need to repair your VS.

Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

I'm having the same problem..

I just uninstall Infragistics 2005 Vol 2, and the install the new
version (2005 Vol 3) and start having thr message "Cannot resolve
symbol XXXX".

I've installed and uninstalled Infragistics and Resharper, but the
problem persist.

Any ideas?, Are there some DLL that I could register (regsvr32) to fix
the problem?



0
Avatar
Permanently deleted user

I get the same type of error highlighting, but only for one solution. The solution has a web project, a server control library project, and four other class libraries.

In the web and server control projects, all references to System.Web and System.ComponentModel are highlighted as Cannot Resolve Symbol 'Web' and Cannot Resolve Symbol 'ComponentModel'. All the attributes on my server controls also are not resolved because of that, as well as symbols like Page and DataList.

I did get an error at one time loading the solution, and it seemed to start after that. Unfortunatly, the error will not post from my work computer. If that error happens again I'll paste it here. I do remember it saying something about unable to load metadata and possibly a null reference exception.

This doesn't happen in other projects with references to System.Web. I have deleted the file caches in both places. I have also uninstalled and reinstalled ReSharper build 207.

0
Avatar
Permanently deleted user

OK, this is the same error I got when the problem resolving symbols started. I got the error while loading the same solution and parsing one of my class library projects. There is more that one exception poping up, I'll post them all here.

-



JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> JetBrains.ReSharper.Util.InternalErrorException: fieldType != null

at JetBrains.ReSharper.Util.InternalErrorException..ctor(String, Exception) in c:\TEMP\tmp825.tmp\src\Util\src\InternalErrorException.cs:line 28 column 7
at JetBrains.ReSharper.Util.Logger.Assert(Boolean, String) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 103 column 11
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField.ImportLiteralValue() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:line 122 column 7
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField..ctor(MetadataToken, MetadataAssembly) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:line 36 column 5
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.GetFields() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 197 column 11
at JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.CreateMembers(Boolean&, Element) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\MemberOwnerBuilder2.cs:line 33 column 40
at JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.GetTypeMembers(Boolean&, Element) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\MemberOwnerBuilder2.cs:line 16 column 7
at JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IMetadataTypeInfo, Element) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\ElementBuilder2.cs:line 138 column 11
at JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder2.cs:line 30 column 11
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:line 95 column 7
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.OnItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheDeltaChangeProcessor) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheChangeDelta.cs:line 82 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.ProcessChangeUnit(IChangeUnit, IDictionary) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvider(IChangeProvider, IChangeProcessor[]) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 261 column 17
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 147 column 55
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgressIndicator) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466 column 7
at JetBrains.ReSharper.Util.Logger.Assert(Boolean condition, String message) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 103
--- End of inner exception stack trace ---

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Util.Logger.Assert(Boolean, String) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 107 column 11
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField.ImportLiteralValue() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:line 122 column 7
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField..ctor(MetadataToken, MetadataAssembly) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:line 36 column 5
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.GetFields() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 197 column 11
at JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.CreateMembers(Boolean&, Element) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\MemberOwnerBuilder2.cs:line 33 column 40
at JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.GetTypeMembers(Boolean&, Element) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\MemberOwnerBuilder2.cs:line 16 column 7
at JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IMetadataTypeInfo, Element) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\ElementBuilder2.cs:line 138 column 11
at JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder2.cs:line 30 column 11
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:line 95 column 7
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.OnItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheDeltaChangeProcessor) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheChangeDelta.cs:line 82 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.ProcessChangeUnit(IChangeUnit, IDictionary) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvider(IChangeProvider, IChangeProcessor[]) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 261 column 17
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 147 column 55
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgressIndicator) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466 column 7

Registering directory C:\Program Files\TestDocTools\nunit\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory C:\ORACLE\product\10.1.0\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Loading assembly C:\Program Files\TestDocTools\nunit\bin\nunit.framework.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dllLoading assembly C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DEM.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Executant.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Server.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessOracle.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorlib.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Microsoft.EnterpriseInstrumentation.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.OracleClient.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dllBuilding PSI for assembly nunit.frameworkBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.MessagingBuilding PSI for assembly Oracle.DataAccessBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.DEMBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.ExecutantBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessSqlBuilding PSI for assembly Allstate.AllCorp.Framework.ServerBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessOracleBuilding PSI for assembly mscorlibBuilding PSI for assembly Allstate.AllCorp.Framework.Common]]>

-



JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> System.NullReferenceException: Object reference not set to an instance of an object.
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField.ImportLiteralValue() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:line 122
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField..ctor(MetadataToken token, MetadataAssembly assembly) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:line 35
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.GetFields() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 197
at JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.CreateMembers(Boolean& hasPrivateConstructors, Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\MemberOwnerBuilder2.cs:line 33
at JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.GetTypeMembers(Boolean& hasPrivateContructors, Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\MemberOwnerBuilder2.cs:line 16
at JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IMetadataTypeInfo typeInfo, Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\ElementBuilder2.cs:line 138
at JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder builder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:line 95 column 7
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.OnItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheDeltaChangeProcessor) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheChangeDelta.cs:line 82 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.ProcessChangeUnit(IChangeUnit, IDictionary) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvider(IChangeProvider, IChangeProcessor[]) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 261 column 17
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 147 column 55
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgressIndicator) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466 column 7

Registering directory C:\Program Files\TestDocTools\nunit\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory C:\ORACLE\product\10.1.0\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Loading assembly C:\Program Files\TestDocTools\nunit\bin\nunit.framework.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dllLoading assembly C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DEM.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Executant.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Server.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessOracle.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorlib.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Microsoft.EnterpriseInstrumentation.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.OracleClient.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dllBuilding PSI for assembly nunit.frameworkBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.MessagingBuilding PSI for assembly Oracle.DataAccessBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.DEMBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.ExecutantBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessSqlBuilding PSI for assembly Allstate.AllCorp.Framework.ServerBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessOracleBuilding PSI for assembly mscorlibBuilding PSI for assembly Allstate.AllCorp.Framework.Common]]>

-



JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> System.InvalidCastException: QueryInterface for interface JetBrains.ReSharper.Metadata.Access.IMetadataImport failed.
at JetBrains.ReSharper.Metadata.Access.IMetadataImport.EnumInterfaceImpls(UInt32& phEnum, UInt32 td, UInt32[] rTypeDefs, Int32 cMax, Int32& pcTypeDefs)
at JetBrains.ReSharper.Metadata.Access.Impl.MetadataAccess.GetInterfaceImplementations(MetadataToken typeToken) in c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAccess.cs:line 159
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get_Interfaces() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 86
at JetBrains.ReSharper.Psi.Impl.Reflection.TypeElementBuilder2.get_Interfaces() in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\TypeElementBuilder2.cs:line 20
at JetBrains.ReSharper.Psi.Impl.Reflection.TypeElement..ctor(ITypeElementBuilder builder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\TypeElement.cs:line 32
at JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IMetadataTypeInfo typeInfo, Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\ElementBuilder2.cs:line 120
at JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder builder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:line 95 column 7
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.OnItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheDeltaChangeProcessor) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheChangeDelta.cs:line 82 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.ProcessChangeUnit(IChangeUnit, IDictionary) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvider(IChangeProvider, IChangeProcessor[]) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 261 column 17
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 147 column 55
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgressIndicator) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466 column 7

Registering directory C:\Program Files\TestDocTools\nunit\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory C:\ORACLE\product\10.1.0\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Loading assembly C:\Program Files\TestDocTools\nunit\bin\nunit.framework.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dllLoading assembly C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DEM.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Executant.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Server.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessOracle.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorlib.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Microsoft.EnterpriseInstrumentation.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.OracleClient.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dllBuilding PSI for assembly nunit.frameworkBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.MessagingBuilding PSI for assembly Oracle.DataAccessBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.DEMBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.ExecutantBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessSqlBuilding PSI for assembly Allstate.AllCorp.Framework.ServerBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessOracleBuilding PSI for assembly mscorlibBuilding PSI for assembly Allstate.AllCorp.Framework.CommonBuilding PSI for assembly Microsoft.EnterpriseInstrumentation]]>

-



JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> System.InvalidCastException: QueryInterface for interface JetBrains.ReSharper.Metadata.Access.IMetaDataAssemblyImport failed.
at JetBrains.ReSharper.Metadata.Access.IMetaDataAssemblyImport.EnumAssemblyRefs(UInt32& phEnum, UInt32[] rAssemblyRefs, Int32 cMax, Int32& pcTokens)
at JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetAssebmlyRefs() in c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAssemblyInfo.cs:line 109
at JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetReferencedAssembliesNames() in c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAssemblyInfo.cs:line 68
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.LoadReferencedAssemblies() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 439
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetTypeInfoFromToken(MetadataToken token) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 199
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetClassTypeFromToken(MetadataToken token, TypeDecodeContext context) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 296
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get_Base() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 61
at JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IMetadataTypeInfo typeInfo, Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\ElementBuilder2.cs:line 122
at JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder builder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:line 95 column 7
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.OnItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheDeltaChangeProcessor) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheChangeDelta.cs:line 82 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.ProcessChangeUnit(IChangeUnit, IDictionary) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvider(IChangeProvider, IChangeProcessor[]) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 261 column 17
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 147 column 55
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgressIndicator) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466 column 7

Registering directory C:\Program Files\TestDocTools\nunit\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory C:\ORACLE\product\10.1.0\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Loading assembly C:\Program Files\TestDocTools\nunit\bin\nunit.framework.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dllLoading assembly C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DEM.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Executant.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Server.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessOracle.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorlib.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Microsoft.EnterpriseInstrumentation.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.OracleClient.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dllBuilding PSI for assembly nunit.frameworkBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.MessagingBuilding PSI for assembly Oracle.DataAccessBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.DEMBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.ExecutantBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessSqlBuilding PSI for assembly Allstate.AllCorp.Framework.ServerBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessOracleBuilding PSI for assembly mscorlibBuilding PSI for assembly Allstate.AllCorp.Framework.CommonBuilding PSI for assembly Microsoft.EnterpriseInstrumentationBuilding PSI for assembly System.Data.OracleClient]]>

-



JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> System.InvalidCastException: QueryInterface for interface JetBrains.ReSharper.Metadata.Access.IMetadataImport failed.
at JetBrains.ReSharper.Metadata.Access.IMetadataImport.GetTypeRefProps(UInt32 tr, UInt32& ptkResolutionScope, StringBuilder szName, Int32 cchName, Int32& pchName)
at JetBrains.ReSharper.Metadata.Access.Impl.MetadataAccess.GetTypeRefProperties(MetadataToken typeRef) in c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAccess.cs:line 76
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetTypeInfoFromToken(MetadataToken token) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 201
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetClassTypeFromToken(MetadataToken token, TypeDecodeContext context) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 296
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get_Base() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 61
at JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IMetadataTypeInfo typeInfo, Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\ElementBuilder2.cs:line 122
at JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder builder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:line 95 column 7
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.OnItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheDeltaChangeProcessor) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheChangeDelta.cs:line 82 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.ProcessChangeUnit(IChangeUnit, IDictionary) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvider(IChangeProvider, IChangeProcessor[]) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 261 column 17
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 147 column 55
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgressIndicator) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466 column 7

Registering directory C:\Program Files\TestDocTools\nunit\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory C:\ORACLE\product\10.1.0\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Loading assembly C:\Program Files\TestDocTools\nunit\bin\nunit.framework.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dllLoading assembly C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DEM.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Executant.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Server.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessOracle.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorlib.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Microsoft.EnterpriseInstrumentation.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.OracleClient.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dllBuilding PSI for assembly nunit.frameworkBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.MessagingBuilding PSI for assembly Oracle.DataAccessBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.DEMBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.ExecutantBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessSqlBuilding PSI for assembly Allstate.AllCorp.Framework.ServerBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessOracleBuilding PSI for assembly mscorlibBuilding PSI for assembly Allstate.AllCorp.Framework.CommonBuilding PSI for assembly Microsoft.EnterpriseInstrumentationBuilding PSI for assembly System.Data.OracleClientBuilding PSI for assembly System.Xml]]>

-



JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> System.InvalidCastException: QueryInterface for interface JetBrains.ReSharper.Metadata.Access.IMetaDataAssemblyImport failed.
at JetBrains.ReSharper.Metadata.Access.IMetaDataAssemblyImport.EnumAssemblyRefs(UInt32& phEnum, UInt32[] rAssemblyRefs, Int32 cMax, Int32& pcTokens)
at JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetAssebmlyRefs() in c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAssemblyInfo.cs:line 109
at JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetReferencedAssembliesNames() in c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAssemblyInfo.cs:line 68
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.LoadReferencedAssemblies() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 439
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetTypeInfoFromToken(MetadataToken token) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 199
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetClassTypeFromToken(MetadataToken token, TypeDecodeContext context) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 296
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get_Base() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 61
at JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IMetadataTypeInfo typeInfo, Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\ElementBuilder2.cs:line 122
at JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder builder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:line 95 column 7
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.OnItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.ItemAdded(CacheChangeDelta) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\modulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheDeltaChangeProcessor) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheChangeDelta.cs:line 82 column 5
at JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.ProcessChangeUnit(IChangeUnit, IDictionary) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvider(IChangeProvider, IChangeProcessor[]) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 261 column 17
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 147 column 55
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvider) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 148 column 11
at JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgressIndicator) in c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in c:\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466 column 7

Registering directory C:\Program Files\TestDocTools\nunit\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory C:\ORACLE\product\10.1.0\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\MBRQ\Mbrq\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory D:\AllCorpv3.8.2.0\Framework\binRegistering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Registering directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322Loading assembly C:\Program Files\TestDocTools\nunit\bin\nunit.framework.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dllLoading assembly C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DEM.dllLoading assembly D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Executant.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Server.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessOracle.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorlib.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dllLoading assembly D:\AllCorpv3.8.2.0\Framework\bin\Microsoft.EnterpriseInstrumentation.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.OracleClient.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dllLoading assembly C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dllBuilding PSI for assembly nunit.frameworkBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.MessagingBuilding PSI for assembly Oracle.DataAccessBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.DEMBuilding PSI for assembly Allstate.CTS.MedBillEDI.Common.Documents.ExecutantBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessSqlBuilding PSI for assembly Allstate.AllCorp.Framework.ServerBuilding PSI for assembly Allstate.AllCorp.Framework.DataAccessOracleBuilding PSI for assembly mscorlibBuilding PSI for assembly Allstate.AllCorp.Framework.CommonBuilding PSI for assembly Microsoft.EnterpriseInstrumentationBuilding PSI for assembly System.Data.OracleClientBuilding PSI for assembly System.XmlBuilding PSI for assembly System.Web]]>

-



JetBrains.ReSharper.Util.InternalErrorException: An exception has occurred ---> System.InvalidCastException: QueryInterface for interface JetBrains.ReSharper.Metadata.Access.IMetaDataAssemblyImport failed.
at JetBrains.ReSharper.Metadata.Access.IMetaDataAssemblyImport.EnumAssemblyRefs(UInt32& phEnum, UInt32[] rAssemblyRefs, Int32 cMax, Int32& pcTokens)
at JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetAssebmlyRefs() in c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAssemblyInfo.cs:line 109
at JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetReferencedAssembliesNames() in c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAssemblyInfo.cs:line 68
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.LoadReferencedAssemblies() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 439
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetTypeInfoFromToken(MetadataToken token) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 199
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetClassTypeFromToken(MetadataToken token, TypeDecodeContext context) in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 296
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get_Base() in c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 61
at JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IMetadataTypeInfo typeInfo, Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\ElementBuilder2.cs:line 122
at JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element parent) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder builder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---

at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String, Boolean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:line 95 column 7
at JetBrains.ReSharper.P

0
Avatar
Permanently deleted user

Hello Brian,

thanks for your report. We're actually looking for a way to repeat this very
exception.
Could you please tell me what assemblies are referenced in you solution?
Thanks.

Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

OK, this is the same error I got when the problem resolving symbols
started
I got the error while loading the same solution and parsing one of my
cla
ss library projects. There is more that one exception poping up, I'll
post
them all here.

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

JetBrains.ReSharper.Util.InternalErrorException: An exception has
occurred ---> JetBrains.ReSharper.Util.InternalErrorException:
fieldType != null

at JetBrains.ReSharper.Util.InternalErrorException..ctor(String,
Excepti
on) in c:\TEMP\tmp825.tmp\src\Util\src\InternalErrorException.cs:line
28 co
lumn 7
at JetBrains.ReSharper.Util.Logger.Assert(Boolean, String) in
c:\TEMP\tm
p825.tmp\src\Util\src\Logger.cs:line 103 column 11
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField.ImportLiteralV
alue() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:
line 122 column 7
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField..ctor(Metadata
Token, MetadataAssembly) in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl
\MetadataField.cs:line 36 column 5
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.GetFields()
in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line
197 co
lumn 11
at
JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.CreateMem
bers(Boolean&, Element) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\b
uilderImpl\MemberOwnerBuilder2.cs:line 33 column 40
at
JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.GetTypeMe
mbers(Boolean&, Element) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\
builderImpl\MemberOwnerBuilder2.cs:line 16 column 7
at
JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IM
etadataTypeInfo, Element) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection
\builderImpl\ElementBuilder2.cs:line 138 column 11
at
JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder
2.cs:line 30 column 11
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder)
in c
:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:l
ine 95 column 7
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
OnItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches
\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\c
hanges\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\m
odulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheD
eltaChangeProcessor) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\
CacheChangeDelta.cs:line 82 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.Process
ChangeUnit(IChangeUnit, IDictionary) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl
\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvide
r(IChangeProvider, IChangeProcessor[]) in
c:\TEMP\tmp825.tmp\src\Shell\src\
impl\changes\ChangeManagerImpl.cs:line 261 column 17
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 147 column 55
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgres
sIndicator) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerI
mpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in
c:\TEMP\tmp825
tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in
c:
\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466
column 7
at JetBrains.ReSharper.Util.Logger.Assert(Boolean condition, String
mess
age) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 103
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
Boo
lean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in
c:\TEMP\tm
p825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Util.Logger.Assert(Boolean, String) in
c:\TEMP\tm
p825.tmp\src\Util\src\Logger.cs:line 107 column 11
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField.ImportLiteralV
alue() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:
line 122 column 7
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField..ctor(Metadata
Token, MetadataAssembly) in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl
\MetadataField.cs:line 36 column 5
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.GetFields()
in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line
197 co
lumn 11
at
JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.CreateMem
bers(Boolean&, Element) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\b
uilderImpl\MemberOwnerBuilder2.cs:line 33 column 40
at
JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.GetTypeMe
mbers(Boolean&, Element) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\
builderImpl\MemberOwnerBuilder2.cs:line 16 column 7
at
JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IM
etadataTypeInfo, Element) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection
\builderImpl\ElementBuilder2.cs:line 138 column 11
at
JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\FileBuilder
2.cs:line 30 column 11
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder)
in c
:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:l
ine 95 column 7
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
OnItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches
\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\c
hanges\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\m
odulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheD
eltaChangeProcessor) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\
CacheChangeDelta.cs:line 82 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.Process
ChangeUnit(IChangeUnit, IDictionary) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl
\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvide
r(IChangeProvider, IChangeProcessor[]) in
c:\TEMP\tmp825.tmp\src\Shell\src\
impl\changes\ChangeManagerImpl.cs:line 261 column 17
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 147 column 55
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgres
sIndicator) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerI
mpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in
c:\TEMP\tmp825
tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in
c:
\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466
column 7
<Report><Cookie name="AssemblyLoader"><Record
timestamp="40259547.5">Re
gistering directory C:\Program
Files\TestDocTools\nunit\bin</Record><Record
timestamp="40259547.5">Registering directory
D:\MBRQ\Mbrq\bin</Record><R
ecord timestamp="40259547.5">Registering directory
C:\ORACLE\product\10.1
0\bin</Record><Record timestamp="40259547.5">Registering directory
D:\MB
RQ\Mbrq\bin</Record><Record timestamp="40259547.5">Registering
directory
D:\MBRQ\Mbrq\bin</Record><Record timestamp="40259547.5">Registering
direc
tory D:\AllCorpv3.8.2.0\Framework\bin</Record><Record
timestamp="40259547
5">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</Record><Record
timestamp="40259547.5">Registering directory
D:\AllCorpv3.8.2.0\Framework
\bin</Record><Record timestamp="40259547.5">Registering directory
C:\WINN
T\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="40259547.5
">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</Record><Record ti
mestamp="40259547.5">Registering directory
D:\AllCorpv3.8.2.0\Framework\b
in</Record><Record timestamp="40259547.5">Registering directory
C:\WINNT\
Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="40259547.5">
Registering directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><R
ecord timestamp="40259547.5">Registering directory
C:\WINNT\Microsoft.NET
\Framework\v1.1.4322</Record><Record
timestamp="40259547.5">Registering d
irectory C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timesta
mp="40259547.5">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1
1.4322</Record><Record timestamp="40259547.5">Registering directory
C:\W
INNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="4025954
7.5">Loading assembly C:\Program
Files\TestDocTools\nunit\bin\nunit.framewo
rk.dll</Record><Record timestamp="40259547.5">Loading assembly
D:\MBRQ\Mb
rq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dll</Record><Record
timesta
mp="40259547.5">Loading assembly
C:\ORACLE\product\10.1.0\bin\Oracle.Data
Access.dll</Record><Record timestamp="40259547.5">Loading assembly
D:\MBR
Q\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DEM.dll</Record><R
ecord
timestamp="40259547.5">Loading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.Me
dBillEDI.Common.Documents.Executant.dll</Record><Record
timestamp="402595
47.5">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Fr
amework.DataAccessSql.dll</Record><Record
timestamp="40259547.5">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Server
dll</Record><Record timestamp="40259547.5">Loading assembly
D:\AllCorpv3
8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessOracle.dll</R
ecor

d>> Loading assembly d>> C:\WINNT\Microsoft.NET\ d>>]]>

Framework\v1.1.4322\mscorlib.dll</Record><Record
timestamp="40259547.5">L oading assembly
D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework
Common.dll</Record><Record timestamp="40259547.5">Loading assembly
D:\Al
lCorpv3.8.2.0\Framework\bin\Microsoft.EnterpriseInstrumentation.dll</R
ecord

>> Loading assembly >> C:\WINNT\Microsoft.NET\F >>]]>

ramework\v1.1.4322\System.Data.OracleClient.dll</Record><Record
timestamp ="40259547.5">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322
\System.Xml.dll</Record><Record timestamp="40259547.5">Loading
assembly C
:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dll</Record><Reco
rd ti mestamp="40259547.5">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1
1.4322\System.Data.dll</Record><Record timestamp="40259547.5">Loading
as sembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll</Recor

d>> Loading assembly d>> C:\WINNT\Microsoft.NET\ d>>]]>

Framework\v1.1.4322\System.dll</Record><Record
timestamp="40259547.5">Bui lding PSI for assembly
nunit.framework</Record><Record timestamp="4025954 7.5">Building PSI
for assembly Allstate.CTS.MedBillEDI.Common.Messaging</Re

cord>> Building PSI for assembly cord>> Oracle.Data cord>>]]>

Access</Record><Record timestamp="40259547.5">Building PSI for
assembly A llstate.CTS.MedBillEDI.Common.Documents.DEM</Record><Record
timestamp="40 259547.5">Building PSI for assembly
Allstate.CTS.MedBillEDI.Common.Document s.Executant</Record><Record
timestamp="40259547.5">Building PSI for assem bly
Allstate.AllCorp.Framework.DataAccessSql</Record><Record timestamp="4
0259547.5">Building PSI for assembly
Allstate.AllCorp.Framework.Server</Rec

ord>> Building PSI for assembly ord>> Allstate.All ord>>]]>

Corp.Framework.DataAccessOracle</Record><Record
timestamp="40259547.5">Bu ilding PSI for assembly
mscorlib</Record><Record timestamp="40259547.5">B uilding PSI for
assembly Allstate.AllCorp.Framework.Common</Record></Cookie

>> </Report>
>>

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

JetBrains.ReSharper.Util.InternalErrorException: An exception has
occurred
---> System.NullReferenceException: Object reference not set to an
instance
of an object.
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField.ImportLiteralV
alue() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataField.cs:
line 122
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataField..ctor(Metadata
Token token, MetadataAssembly assembly) in
c:\TEMP\tmp825.tmp\src\Metadata\
src\Reader\Impl\MetadataField.cs:line 35
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.GetFields() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line
197
at
JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.CreateMem
bers(Boolean& hasPrivateConstructors, Element parent) in
c:\TEMP\tmp825.tmp
\src\Psi\src\impl\reflection\builderImpl\MemberOwnerBuilder2.cs:line
33
at
JetBrains.ReSharper.Psi.Impl.Reflection.MemberOwnerBuilder2.GetTypeMe
mbers(Boolean& hasPrivateContructors, Element parent) in
c:\TEMP\tmp825.tmp
\src\Psi\src\impl\reflection\builderImpl\MemberOwnerBuilder2.cs:line
16
at
JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IM
etadataTypeInfo typeInfo, Element parent) in
c:\TEMP\tmp825.tmp\src\Psi\src
\impl\reflection\builderImpl\ElementBuilder2.cs:line 138
at
JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element
parent) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\File
Builder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder
build
er) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
Boo
lean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in
c:\TEMP\tm
p825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder)
in c
:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:l
ine 95 column 7
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
OnItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches
\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\c
hanges\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\m
odulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheD
eltaChangeProcessor) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\
CacheChangeDelta.cs:line 82 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.Process
ChangeUnit(IChangeUnit, IDictionary) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl
\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvide
r(IChangeProvider, IChangeProcessor[]) in
c:\TEMP\tmp825.tmp\src\Shell\src\
impl\changes\ChangeManagerImpl.cs:line 261 column 17
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 147 column 55
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgres
sIndicator) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerI
mpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in
c:\TEMP\tmp825
tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in
c:
\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466
column 7
<Report><Cookie name="AssemblyLoader"><Record
timestamp="40293422.5">Re
gistering directory C:\Program
Files\TestDocTools\nunit\bin</Record><Record
timestamp="40293422.5">Registering directory
D:\MBRQ\Mbrq\bin</Record><R
ecord timestamp="40293422.5">Registering directory
C:\ORACLE\product\10.1
0\bin</Record><Record timestamp="40293422.5">Registering directory
D:\MB
RQ\Mbrq\bin</Record><Record timestamp="40293422.5">Registering
directory
D:\MBRQ\Mbrq\bin</Record><Record timestamp="40293422.5">Registering
direc
tory D:\AllCorpv3.8.2.0\Framework\bin</Record><Record
timestamp="40293422
5">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</Record><Record
timestamp="40293422.5">Registering directory
D:\AllCorpv3.8.2.0\Framework
\bin</Record><Record timestamp="40293422.5">Registering directory
C:\WINN
T\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="40293422.5
">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</Record><Record ti
mestamp="40293422.5">Registering directory
D:\AllCorpv3.8.2.0\Framework\b
in</Record><Record timestamp="40293422.5">Registering directory
C:\WINNT\
Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="40293422.5">
Registering directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><R
ecord timestamp="40293422.5">Registering directory
C:\WINNT\Microsoft.NET
\Framework\v1.1.4322</Record><Record
timestamp="40293422.5">Registering d
irectory C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timesta
mp="40293422.5">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1
1.4322</Record><Record timestamp="40293422.5">Registering directory
C:\W
INNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="4029342
2.5">Loading assembly C:\Program
Files\TestDocTools\nunit\bin\nunit.framewo
rk.dll</Record><Record timestamp="40293422.5">Loading assembly
D:\MBRQ\Mb
rq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dll</Record><Record
timesta
mp="40293422.5">Loading assembly
C:\ORACLE\product\10.1.0\bin\Oracle.Data
Access.dll</Record><Record timestamp="40293422.5">Loading assembly
D:\MBR
Q\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DEM.dll</Record><R
ecord
timestamp="40293422.5">Loading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.Me
dBillEDI.Common.Documents.Executant.dll</Record><Record
timestamp="402934
22.5">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Fr
amework.DataAccessSql.dll</Record><Record
timestamp="40293422.5">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Server
dll</Record><Record timestamp="40293422.5">Loading assembly
D:\AllCorpv3
8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessOracle.dll</R
ecor

d>> Loading assembly d>> C:\WINNT\Microsoft.NET\ d>>]]>

Framework\v1.1.4322\mscorlib.dll</Record><Record
timestamp="40293422.5">L oading assembly
D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework
Common.dll</Record><Record timestamp="40293422.5">Loading assembly
D:\Al
lCorpv3.8.2.0\Framework\bin\Microsoft.EnterpriseInstrumentation.dll</R
ecord

>> Loading assembly >> C:\WINNT\Microsoft.NET\F >>]]>

ramework\v1.1.4322\System.Data.OracleClient.dll</Record><Record
timestamp ="40293422.5">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322
\System.Xml.dll</Record><Record timestamp="40293422.5">Loading
assembly C
:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Web.dll</Record><Reco
rd ti mestamp="40293422.5">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1
1.4322\System.Data.dll</Record><Record timestamp="40293422.5">Loading
as sembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll</Recor

d>> Loading assembly d>> C:\WINNT\Microsoft.NET\ d>>]]>

Framework\v1.1.4322\System.dll</Record><Record
timestamp="40293422.5">Bui lding PSI for assembly
nunit.framework</Record><Record timestamp="4029342 2.5">Building PSI
for assembly Allstate.CTS.MedBillEDI.Common.Messaging</Re

cord>> Building PSI for assembly cord>> Oracle.Data cord>>]]>

Access</Record><Record timestamp="40293422.5">Building PSI for
assembly A llstate.CTS.MedBillEDI.Common.Documents.DEM</Record><Record
timestamp="40 293422.5">Building PSI for assembly
Allstate.CTS.MedBillEDI.Common.Document s.Executant</Record><Record
timestamp="40293422.5">Building PSI for assem bly
Allstate.AllCorp.Framework.DataAccessSql</Record><Record timestamp="4
0293422.5">Building PSI for assembly
Allstate.AllCorp.Framework.Server</Rec

ord>> Building PSI for assembly ord>> Allstate.All ord>>]]>

Corp.Framework.DataAccessOracle</Record><Record
timestamp="40293422.5">Bu ilding PSI for assembly
mscorlib</Record><Record timestamp="40293422.5">B uilding PSI for
assembly Allstate.AllCorp.Framework.Common</Record></Cookie

>> </Report>
>>

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

JetBrains.ReSharper.Util.InternalErrorException: An exception has
occurred
---> System.InvalidCastException: QueryInterface for interface
JetBrains.Re
Sharper.Metadata.Access.IMetadataImport failed.
at
JetBrains.ReSharper.Metadata.Access.IMetadataImport.EnumInterfaceImpl
s(UInt32& phEnum, UInt32 td, UInt32[] rTypeDefs, Int32 cMax, Int32&
pcTypeD
efs)
at
JetBrains.ReSharper.Metadata.Access.Impl.MetadataAccess.GetInterfaceI
mplementations(MetadataToken typeToken) in
c:\TEMP\tmp825.tmp\src\Metadata\
src\Access\Impl\MetadataAccess.cs:line 159
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get
Interfaces(
) in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 8
6
at JetBrains.ReSharper.Psi.Impl.Reflection.TypeElementBuilder2.get
Inter
faces() in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\TypeE
lementBuilder2.cs:line 20
at
JetBrains.ReSharper.Psi.Impl.Reflection.TypeElement..ctor(ITypeElemen
tBuilder builder) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\TypeEle
ment.cs:line 32
at
JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IM
etadataTypeInfo typeInfo, Element parent) in
c:\TEMP\tmp825.tmp\src\Psi\src
\impl\reflection\builderImpl\ElementBuilder2.cs:line 120
at
JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element
parent) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\File
Builder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder
build
er) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
Boo
lean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in
c:\TEMP\tm
p825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder)
in c
:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:l
ine 95 column 7
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
OnItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches
\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\c
hanges\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\m
odulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheD
eltaChangeProcessor) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\
CacheChangeDelta.cs:line 82 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.Process
ChangeUnit(IChangeUnit, IDictionary) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl
\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvide
r(IChangeProvider, IChangeProcessor[]) in
c:\TEMP\tmp825.tmp\src\Shell\src\
impl\changes\ChangeManagerImpl.cs:line 261 column 17
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 147 column 55
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgres
sIndicator) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerI
mpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in
c:\TEMP\tmp825
tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in
c:
\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466
column 7
<Report><Cookie name="AssemblyLoader"><Record
timestamp="40553844.375"> Registering directory C:\Program
Files\TestDocTools\nunit\bin</Record><Reco rd
timestamp="40553844.375">Registering directory D:\MBRQ\Mbrq\bin</Recor

d>> Registering directory d>> C:\ORACLE\produc d>>]]>

t\10.1.0\bin</Record><Record timestamp="40553844.375">Registering
directo ry D:\MBRQ\Mbrq\bin</Record><Record
timestamp="40553844.375">Registering directory
D:\MBRQ\Mbrq\bin</Record><Record timestamp="40553844.375">Regis tering
directory D:\AllCorpv3.8.2.0\Framework\bin</Record><Record timestamp
="40553844.375">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</R

ecord>> Registering directory ecord>> D:\AllCorpv3 ecord>>]]>

8.2.0\Framework\bin</Record><Record
timestamp="40553844.375">Registering
directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
times
tamp="40553844.375">Registering directory
D:\AllCorpv3.8.2.0\Framework\bi
n</Record><Record timestamp="40553844.375">Registering directory
D:\AllCo rpv3.8.2.0\Framework\bin</Record><Record
timestamp="40553844.375">Registe ring directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record t
imestamp="40553844.375">Registering directory
C:\WINNT\Microsoft.NET\Fram ework\v1.1.4322</Record><Record
timestamp="40553844.375">Registering dire ctory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record timestamp
="40553844.375">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1 1.4322</Record><Record
timestamp="40553844.375">Registering directory C:
\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="40553 844.375">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</

Record>> Loading assembly C:\Program Record>> Files Record>>]]>

\TestDocTools\nunit\bin\nunit.framework.dll</Record><Record
timestamp="40
553844.375">Loading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Commo
n.Messaging.dll</Record><Record timestamp="40553844.375">Loading
assembly
C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dll</Record><Record
timesta
mp="40553844.375">Loading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillE
DI.Common.Documents.DEM.dll</Record><Record
timestamp="40553844.375">Load ing assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Exec
utant.dll</Record><Record timestamp="40553844.375">Loading assembly
D:\Al
lCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.d
ll</R

ecord>> Loading assembly ecord>> D:\AllCorpv3.8.2. ecord>>]]>

0\Framework\bin\Allstate.AllCorp.Framework.Server.dll</Record><Record
times tamp="40553844.375">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\All
state.AllCorp.Framework.DataAccessOracle.dll</Record><Record
timestamp="4 0553844.375">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\ms
corlib.dll</Record><Record timestamp="40553844.375">Loading assembly
D:\A
llCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dll</Re
cord> <Record timestamp="40553844.375">Loading assembly
D:\AllCorpv3.8.2.0\Fram
ework\bin\Microsoft.EnterpriseInstrumentation.dll</Record><Record
timestamp ="40553844.375">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.43
22\System.Data.OracleClient.dll</Record><Record
timestamp="40553844.375"> Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dll<
/Record><Record timestamp="40553844.375">Loading assembly
C:\WINNT\Micros
oft.NET\Framework\v1.1.4322\System.Web.dll</Record><Record
timestamp="405 53844.375">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Syst
em.Data.dll</Record><Record timestamp="40553844.375">Loading assembly
C:\
WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll</Record><Re
cord timestamp="40553844.375">Loading assembly
C:\WINNT\Microsoft.NET\Framewor k\v1.1.4322\System.dll</Record><Record
timestamp="40553844.375">Building PSI for assembly
nunit.framework</Record><Record timestamp="40553844.375"

>> Building PSI for assembly
>> Allstate.CTS.MedBillEDI.Common.Messaging> timestamp="40553844.375">Building PSI for assembly Oracle.DataAc >>]]>

cess</Record><Record timestamp="40553844.375">Building PSI for
assembly A llstate.CTS.MedBillEDI.Common.Documents.DEM</Record><Record
timestamp="40 553844.375">Building PSI for assembly
Allstate.CTS.MedBillEDI.Common.Docume nts.Executant</Record><Record
timestamp="40553844.375">Building PSI for a ssembly
Allstate.AllCorp.Framework.DataAccessSql</Record><Record timestamp
="40553844.375">Building PSI for assembly
Allstate.AllCorp.Framework.Serv er</Record><Record
timestamp="40553844.375">Building PSI for assembly All
state.AllCorp.Framework.DataAccessOracle</Record><Record
timestamp="40553 844.375">Building PSI for assembly
mscorlib</Record><Record timestamp="40 553844.375">Building PSI for
assembly Allstate.AllCorp.Framework.Common</Re

cord>> Building PSI for assembly cord>> Microsoft cord>>]]>

EnterpriseInstrumentation</Record></Cookie></Report>

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

JetBrains.ReSharper.Util.InternalErrorException: An exception has
occurred
---> System.InvalidCastException: QueryInterface for interface
JetBrains.Re
Sharper.Metadata.Access.IMetaDataAssemblyImport failed.
at
JetBrains.ReSharper.Metadata.Access.IMetaDataAssemblyImport.EnumAssem
blyRefs(UInt32& phEnum, UInt32[] rAssemblyRefs, Int32 cMax, Int32&
pcTokens
)
at
JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetAsse
bmlyRefs() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAssem
blyInfo.cs:line 109
at
JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetRefe
rencedAssembliesNames() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\
MetadataAssemblyInfo.cs:line 68
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.LoadReferen
cedAssemblies() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\Metadata
Assembly.cs:line 439
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetTypeInfo
FromToken(MetadataToken token) in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reade
r\Impl\MetadataAssembly.cs:line 199
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetClassTyp
eFromToken(MetadataToken token, TypeDecodeContext context) in
c:\TEMP\tmp82
5.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 296
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get Base()
in c
:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 61
at
JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IM
etadataTypeInfo typeInfo, Element parent) in
c:\TEMP\tmp825.tmp\src\Psi\src
\impl\reflection\builderImpl\ElementBuilder2.cs:line 122
at
JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element
parent) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\File
Builder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder
build
er) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
Boo
lean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in
c:\TEMP\tm
p825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder)
in c
:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:l
ine 95 column 7
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
OnItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches
\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\c
hanges\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\m
odulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheD
eltaChangeProcessor) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\
CacheChangeDelta.cs:line 82 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.Process
ChangeUnit(IChangeUnit, IDictionary) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl
\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvide
r(IChangeProvider, IChangeProcessor[]) in
c:\TEMP\tmp825.tmp\src\Shell\src\
impl\changes\ChangeManagerImpl.cs:line 261 column 17
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 147 column 55
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgres
sIndicator) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerI
mpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in
c:\TEMP\tmp825
tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in
c:
\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466
column 7
<Report><Cookie name="AssemblyLoader"><Record
timestamp="40582531.875"> Registering directory C:\Program
Files\TestDocTools\nunit\bin</Record><Reco rd
timestamp="40582531.875">Registering directory D:\MBRQ\Mbrq\bin</Recor

d>> Registering directory d>> C:\ORACLE\produc d>>]]>

t\10.1.0\bin</Record><Record timestamp="40582531.875">Registering
directo ry D:\MBRQ\Mbrq\bin</Record><Record
timestamp="40582531.875">Registering directory
D:\MBRQ\Mbrq\bin</Record><Record timestamp="40582531.875">Regis tering
directory D:\AllCorpv3.8.2.0\Framework\bin</Record><Record timestamp
="40582531.875">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</R

ecord>> Registering directory ecord>> D:\AllCorpv3 ecord>>]]>

8.2.0\Framework\bin</Record><Record
timestamp="40582531.875">Registering
directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
times
tamp="40582531.875">Registering directory
D:\AllCorpv3.8.2.0\Framework\bi
n</Record><Record timestamp="40582531.875">Registering directory
D:\AllCo rpv3.8.2.0\Framework\bin</Record><Record
timestamp="40582531.875">Registe ring directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record t
imestamp="40582531.875">Registering directory
C:\WINNT\Microsoft.NET\Fram ework\v1.1.4322</Record><Record
timestamp="40582531.875">Registering dire ctory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record timestamp
="40582531.875">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1 1.4322</Record><Record
timestamp="40582531.875">Registering directory C:
\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="40582 531.875">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</

Record>> Loading assembly C:\Program Record>> Files Record>>]]>

\TestDocTools\nunit\bin\nunit.framework.dll</Record><Record
timestamp="40
582531.875">Loading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Commo
n.Messaging.dll</Record><Record timestamp="40582531.875">Loading
assembly
C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dll</Record><Record
timesta
mp="40582531.875">Loading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillE
DI.Common.Documents.DEM.dll</Record><Record
timestamp="40582531.875">Load ing assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Exec
utant.dll</Record><Record timestamp="40582531.875">Loading assembly
D:\Al
lCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.d
ll</R

ecord>> Loading assembly ecord>> D:\AllCorpv3.8.2. ecord>>]]>

0\Framework\bin\Allstate.AllCorp.Framework.Server.dll</Record><Record
times tamp="40582531.875">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\All
state.AllCorp.Framework.DataAccessOracle.dll</Record><Record
timestamp="4 0582531.875">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\ms
corlib.dll</Record><Record timestamp="40582531.875">Loading assembly
D:\A
llCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dll</Re
cord> <Record timestamp="40582531.875">Loading assembly
D:\AllCorpv3.8.2.0\Fram
ework\bin\Microsoft.EnterpriseInstrumentation.dll</Record><Record
timestamp ="40582531.875">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.43
22\System.Data.OracleClient.dll</Record><Record
timestamp="40582531.875"> Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dll<
/Record><Record timestamp="40582531.875">Loading assembly
C:\WINNT\Micros
oft.NET\Framework\v1.1.4322\System.Web.dll</Record><Record
timestamp="405 82531.875">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Syst
em.Data.dll</Record><Record timestamp="40582531.875">Loading assembly
C:\
WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll</Record><Re
cord timestamp="40582531.875">Loading assembly
C:\WINNT\Microsoft.NET\Framewor k\v1.1.4322\System.dll</Record><Record
timestamp="40582531.875">Building PSI for assembly
nunit.framework</Record><Record timestamp="40582531.875"

>> Building PSI for assembly
>> Allstate.CTS.MedBillEDI.Common.Messaging> timestamp="40582531.875">Building PSI for assembly Oracle.DataAc >>]]>

cess</Record><Record timestamp="40582531.875">Building PSI for
assembly A llstate.CTS.MedBillEDI.Common.Documents.DEM</Record><Record
timestamp="40 582531.875">Building PSI for assembly
Allstate.CTS.MedBillEDI.Common.Docume nts.Executant</Record><Record
timestamp="40582531.875">Building PSI for a ssembly
Allstate.AllCorp.Framework.DataAccessSql</Record><Record timestamp
="40582531.875">Building PSI for assembly
Allstate.AllCorp.Framework.Serv er</Record><Record
timestamp="40582531.875">Building PSI for assembly All
state.AllCorp.Framework.DataAccessOracle</Record><Record
timestamp="40582 531.875">Building PSI for assembly
mscorlib</Record><Record timestamp="40 582531.875">Building PSI for
assembly Allstate.AllCorp.Framework.Common</Re

cord>> Building PSI for assembly cord>> Microsoft cord>>]]>

EnterpriseInstrumentation</Record><Record
timestamp="40582531.875">Build ing PSI for assembly
System.Data.OracleClient</Record></Cookie></Report>

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

JetBrains.ReSharper.Util.InternalErrorException: An exception has
occurred
---> System.InvalidCastException: QueryInterface for interface
JetBrains.Re
Sharper.Metadata.Access.IMetadataImport failed.
at
JetBrains.ReSharper.Metadata.Access.IMetadataImport.GetTypeRefProps(U
Int32 tr, UInt32& ptkResolutionScope, StringBuilder szName, Int32
cchName,
Int32& pchName)
at
JetBrains.ReSharper.Metadata.Access.Impl.MetadataAccess.GetTypeRefPro
perties(MetadataToken typeRef) in
c:\TEMP\tmp825.tmp\src\Metadata\src\Acces
s\Impl\MetadataAccess.cs:line 76
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetTypeInfo
FromToken(MetadataToken token) in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reade
r\Impl\MetadataAssembly.cs:line 201
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetClassTyp
eFromToken(MetadataToken token, TypeDecodeContext context) in
c:\TEMP\tmp82
5.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 296
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get Base()
in c
:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 61
at
JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IM
etadataTypeInfo typeInfo, Element parent) in
c:\TEMP\tmp825.tmp\src\Psi\src
\impl\reflection\builderImpl\ElementBuilder2.cs:line 122
at
JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element
parent) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\File
Builder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder
build
er) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
Boo
lean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in
c:\TEMP\tm
p825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder)
in c
:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:l
ine 95 column 7
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
OnItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches
\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\c
hanges\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\m
odulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheD
eltaChangeProcessor) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\
CacheChangeDelta.cs:line 82 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.Process
ChangeUnit(IChangeUnit, IDictionary) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl
\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvide
r(IChangeProvider, IChangeProcessor[]) in
c:\TEMP\tmp825.tmp\src\Shell\src\
impl\changes\ChangeManagerImpl.cs:line 261 column 17
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 147 column 55
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgres
sIndicator) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerI
mpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in
c:\TEMP\tmp825
tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in
c:
\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466
column 7
<Report><Cookie name="AssemblyLoader"><Record
timestamp="40600703.75">R
egistering directory C:\Program
Files\TestDocTools\nunit\bin</Record><Recor
d timestamp="40600703.75">Registering directory
D:\MBRQ\Mbrq\bin</Record>
<Record timestamp="40600703.75">Registering directory
C:\ORACLE\product\1
0.1.0\bin</Record><Record timestamp="40600703.75">Registering
directory D
:\MBRQ\Mbrq\bin</Record><Record timestamp="40600703.75">Registering
direc
tory D:\MBRQ\Mbrq\bin</Record><Record
timestamp="40600703.75">Registering
directory D:\AllCorpv3.8.2.0\Framework\bin</Record><Record
timestamp="40
600703.75">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</Record><
Record timestamp="40600703.75">Registering directory
D:\AllCorpv3.8.2.0\F
ramework\bin</Record><Record timestamp="40600703.75">Registering
director
y C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="4
0600703.75">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</Record>
<Record timestamp="40600703.75">Registering directory
D:\AllCorpv3.8.2.0\
Framework\bin</Record><Record timestamp="40600703.75">Registering
directo
ry C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="
40600703.75">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1.1.43
22</Record><Record timestamp="40600703.75">Registering directory
C:\WINNT
\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="40600703.75
">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record>
<Record timestamp="40600703.75">Registering directory
C:\WINNT\Microsoft.
NET\Framework\v1.1.4322</Record><Record
timestamp="40600703.75">Registeri
ng directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record tim
estamp="40600703.75">Loading assembly C:\Program
Files\TestDocTools\nunit
\bin\nunit.framework.dll</Record><Record
timestamp="40600703.75">Loading
assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Messaging.dll</Rec

ord>> Loading assembly ord>> C:\ORACLE\product\10 ord>>]]>

1.0\bin\Oracle.DataAccess.dll</Record><Record
timestamp="40600703.75">Lo
ading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.DE
M.dll</Record><Record timestamp="40600703.75">Loading assembly
D:\MBRQ\Mb
rq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Executant.dll</Record>
<Reco
rd timestamp="40600703.75">Loading assembly
D:\AllCorpv3.8.2.0\Framework\
bin\Allstate.AllCorp.Framework.DataAccessSql.dll</Record><Record
timestamp
="40600703.75">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\Allstate
AllCorp.Framework.Server.dll</Record><Record
timestamp="40600703.75">Loa
ding assembly
D:\AllCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.D
ataAccessOracle.dll</Record><Record timestamp="40600703.75">Loading
assem
bly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll</Record><Recor
d
timestamp="40600703.75">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bi
n\Allstate.AllCorp.Framework.Common.dll</Record><Record
timestamp="406007
03.75">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\Microsoft.Enterpri
seInstrumentation.dll</Record><Record timestamp="40600703.75">Loading
ass
embly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.OracleClient.d
ll</Record><Record timestamp="40600703.75">Loading assembly
C:\WINNT\Micr
osoft.NET\Framework\v1.1.4322\System.Xml.dll</Record><Record
timestamp="4
0600703.75">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Sys
tem.Web.dll</Record><Record timestamp="40600703.75">Loading assembly
C:\W
INNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll</Record><Record
time
stamp="40600703.75">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.
1.4322\System.Drawing.dll</Record><Record
timestamp="40600703.75">Loading
assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll</Record><Re
cord timestamp="40600703.75">Building PSI for assembly
nunit.framework</R

ecord>> Building PSI for assembly ecord>> Allstate. ecord>>]]>

CTS.MedBillEDI.Common.Messaging</Record><Record
timestamp="40600703.75">B
uilding PSI for assembly Oracle.DataAccess</Record><Record
timestamp="406
00703.75">Building PSI for assembly
Allstate.CTS.MedBillEDI.Common.Document
s.DEM</Record><Record timestamp="40600703.75">Building PSI for
assembly A
llstate.CTS.MedBillEDI.Common.Documents.Executant</Record><Record
timestamp
="40600703.75">Building PSI for assembly
Allstate.AllCorp.Framework.DataA
ccessSql</Record><Record timestamp="40600703.75">Building PSI for
assembl
y Allstate.AllCorp.Framework.Server</Record><Record
timestamp="40600703.7
5">Building PSI for assembly
Allstate.AllCorp.Framework.DataAccessOracle</R

ecord>> Building PSI for assembly ecord>> mscorlib< ecord>>]]>

/Record><Record timestamp="40600703.75">Building PSI for assembly
Allstat e.AllCorp.Framework.Common</Record><Record
timestamp="40600703.75">Buildi ng PSI for assembly
Microsoft.EnterpriseInstrumentation</Record><Record tim
estamp="40600703.75">Building PSI for assembly
System.Data.OracleClient</

Record>> Building PSI for assembly Record>> System.X Record>>]]>

ml</Record></Cookie></Report>

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

JetBrains.ReSharper.Util.InternalErrorException: An exception has
occurred
---> System.InvalidCastException: QueryInterface for interface
JetBrains.Re
Sharper.Metadata.Access.IMetaDataAssemblyImport failed.
at
JetBrains.ReSharper.Metadata.Access.IMetaDataAssemblyImport.EnumAssem
blyRefs(UInt32& phEnum, UInt32[] rAssemblyRefs, Int32 cMax, Int32&
pcTokens
)
at
JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetAsse
bmlyRefs() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\MetadataAssem
blyInfo.cs:line 109
at
JetBrains.ReSharper.Metadata.Access.Impl.MetadataAssemblyInfo.GetRefe
rencedAssembliesNames() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Access\Impl\
MetadataAssemblyInfo.cs:line 68
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.LoadReferen
cedAssemblies() in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\Metadata
Assembly.cs:line 439
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetTypeInfo
FromToken(MetadataToken token) in
c:\TEMP\tmp825.tmp\src\Metadata\src\Reade
r\Impl\MetadataAssembly.cs:line 199
at
JetBrains.ReSharper.Metadata.Reader.Impl.MetadataAssembly.GetClassTyp
eFromToken(MetadataToken token, TypeDecodeContext context) in
c:\TEMP\tmp82
5.tmp\src\Metadata\src\Reader\Impl\MetadataAssembly.cs:line 296
at JetBrains.ReSharper.Metadata.Reader.Impl.MetadataType.get Base()
in c
:\TEMP\tmp825.tmp\src\Metadata\src\Reader\Impl\MetadataType.cs:line 61
at
JetBrains.ReSharper.Psi.Impl.Reflection.ElementBuilder2.CreateType(IM
etadataTypeInfo typeInfo, Element parent) in
c:\TEMP\tmp825.tmp\src\Psi\src
\impl\reflection\builderImpl\ElementBuilder2.cs:line 122
at
JetBrains.ReSharper.Psi.Impl.Reflection.FileBuilder2.GetTypes(Element
parent) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\builderImpl\File
Builder2.cs:line 30
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder
build
er) in c:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 31
--- End of inner exception stack trace ---
at JetBrains.ReSharper.Util.Logger.LogExceptionEx(Exception, String,
Boo
lean) in c:\TEMP\tmp825.tmp\src\Util\src\Logger.cs:line 285 column 9
at JetBrains.ReSharper.Util.Logger.LogException(Exception) in
c:\TEMP\tm
p825.tmp\src\Util\src\Logger.cs:line 297 column 5
at JetBrains.ReSharper.Psi.Impl.Reflection.File..ctor(IFileBuilder)
in c
:\TEMP\tmp825.tmp\src\Psi\src\impl\reflection\File.cs:line 36 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.AssemblyLoader.BuildPsi(IAssembly
) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\AssemblyLoader.cs:l
ine 95 column 7
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
OnItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches
\modulemanager\ModuleManagerPostChangeProcessor.cs:line 105 column 9
at
JetBrains.ReSharper.Psi.Impl.Caches.PersistCacheDeltaChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\c
hanges\PersistCacheDeltaChangeProcessor.cs:line 87 column 11
at
JetBrains.ReSharper.Psi.Impl.Caches.ModuleManagerPostChangeProcessor.
ItemAdded(CacheChangeDelta) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\m
odulemanager\ModuleManagerPostChangeProcessor.cs:line 81 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.AddCacheChangeDelta.Accept(CacheD
eltaChangeProcessor) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl\caches\changes\
CacheChangeDelta.cs:line 82 column 5
at
JetBrains.ReSharper.Psi.Impl.Caches.CacheDeltaChangeProcessor.Process
ChangeUnit(IChangeUnit, IDictionary) in
c:\TEMP\tmp825.tmp\src\Psi\src\impl
\caches\changes\CacheDeltaChangeProcessor.cs:line 30 column 7
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.VisitProvide
r(IChangeProvider, IChangeProcessor[]) in
c:\TEMP\tmp825.tmp\src\Shell\src\
impl\changes\ChangeManagerImpl.cs:line 261 column 17
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 147 column 55
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyGraphVisitor.VisitNode(IChangeProvid
er) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerImpl.cs:l
ine 148 column 11
at
JetBrains.ReSharper.Shell.Impl.MyChangePropagationHelper.Run(IProgres
sIndicator) in
c:\TEMP\tmp825.tmp\src\Shell\src\impl\changes\ChangeManagerI
mpl.cs:line 202 column 9
at JetBrains.ReSharper.Shell.Progress.TaskHelper.Run() in
c:\TEMP\tmp825
tmp\src\Shell\src\Progress\ProgressWindow.cs:line 419 column 11
at JetBrains.ReSharper.Shell.Progress.AsyncTaskHelper.ThreadFunc() in
c:
\TEMP\tmp825.tmp\src\Shell\src\Progress\ProgressWindow.cs:line 466
column 7
<Report><Cookie name="AssemblyLoader"><Record
timestamp="40618969.375"> Registering directory C:\Program
Files\TestDocTools\nunit\bin</Record><Reco rd
timestamp="40618969.375">Registering directory D:\MBRQ\Mbrq\bin</Recor

d>> Registering directory d>> C:\ORACLE\produc d>>]]>

t\10.1.0\bin</Record><Record timestamp="40618969.375">Registering
directo ry D:\MBRQ\Mbrq\bin</Record><Record
timestamp="40618969.375">Registering directory
D:\MBRQ\Mbrq\bin</Record><Record timestamp="40618969.375">Regis tering
directory D:\AllCorpv3.8.2.0\Framework\bin</Record><Record timestamp
="40618969.375">Registering directory
D:\AllCorpv3.8.2.0\Framework\bin</R

ecord>> Registering directory ecord>> D:\AllCorpv3 ecord>>]]>

8.2.0\Framework\bin</Record><Record
timestamp="40618969.375">Registering
directory C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
times
tamp="40618969.375">Registering directory
D:\AllCorpv3.8.2.0\Framework\bi
n</Record><Record timestamp="40618969.375">Registering directory
D:\AllCo rpv3.8.2.0\Framework\bin</Record><Record
timestamp="40618969.375">Registe ring directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record t
imestamp="40618969.375">Registering directory
C:\WINNT\Microsoft.NET\Fram ework\v1.1.4322</Record><Record
timestamp="40618969.375">Registering dire ctory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record timestamp
="40618969.375">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1 1.4322</Record><Record
timestamp="40618969.375">Registering directory C:
\WINNT\Microsoft.NET\Framework\v1.1.4322</Record><Record
timestamp="40618 969.375">Registering directory
C:\WINNT\Microsoft.NET\Framework\v1.1.4322</

Record>> Loading assembly C:\Program Record>> Files Record>>]]>

\TestDocTools\nunit\bin\nunit.framework.dll</Record><Record
timestamp="40
618969.375">Loading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Commo
n.Messaging.dll</Record><Record timestamp="40618969.375">Loading
assembly
C:\ORACLE\product\10.1.0\bin\Oracle.DataAccess.dll</Record><Record
timesta
mp="40618969.375">Loading assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillE
DI.Common.Documents.DEM.dll</Record><Record
timestamp="40618969.375">Load ing assembly
D:\MBRQ\Mbrq\bin\Allstate.CTS.MedBillEDI.Common.Documents.Exec
utant.dll</Record><Record timestamp="40618969.375">Loading assembly
D:\Al
lCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.DataAccessSql.d
ll</R

ecord>> Loading assembly ecord>> D:\AllCorpv3.8.2. ecord>>]]>

0\Framework\bin\Allstate.AllCorp.Framework.Server.dll</Record><Record
times tamp="40618969.375">Loading assembly
D:\AllCorpv3.8.2.0\Framework\bin\All
state.AllCorp.Framework.DataAccessOracle.dll</Record><Record
timestamp="4 0618969.375">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\ms
corlib.dll</Record><Record timestamp="40618969.375">Loading assembly
D:\A
llCorpv3.8.2.0\Framework\bin\Allstate.AllCorp.Framework.Common.dll</Re
cord> <Record timestamp="40618969.375">Loading assembly
D:\AllCorpv3.8.2.0\Fram
ework\bin\Microsoft.EnterpriseInstrumentation.dll</Record><Record
timestamp ="40618969.375">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.43
22\System.Data.OracleClient.dll</Record><Record
timestamp="40618969.375"> Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Xml.dll<
/Record><Record timestamp="40618969.375">Loading assembly
C:\WINNT\Micros
oft.NET\Framework\v1.1.4322\System.Web.dll</Record><Record
timestamp="406 18969.375">Loading assembly
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Syst
em.Data.dll</Record><Record timestamp="40618969.375">Loading assembly
C:\
WINNT\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll</Record><Re
cord timestamp="40618969.375">Loading assembly
C:\WINNT\Microsoft.NET\Framewor k\v1.1.4322\System.dll</Record><Record
timestamp="40618969.375">Building PSI for assembly
nunit.framework</Record><Record timestamp="40618969.375"

>> Building PSI for a

0
Avatar
Permanently deleted user

Project1
System
System.Data
System.Xml

Project2
System
System.Data
System.Xml

Project3
System
System.Data
System.Xml
Project1
Project2
Oracle.DataAccess
System.Data.OracleClient
A custom external framework assembly that is being parsed when errors start (See Below).

Project4
System
System.Data
System.Xml
Project7

Project5
Project1
Project2
Project7
Project4
System
System.Data
System.Xml
nunit.framework

Project6
Project1
Project2
Project4
Project7
Project8
System
System.Data
System.Data.OracleClient
System.Drawing
System.Web
System.Xml
Microsoft.EnterpriseInstrumentation
A custom external framework assembly that is being parsed when errors start (See Below).

Project7
Project1
Project2
Project3
System
System.Data
System.Drawing
System.Web
System.Xml
Microsoft.EnterpriseInstrumentation
A custom external framework assembly that is being parsed when errors start (See Below).

Project8
System
System.Drawing
System.Web

The custom framework assembly that is being parsed when errors start. External/precompiled library.
Microsoft.Web.Services2
System
System.Data
System.DirectoryServices
System.Messaging
System.Web
System.Web.Services
System.Xml
Microsoft.EnterpriseInstrumentation

-


The symbol resolving highlight appears in all projects that reference the custom framework assembly above. Listed are the symbols by project that Resharper can not resolve.

Project3
System.Data
The custom framework
System.Xml

Project5 (this one doesn't reference the framwork assembly directly, but does reference Project7 which does.
System.Xml

Project6
System.Web
System.ComponentModel
System.Data
System.Drawing

Project7
System.Xml
System.Text.RegularExpressions

Project8 This one doesn't reference the custom framework assebly or any assembly that references it.
System.ComponentModel
System.Web

0
Avatar
Permanently deleted user

Hello Brian,

thank you a lot! It seems that the problem is caused by the custom external
assembly.
Is it possible for you to send us it in the binary form? If yes, we could
check the problem
here.

Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

Project1
System
System.Data
System.Xml
Project2
System
System.Data
System.Xml
Project3
System
System.Data
System.Xml
Project1
Project2
Oracle.DataAccess
System.Data.OracleClient
A custom external framework assembly that is being parsed when
errors start (See Below).
Project4
System
System.Data
System.Xml
Project7
Project5
Project1
Project2
Project7
Project4
System
System.Data
System.Xml
nunit.framework
Project6
Project1
Project2
Project4
Project7
Project8
System
System.Data
System.Data.OracleClient
System.Drawing
System.Web
System.Xml
Microsoft.EnterpriseInstrumentation
A custom external framework assembly that is being parsed when
errors start (See Below).
Project7
Project1
Project2
Project3
System
System.Data
System.Drawing
System.Web
System.Xml
Microsoft.EnterpriseInstrumentation
A custom external framework assembly that is being parsed when
errors start (See Below).
Project8
System
System.Drawing
System.Web
The custom framework assembly that is being parsed when errors start.
External/precompiled library.
Microsoft.Web.Services2
System
System.Data
System.DirectoryServices
System.Messaging
System.Web
System.Web.Services
System.Xml
Microsoft.EnterpriseInstrumentation
---------------------------------------------------------

The symbol resolving highlight appears in all projects that reference
the custom framework assembly above. Listed are the symbols by project
that Resharper can not resolve.

Project3
System.Data
The custom framework
System.Xml
Project5 (this one doesn't reference the framwork assembly directly,
but does reference Project7 which does.
System.Xml
Project6
System.Web
System.ComponentModel
System.Data
System.Drawing
Project7
System.Xml
System.Text.RegularExpressions
Project8 This one doesn't reference the
custom framework assebly or any assembly that references it.
System.ComponentModel
System.Web



0
Avatar
Permanently deleted user

Was this ever resolved? I just downloaded the 2.0 eval version (build 214)
and am running into the same issue.

Thanks,
Sean

"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c8a894d9902ea8c7a441b097ff2d@news.intellij.net...

Hello Brian,

>

thank you a lot! It seems that the problem is caused by the custom
external assembly.
Is it possible for you to send us it in the binary form? If yes, we could
check the problem
here.

>

Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

>
>> Project1
>> System
>> System.Data
>> System.Xml
>> Project2
>> System
>> System.Data
>> System.Xml
>> Project3
>> System
>> System.Data
>> System.Xml
>> Project1
>> Project2
>> Oracle.DataAccess
>> System.Data.OracleClient
>> A custom external framework assembly that is being parsed when
>> errors start (See Below).
>> Project4
>> System
>> System.Data
>> System.Xml
>> Project7
>> Project5
>> Project1
>> Project2
>> Project7
>> Project4
>> System
>> System.Data
>> System.Xml
>> nunit.framework
>> Project6
>> Project1
>> Project2
>> Project4
>> Project7
>> Project8
>> System
>> System.Data
>> System.Data.OracleClient
>> System.Drawing
>> System.Web
>> System.Xml
>> Microsoft.EnterpriseInstrumentation
>> A custom external framework assembly that is being parsed when
>> errors start (See Below).
>> Project7
>> Project1
>> Project2
>> Project3
>> System
>> System.Data
>> System.Drawing
>> System.Web
>> System.Xml
>> Microsoft.EnterpriseInstrumentation
>> A custom external framework assembly that is being parsed when
>> errors start (See Below).
>> Project8
>> System
>> System.Drawing
>> System.Web
>> The custom framework assembly that is being parsed when errors start.
>> External/precompiled library.
>> Microsoft.Web.Services2
>> System
>> System.Data
>> System.DirectoryServices
>> System.Messaging
>> System.Web
>> System.Web.Services
>> System.Xml
>> Microsoft.EnterpriseInstrumentation
>> -


>>
>> The symbol resolving highlight appears in all projects that reference
>> the custom framework assembly above. Listed are the symbols by project
>> that Resharper can not resolve.
>>
>> Project3
>> System.Data
>> The custom framework
>> System.Xml
>> Project5 (this one doesn't reference the framwork assembly directly,
>> but does reference Project7 which does.
>> System.Xml
>> Project6
>> System.Web
>> System.ComponentModel
>> System.Data
>> System.Drawing
>> Project7
>> System.Xml
>> System.Text.RegularExpressions
>> Project8 This one doesn't reference the
>> custom framework assebly or any assembly that references it.
>> System.ComponentModel
>> System.Web
>



0
Avatar
Permanently deleted user

Hello Sean,

we've fixed a lot of similar issues since 2.0 EAP started. Do your projects
reference the same
external assembly as the Brian's ones? Or do you simply mean that you're
seeing the same
error with not resolving System symbol?


Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

Was this ever resolved? I just downloaded the 2.0 eval version (build
214) and am running into the same issue.

Thanks,
Sean
"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c8a894d9902ea8c7a441b097ff2d@news.intellij.net...

>> Hello Brian,
>>
>> thank you a lot! It seems that the problem is caused by the custom
>> external assembly.
>> Is it possible for you to send us it in the binary form? If yes, we
>> could
>> check the problem
>> here.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Project1
>>> System
>>> System.Data
>>> System.Xml
>>> Project2
>>> System
>>> System.Data
>>> System.Xml
>>> Project3
>>> System
>>> System.Data
>>> System.Xml
>>> Project1
>>> Project2
>>> Oracle.DataAccess
>>> System.Data.OracleClient
>>> A custom external framework assembly that is being parsed when
>>> errors start (See Below).
>>> Project4
>>> System
>>> System.Data
>>> System.Xml
>>> Project7
>>> Project5
>>> Project1
>>> Project2
>>> Project7
>>> Project4
>>> System
>>> System.Data
>>> System.Xml
>>> nunit.framework
>>> Project6
>>> Project1
>>> Project2
>>> Project4
>>> Project7
>>> Project8
>>> System
>>> System.Data
>>> System.Data.OracleClient
>>> System.Drawing
>>> System.Web
>>> System.Xml
>>> Microsoft.EnterpriseInstrumentation
>>> A custom external framework assembly that is being parsed when
>>> errors start (See Below).
>>> Project7
>>> Project1
>>> Project2
>>> Project3
>>> System
>>> System.Data
>>> System.Drawing
>>> System.Web
>>> System.Xml
>>> Microsoft.EnterpriseInstrumentation
>>> A custom external framework assembly that is being parsed when
>>> errors start (See Below).
>>> Project8
>>> System
>>> System.Drawing
>>> System.Web
>>> The custom framework assembly that is being parsed when errors
>>> start.
>>> External/precompiled library.
>>> Microsoft.Web.Services2
>>> System
>>> System.Data
>>> System.DirectoryServices
>>> System.Messaging
>>> System.Web
>>> System.Web.Services
>>> System.Xml
>>> Microsoft.EnterpriseInstrumentation
>>> -


>>> The symbol resolving highlight appears in all projects that
>>> reference the custom framework assembly above. Listed are the
>>> symbols by project that Resharper can not resolve.
>>>
>>> Project3
>>> System.Data
>>> The custom framework
>>> System.Xml
>>> Project5 (this one doesn't reference the framwork assembly directly,
>>> but does reference Project7 which does.
>>> System.Xml
>>> Project6
>>> System.Web
>>> System.ComponentModel
>>> System.Data
>>> System.Drawing
>>> Project7
>>> System.Xml
>>> System.Text.RegularExpressions
>>> Project8 This one doesn't reference the
>>> custom framework assebly or any assembly that references it.
>>> System.ComponentModel
>>> System.Web


0
Avatar
Permanently deleted user

Some are the same. One of the simplier projects (and the one that kicks off
the build process), has these references

System
System.Data
System.Xml

The more complicated projects has about 30 references including these 3,
references to

System.Design
System.Drawing
System.Runtime.Serialization.Formatters.Soap
System.Windows.Forms
Microsoft.VisualBasic

several internal projects, log4net, and Infragistics components (v5.1).
Any ideas, or do you need more information?

Thanks.



"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c8a894d9df7d88c7e43992546510@news.intellij.net...

Hello Sean,

>

we've fixed a lot of similar issues since 2.0 EAP started. Do your
projects reference the same external assembly as the Brian's ones? Or do
you simply mean that you're seeing the same
error with not resolving System symbol?

>
>

Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

>


0
Avatar
Permanently deleted user

Hello Sean,

first, can you check if you have the same errors with build 213 which is
more stable than 214? Second,
if you have errors with 213, could you please try to create a simple project
that references all the 3rd party
assemblies referenced in your solution and verify if the problem reproduces
with this project? Thanks.

Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

Some are the same. One of the simplier projects (and the one that
kicks off the build process), has these references

System
System.Data
System.Xml
The more complicated projects has about 30 references including these
3, references to

System.Design
System.Drawing
System.Runtime.Serialization.Formatters.Soap
System.Windows.Forms
Microsoft.VisualBasic
several internal projects, log4net, and Infragistics components
(v5.1). Any ideas, or do you need more information?

Thanks.

"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c8a894d9df7d88c7e43992546510@news.intellij.net...

>> Hello Sean,
>>
>> we've fixed a lot of similar issues since 2.0 EAP started. Do your
>> projects reference the same external assembly as the Brian's ones? Or
>> do
>> you simply mean that you're seeing the same
>> error with not resolving System symbol?
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"


0
Avatar
Permanently deleted user

I switched to build 213 and it works OK.

Thanks,
Sean

"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c8a894d9dfdc48c7e4a0e7b051aa@news.intellij.net...

Hello Sean,

>

first, can you check if you have the same errors with build 213 which is
more stable than 214? Second,
if you have errors with 213, could you please try to create a simple
project that references all the 3rd party
assemblies referenced in your solution and verify if the problem
reproduces with this project? Thanks.

>

Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

>
>> Some are the same. One of the simplier projects (and the one that
>> kicks off the build process), has these references
>>
>> System
>> System.Data
>> System.Xml
>> The more complicated projects has about 30 references including these
>> 3, references to
>>
>> System.Design
>> System.Drawing
>> System.Runtime.Serialization.Formatters.Soap
>> System.Windows.Forms
>> Microsoft.VisualBasic
>> several internal projects, log4net, and Infragistics components
>> (v5.1). Any ideas, or do you need more information?
>>
>> Thanks.
>>
>> "Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
>> news:c8a894d9df7d88c7e43992546510@news.intellij.net...
>>
>>> Hello Sean,
>>>
>>> we've fixed a lot of similar issues since 2.0 EAP started. Do your
>>> projects reference the same external assembly as the Brian's ones? Or
>>> do
>>> you simply mean that you're seeing the same
>>> error with not resolving System symbol?
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>



0
Avatar
Permanently deleted user

Hello Sean,

the build 214 is very unstable, so such an error is not surprising. Please
work with 213 for
now and wait for 215.


Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

I switched to build 213 and it works OK.

Thanks,
Sean
"Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in message
news:c8a894d9dfdc48c7e4a0e7b051aa@news.intellij.net...

>> Hello Sean,
>>
>> first, can you check if you have the same errors with build 213 which
>> is
>> more stable than 214? Second,
>> if you have errors with 213, could you please try to create a simple
>> project that references all the 3rd party
>> assemblies referenced in your solution and verify if the problem
>> reproduces with this project? Thanks.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Some are the same. One of the simplier projects (and the one that
>>> kicks off the build process), has these references
>>>
>>> System
>>> System.Data
>>> System.Xml
>>> The more complicated projects has about 30 references including
>>> these
>>> 3, references to
>>> System.Design
>>> System.Drawing
>>> System.Runtime.Serialization.Formatters.Soap
>>> System.Windows.Forms
>>> Microsoft.VisualBasic
>>> several internal projects, log4net, and Infragistics components
>>> (v5.1). Any ideas, or do you need more information?
>>> Thanks.
>>>
>>> "Dmitry Shaporenkov (JetBrains)" <dsha@jetbrains.com> wrote in
>>> message news:c8a894d9df7d88c7e43992546510@news.intellij.net...
>>>
>>>> Hello Sean,
>>>>
>>>> we've fixed a lot of similar issues since 2.0 EAP started. Do your
>>>> projects reference the same external assembly as the Brian's ones?
>>>> Or
>>>> do
>>>> you simply mean that you're seeing the same
>>>> error with not resolving System symbol?
>>>> Regards,
>>>> Dmitry Shaporenkov
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"


0

I have noticed this "Unable to resolve symbol" error too, but only when R# 214 crashes when loading my project.

The solution compiles fine, but I get various red highlights in my using clauses and whatever methods, types are associated with them.

Not a show stopper just a bug.

0
Avatar
Permanently deleted user

Hello Adam,

please try the latest EAP build 216 and post any problems you're having with
it
to the EAP newsgroup.


Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"

I have noticed this "Unable to resolve symbol" error too, but only
when R# 214 crashes when loading my project.

The solution compiles fine, but I get various red highlights in my
using clauses and whatever methods, types are associated with them.

Not a show stopper just a bug.



0

Please sign in to leave a comment.