Error - PlatformVerificationTask

G

Guest

Ok, so I copied a CF V1.0 project that had worked well and passed testing
into a new directory and opened in VS 2005 Professional. It automatically
converted to VS 2005. In addition, I right clicked on the project and
converted it from CF 1.0 to 2.0. I just started getting the following warning
on compilation (question continues after error)...


An internal error occurred in PlatformVerificationTask.
System.Runtime.InteropServices.COMException (0x8000000A): The data necessary
to complete this operation is not yet available. (Exception from HRESULT:
0x8000000A)
at System.Reflection.Assembly.GetType(String name, Boolean throwOnError,
Boolean ignoreCase)
at System.Reflection.Assembly.GetType(String name)
at Microsoft.CompactFramework.Build.MetadataService.GetAsmmetaType(Type
sourceType)
at
Microsoft.CompactFramework.Build.MetadataService.GetTypeAttributes(String
instanceType)
at
Microsoft.CompactFramework.Build.Tasks.PlatformVerificationRule.VisitConstruct(Construct cons)
at Microsoft.CompactFramework.Build.Compiler.StandardVisitor.Visit(Node
node)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitExpression(Expression expression)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitAssignmentStatement(AssignmentStatement assignment)
at Microsoft.CompactFramework.Build.Compiler.StandardVisitor.Visit(Node
node)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitStatementList(StatementList statements)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitBlock(Block
block)
at Microsoft.CompactFramework.Build.Compiler.StandardVisitor.Visit(Node
node)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitStatementList(StatementList statements)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitBlock(Block
block)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitMethod(Method
method)
at Microsoft.CompactFramework.Build.Compiler.StandardVisitor.Visit(Node
node)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitMemberList(MemberList members)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitTypeNode(TypeNode typeNode)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitClass(Class
Class)
at Microsoft.CompactFramework.Build.Compiler.StandardVisitor.Visit(Node
node)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitTypeNodeList(TypeNodeList types)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitModule(Module
module)
at
Microsoft.CompactFramework.Build.Compiler.StandardVisitor.VisitAssembly(AssemblyNode assembly)
at
Microsoft.CompactFramework.Build.Tasks.PlatformVerificationTask.Execute() PreProcEval



Additionally, if I attempt to debug the app in spite of the warning, the
breakpoints disable and produce the following message: "The breakpoint will
not currently be hit. No symbols have been loaded for this document."

When I attemp to shut down the debugger I get a dialog with the following
message; "No symbols have been loaded for any stack frame. The source code
cannot be displayed." This is immediately followed by a
NullReferenceException;

System.NullReferenceException was unhandled

Message="NullReferenceException"
StackTrace:
at PreProcEval.StartPreProc.LoadScreen()
at PreProcEval.StartPreProc.StartPreProc_Load()
at System.Windows.Forms.Form.OnLoad()
at System.Windows.Forms.Form._SetVisibleNotify()
at System.Windows.Forms.Control.set_Visible()
at System.Windows.Forms.Application.Run()
at PreProcEval.StartPreProc.Main()"

Does anyone have the first clue as to what is going on here?

Bill
 
D

donsab

Hi Bill,
Were you succesfull in fixing your problem ?
I have exactly the same problem and i could noty find any solution to
fix it.

Thanks
Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top