visual studio 2013 - How can I ignore the VSTest err msgs in my Windows Store app? -
when build windows store app, shows me output tests:
------ find test started ------ failed configure settings runsettings plugin 'vstest run configuration' threw next exception: 'an error occurred while parsing entityname. line 1, position 8.' please contact plugin author. ========== find test finished: 0 found (0:00:00.1350029) ==========
and @ bottom of window see, "unexpected error detected. check tests output pane details" i don't care or want see (for now, anyway). haven't got tests set up. how can hush test nazi?
updatei don't know if there's direct connection, after installing sqlite bundle updates windows 8 , windows 8.1, weird, rogue, non-compilation-blocking "exception" messages went away.
as kip dynamite say, "dang it!!!" wrote soon; same err msg again.
update 2it seems changing bundle name on packaging tab of package.appxmanifest [some guid] [companyname.appname] solved it...butt y?
update 3one time (it's baaaaack!)
i've had issue lastly day or so, preventing me running unit tests in projects.
the error an error occurred while parsing entityname. line 1, position 8. xmlreader
if there error parsing xml, illustration unescaped characters.
in case had & in folder name @ higher level. renaming folder build > clean solution seems have fixed issue.
visual-studio-2013 windows-store-apps vstest
No comments:
Post a Comment