arashnorouzi / Moon-APNS

A free open source c# library for sending Apple Push Notifications in any .net application.
http://arashnorouzi.wordpress.com
90 stars 45 forks source link

Referencing Moon-APNS in ASP.Net #1

Open danshneider opened 12 years ago

danshneider commented 12 years ago

Hi, I am trying to reference the Moon-APNS dll files (From the Moon-APNS project \bin\Release\ directory) to my asp.net project with no success. Do I simply need to reference all dll files (Which?) and then start using the methods? Is there a step-by-step procedure?

Could you please give a hint?

Thanks a lot, Dan

ghost commented 12 years ago

Hi Dan,

Full documentation is on it's way and should only be a few more days, until then have a read of http://arashnorouzi.wordpress.com/ and if you still have questions feel free to let me know.

In regards to adding a reference to the Moon-APNS DLL are you getting an error?

Cheers,

Daniel

danshneider commented 12 years ago

Daniel, Thanks a lot for the reply. Referencing to the dll, I get a yellow mark. Tried to change the .NET framework version.

Dan

On Tue, Oct 11, 2011 at 11:32 PM, Coder Hulk < reply@reply.github.com>wrote:

Hi Dan,

Full documentation is on it's way and should only be a few more days, until then have a read of http://arashnorouzi.wordpress.com/ and if you still have questions feel free to let me know.

In regards to adding a reference to the Moon-APNS DLL are you getting an error?

Cheers,

Daniel

Reply to this email directly or view it on GitHub: https://github.com/arashnorouzi/Moon-APNS/issues/1#issuecomment-2371527

Dan Shneider Linkedin: http://www.linkedin.com/in/danshneider facebook: facebook.com/dan.shneider

ghost commented 12 years ago

Dan,

I will be doing some significant improvements to this project over the next few weeks with Arash so would love any feedback you have.

What version of the .NET framework is the project you are adding the DLL to? Does the location you added the DLL from still exist?

You can confirm the location of the DLL by right clicking on the reference and clicking properties this will show you the path to the DLL being used.

Is your project on Github or somewhere publicly I could take a look at and assist you further?

Cheers,

Daniel

izzwan commented 12 years ago

Hi,

I am currently trying to reference "Moon-APNS" dll (Moon-APNS /Bin/Release/MoonAPNS.dll) into an asp.net system but it always show this error when building: "Could not load file or assembly 'MoonAPNS' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded."

Is it possible for me to refer it into the system? I am now using Visual Studio 2005 and .NET 2.0 to develop the system.

Thank you. Izzwan