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

Retrieve Data on Views doesn't work #27

Closed
bricelam opened this issue Jul 21, 2022 · 2 comments
Closed

Retrieve Data on Views doesn't work #27

bricelam opened this issue Jul 21, 2022 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@bricelam
Copy link
Owner

bricelam commented Jul 21, 2022

Shows "Specified method is not supported." error dialog.

@bricelam bricelam added the bug Something isn't working label Jul 21, 2022
@bricelam
Copy link
Owner Author

I suspect it's because I actually said they were views and not tables here:

<Service type="IDSRefBuilder" implementationType="Microsoft.VisualStudio.Data.Framework.DSRefBuilder">
<Parameters method="AppendToDSRef">
<Parameter>
<!-- Name -->
<Parameter value="{0}" />
<!-- Owner -->
<Parameter />
<!-- Type -->
<Parameter value="VIEW" />
<!-- ExtendedType -->
<Parameter />
<!-- Properties -->
<Parameter>
<!-- GUID_DSRefProperty_PreciseType -->
<Parameter value="39A5A7E7-513F-44a4-B79D-7652CD8962D9">
<!-- View -->
<Parameter value="301" type="System.Int32" />
</Parameter>
</Parameter>
</Parameter>
</Parameters>
</Service>

@bricelam
Copy link
Owner Author

Ah, it's because I haven't defied the view mapped type (#23)

@bricelam bricelam added this to the 1.0.0 milestone Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant