Serious Build Engine Error in August CTP - BUG?

Using Aug. CTP/Visual Basic:

I get - not reproducable, but somtimes - the following Build-Error. It seems that the Error occures when I use the Import-Statement for System.Runtime.Serialization.Formatters.Binary. Removing this line of code all works fine.

Is this a known bug/issue in Aug CTP
Does anyone know what the error message means

Thx for Feedback
redfox

===

Error 2 The "ResolveAssemblyReference" task failed unexpectedly.
System.Runtime.InteropServices.COMException (0x8000000A): The data necessary to complete this operation is not yet available. (Exception from HRESULT: 0x8000000A)
   at EnvDTE.OutputGroup.get_FileCount()
   at Microsoft.VisualStudio.Design.VSTypeResolutionService.GetProjectOutputsSlow(Project project)
   at Microsoft.VisualStudio.Design.VSTypeResolutionService.GetProjectOutputs(Project project)
   at Microsoft.VisualStudio.Design.VSTypeResolutionService.AddProjectEntries(Project project, List`1 entries, Boolean thisProject)
   at Microsoft.VisualStudio.Design.VSTypeResolutionService.EnsurePopulated(Boolean fPopulateProject)
   at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchProjectEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly)
   at Microsoft.VisualStudio.Design.VSTypeResolutionService.SearchEntries(AssemblyName assemblyName, String typeName, Boolean ignoreTypeCase, Assembly& assembly)
   at Microsoft.VisualStudio.Design.VSTypeResolutionService.System.ComponentModel.Design.ITypeResolutionService.GetAssembly(AssemblyName name, Boolean throwOnError)
   at Microsoft.VisualStudio.Design.VSTypeResolutionService.System.ComponentModel.Design.ITypeResolutionService.GetAssembly(AssemblyName name)
   at Microsoft.VisualStudio.Design.VSDynamicTypeService.OnAssemblyResolve(Object sender, ResolveEventArgs e)
   at System.AppDomain.OnAssemblyResolveEvent(String assemblyFullName)
   at System.Reflection.AssemblyName.nInit(Assembly& assembly, Boolean forIntrospection)
   at System.Reflection.AssemblyName.nInit()
   at System.Reflection.AssemblyName..ctor(String assemblyName)
   at Microsoft.Build.Tasks.ReferenceTable.TryConvertToAssemblyName(String itemSpec, String fusionName, AssemblyNameExtension& assemblyName)
   at Microsoft.Build.Tasks.ReferenceTable.SetPrimaryAssemblyReferenceItem(ITaskItem referenceAssemblyName)
   at Microsoft.Build.Tasks.ReferenceTable.SetPrimaryItems(ITaskItem[] referenceAssemblyFiles, ITaskItem[] referenceAssemblyNames, ArrayList exceptions)
   at Microsoft.Build.Tasks.ResolveAssemblyReference.Execute(FileExists fileExists, DirectoryExists directoryExists, GetDirectories getDirectories, GetAssemblyName getAssemblyName, GetAssemblyMetadata getAssemblyMetadata, GetRegistrySubKeyNames getRegistrySubKeyNames, GetRegistrySubKeyDefaultValue getRegistrySubKeyDefaultValue, GetLastWriteTime getLastWriteTime)
   at Microsoft.Build.Tasks.ResolveAssemblyReference.Execute()
   at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound) sumtime.Shared


Answer this question

Serious Build Engine Error in August CTP - BUG?

  • Hoppe

    Have you not switched to the final release of Visual Studio 2005   That should resolve the problem for you.

    Thanks.

    Faisal Mohamood | Program Manager | Visual Studio - MSBuild


  • Jameslee20

    I'm testing the last build, but the bug is not resolved. I installed Visual Studio 2005 Version 8.0.50727.42 (RTM.050727- 4200).

    There is a curious problem, if I have in the source path the # character the controls disappear from toolbox!!

    Thanks.



  • N Adams

    We've added a note to the bug you opened -- if you could get back to us at your earliest convenience, that would help us. We're in "shipstopper only" mode right now.
    Dan



  • VDA

    Thanks for opening a bug as well, we are tracking this with #550321. It may be already fixed...

  • Nagendra Jammi

    As you see in the bug, this is already fixed in the latest builds since the Aug CTP.

    Thanks a bunch for reporting it.

  • software2

    Hi How can I fix this error can you please tell me do i need to install any updates .....

  • Serious Build Engine Error in August CTP - BUG?