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
Please sign in to leave a comment.
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!"
>> 1 project in the solution (a c# winform and setup project) it seems
>> to be
>>
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?
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 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.
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
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!"
d>> Loading assembly d>> C:\WINNT\Microsoft.NET\ d>>]]>
>> Loading assembly >> C:\WINNT\Microsoft.NET\F >>]]>
d>> Loading assembly d>> C:\WINNT\Microsoft.NET\ d>>]]>
cord>> Building PSI for assembly cord>> Oracle.Data cord>>]]>
ord>> Building PSI for assembly ord>> Allstate.All ord>>]]>
>> </Report>
>>
d>> Loading assembly d>> C:\WINNT\Microsoft.NET\ d>>]]>
>> Loading assembly >> C:\WINNT\Microsoft.NET\F >>]]>
d>> Loading assembly d>> C:\WINNT\Microsoft.NET\ d>>]]>
cord>> Building PSI for assembly cord>> Oracle.Data cord>>]]>
ord>> Building PSI for assembly ord>> Allstate.All ord>>]]>
>> </Report>
>>
d>> Registering directory d>> C:\ORACLE\produc d>>]]>
ecord>> Registering directory ecord>> D:\AllCorpv3 ecord>>]]>
Record>> Loading assembly C:\Program Record>> Files Record>>]]>
ecord>> Loading assembly ecord>> D:\AllCorpv3.8.2. ecord>>]]>
>> Building PSI for assembly
>> Allstate.CTS.MedBillEDI.Common.Messaging> timestamp="40553844.375">Building PSI for assembly Oracle.DataAc >>]]>
cord>> Building PSI for assembly cord>> Microsoft cord>>]]>
d>> Registering directory d>> C:\ORACLE\produc d>>]]>
ecord>> Registering directory ecord>> D:\AllCorpv3 ecord>>]]>
Record>> Loading assembly C:\Program Record>> Files Record>>]]>
ecord>> Loading assembly ecord>> D:\AllCorpv3.8.2. ecord>>]]>
>> Building PSI for assembly
>> Allstate.CTS.MedBillEDI.Common.Messaging> timestamp="40582531.875">Building PSI for assembly Oracle.DataAc >>]]>
cord>> Building PSI for assembly cord>> Microsoft cord>>]]>
ord>> Loading assembly ord>> C:\ORACLE\product\10 ord>>]]>
ecord>> Building PSI for assembly ecord>> Allstate. ecord>>]]>
ecord>> Building PSI for assembly ecord>> mscorlib< ecord>>]]>
Record>> Building PSI for assembly Record>> System.X Record>>]]>
d>> Registering directory d>> C:\ORACLE\produc d>>]]>
ecord>> Registering directory ecord>> D:\AllCorpv3 ecord>>]]>
Record>> Loading assembly C:\Program Record>> Files Record>>]]>
ecord>> Loading assembly ecord>> D:\AllCorpv3.8.2. ecord>>]]>
>> Building PSI for a
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
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!"
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...
>
>
>
>> 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
>
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!"
>> 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
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,
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!"
>> 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!"
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...
>
>
>
>> 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!"
>
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!"
>> 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!"
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.
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!"