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

Universal App with Native Shared Code doesn't work. #52

Open
pekayatt opened this issue Jan 7, 2015 · 5 comments
Open

Universal App with Native Shared Code doesn't work. #52

pekayatt opened this issue Jan 7, 2015 · 5 comments

Comments

@pekayatt
Copy link

pekayatt commented Jan 7, 2015

Being trying to use AdRotator into an Angle Project (OpenGL translator) and could not.

Have downloaded it from Nugget and implemented as in readme.

Easy way to reproduce situation is to create a project from "DirectX and XAML App (Universal Apps)" from VS2013 templates, download AdRotator from Nugget and try to add the AdRotatorControl.

It says "Adrotator Control does not exist in namespace" even if adding xmlns:adRotator="using:AdRotator"
to the xaml.

@robwirving
Copy link
Contributor

Hey Pedro. It looks like a C# built library like AdRotator can't be included in a C++ project. This is not a problem just with AdRotator. I also tried using the AdDuplex SDK and some of the Telerik User Controls. When you try to reference the project you get a message:
Could not add a reference to *.dll
For one of the following reasons:

  • Targets a higher version of the .NET framework
  • Not a .NET assembly
  • Not a registered ActiveX control

@pekayatt
Copy link
Author

pekayatt commented Jan 8, 2015

Wow... that is a real deal breaker for me :(. I have been looking for anyway to use advertising in Native Universal App, but until now could find none.
Hope there is a workaround for this soon.

Thanks,

@SimonDarksideJ
Copy link
Contributor

Seems the issue isn't limited to AdRotator. Looks like most of the providers controls don't work in this space.
If we could get AdRotator to compile to work, you would be limited to just house Ads

@pekayatt
Copy link
Author

pekayatt commented Jan 9, 2015

In fact I realize that. What is sad :(.
There is a way to make AdRotator to work would be a great improvement, I am talking with MS guys to see if they can make others to fix that.

Thanks

@pekayatt
Copy link
Author

Looks like adDuplex is working... Just to keep you guys updated.
microsoft/angle#31 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants