lundi 7 mars 2016

Why Visual Studio 2013 ultimate is throwing ' Exception has been thrown by the target of an invocation'?

I am new to C++ programming with VS2013 ultimate. I am working on a project with SQLite as DB engine. Build gets successful by Debugger gives error of Invalid Pointer. here is the xml details..

<entry>
 <record>851</record>
 <time>2016/03/07 18:41:55.113</time>
 <type>Information</type>
 <source>VisualStudio</source>
 <description>Begin package load [Microsoft.VisualStudio.TraceLogPackage.TraceLogPackage, Microsoft.IntelliTrace.Package.12.0.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
 <guid>{494B203E-3C94-40AB-B331-6CB32460B617}</guid>
</entry>
<entry>
 <record>852</record>
 <time>2016/03/07 18:41:55.113</time>
 <type>Error</type>
 <source>VisualStudio</source>
 <description>CreateInstance failed for package [Microsoft.VisualStudio.TraceLogPackage.TraceLogPackage, Microsoft.IntelliTrace.Package.12.0.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
 <guid>{494B203E-3C94-40AB-B331-6CB32460B617}</guid>
 <hr>80131604</hr>
 <errorinfo>Exception has been thrown by the target of an invocation.</errorinfo>
</entry>
<entry>
 <record>853</record>
 <time>2016/03/07 18:41:55.113</time>
 <type>Error</type>
 <source>VisualStudio</source>
 <description>End package load [Microsoft.VisualStudio.TraceLogPackage.TraceLogPackage, Microsoft.IntelliTrace.Package.12.0.0, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]</description>
 <guid>{494B203E-3C94-40AB-B331-6CB32460B617}</guid>
 <hr>80004005 - E_FAIL</hr>
 <errorinfo>Exception has been thrown by the target of an invocation
</errorinfo>
</entry>

Aucun commentaire:

Enregistrer un commentaire