Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pdb2Mdb.PortablePdbNotSupportedException #1

Open
jhalbrecht opened this issue Feb 3, 2019 · 2 comments
Open

Pdb2Mdb.PortablePdbNotSupportedException #1

jhalbrecht opened this issue Feb 3, 2019 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@jhalbrecht
Copy link
Owner

jhalbrecht commented Feb 3, 2019

I get these errors at build.

This application runs as expected on UWP. On Android the SettingsView.xaml page can be navigated to however it shows up white without the expected simple grid with settings Label and Input.

I don't specifically know that this is the problem but... exception on the android app build... makes me wonder.

I increaded the build log verbosity to try and include it here. It was huge and hung incident create page... I left it out.

(Can longer code blocks or logs be entered in with a smaller windows with scroll bars? Does Markdown in GigHub support that?)

Severity	Code	Description	Project	File	Line	Suppression State
Warning		Exception of type 'Pdb2Mdb.PortablePdbNotSupportedException' was thrown.
   at Pdb2Mdb.Converter.Convert(String filename)
   at Xamarin.Android.Tasks.ConvertDebuggingFiles.Execute()	MqttSample.Android	C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets	2031	
Warning		Exception of type 'Pdb2Mdb.PortablePdbNotSupportedException' was thrown.
   at Pdb2Mdb.Converter.Convert(String filename)
   at Xamarin.Android.Tasks.ConvertDebuggingFiles.Execute()	MqttSample.Android	C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets	2031	
Warning		Exception of type 'Pdb2Mdb.PortablePdbNotSupportedException' was thrown.
   at Pdb2Mdb.Converter.Convert(String filename)
   at Xamarin.Android.Tasks.ConvertDebuggingFiles.Execute()	MqttSample.Android	C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets	2031	

Line 2031 <ConvertDebuggingFiles Files="@(_ResolvedPdbFiles)">

<Target Name="_ConvertPdbFiles"
		Inputs="@(_ResolvedPdbFiles)"
		Outputs="@(_ResolvedPdbFiles->'%(RootDir)%(Directory)%(Filename).dll.mdb')"
		DependsOnTargets="_CollectPdbFiles">
	<ConvertDebuggingFiles Files="@(_ResolvedPdbFiles)">
		<Output TaskParameter="ConvertedFiles" ItemName="_ConvertedDebuggingFiles" />
	</ConvertDebuggingFiles>
	<WriteLinesToFile
		File="$(IntermediateOutputPath)$(CleanFile)"
		Lines="@(_ConvertedDebuggingFiles)"
		Overwrite="false" />
</Target>

MqttSampleBuildAndroid.Log.txt

MqttSampleDebugLog.txt

@jhalbrecht jhalbrecht added the help wanted Extra attention is needed label Feb 3, 2019
@jhalbrecht
Copy link
Owner Author

For grins I installed vs 2019 preview. Same behavior. The SettingsPage.xaml page seems to load except the screen is blank. I looked for the Pdb2Mdb error but didn't see it. Tired 'night 'night

@jhalbrecht
Copy link
Owner Author

This application runs as expected on UWP. On Android the SettingsView.xaml page can be navigated to however it shows up white without the expected simple grid with settings Label and Input.

I don't specifically know that this is the problem but... exception on the android app build... makes me wonder.

Apparently this is not specifically related to the SettingsView page not showing. See Issue #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant