bretbouchard / yahoo-finance-managed

Automatically exported from code.google.com/p/yahoo-finance-managed
0 stars 0 forks source link

wp7 dll not working #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Add the wp7 dll to a windows phone 7 silver light project
2.Try to use it
3.

What is the expected output? What do you see instead?
There is no exception reported and the project should compile

Instead:
There is a warning and i am not able to use the namespace
Warning 1   The primary reference "YahooManaged7" could not be resolved because 
it has an indirect dependency on the framework assembly "Microsoft.VisualBasic, 
Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" which could 
not be resolved in the currently targeted framework. 
"Silverlight,Version=v4.0,Profile=WindowsPhone". To resolve this problem, 
either remove the reference "YahooManaged7" or retarget your application to a 
framework version which contains "Microsoft.VisualBasic, Version=2.0.5.0, 
Culture=neutral, PublicKeyToken=31bf3856ad364e35".  PhoneApp2

Do you have other informations?

Suggestions to fix the defect?

Regards,

Original issue reported on code.google.com by adnan4...@gmail.com on 24 Jul 2011 at 1:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I wrote the library in Visual Basic and for using it you will need the "Visual 
Basic for Windows Phone Developer Tools". A restriction is that you have to use 
a Visual Studio Professional, Premium or Ultimate version.

http://www.microsoft.com/download/en/details.aspx?id=9930

Until now I haven't had the time to convert the project to C#, but I will do it 
in future. Also, this project is still in Beta stadium. The final version will 
be written in C#.

greetz 

Maas

Original comment by Maas...@gmail.com on 24 Jul 2011 at 1:55

GoogleCodeExporter commented 8 years ago
Thanks this solves the issue :)

Original comment by adnan4...@gmail.com on 24 Jul 2011 at 3:59

GoogleCodeExporter commented 8 years ago
Done

Original comment by Maas...@gmail.com on 24 Jul 2011 at 4:04