FlickrNet

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/24/2013 4:04:22 PM
Gravatar
Total Posts 3

FlickrNet

Please advise if it is possible to use FlickrNet in a custom feature.

I've dropped the flickrnet.dll into the Web project's bin folder and added a reference to it but I get the error message 'The given key was not present in the dictionary.' as soon as I add my new feature containing FlickrNet to a page. In fact, the Page_Load event does not get called before the error message is displayed.

Any input about the source of the error message would be appreciated.

Thanks

4/24/2013 4:11:06 PM
Gravatar
Total Posts 3

Re: FlickrNet

Forgot to add that I'm also using the 'FlickrGallery' and 'FlickrSlideShow' in this same site without problems. In fact, the 'FlickrGallery' is on the same page as my failing FlickrNet custom feature.

4/25/2013 12:53:52 PM
Gravatar
Total Posts 18439

Re: FlickrNet

Anything that is possible at all in a web app is possible in a custom feature.

I don't know anything about that library but guessing from the error it sounds like some configuration is missing. I recommend read their documentation thoroughly and see if they require you to add any web.config settings. Or if you are configuring it from code you may need to do in OnInit rather than page load.

4/25/2013 2:11:11 PM
Gravatar
Total Posts 3

Re: FlickrNet

Appreciate your response but found the problem was mine and not in FlickrNet.

I was debugging the application behind a firewall that would not pass through the Flickr two-way handshaking required for authentication.

Thanks

You must sign in to post in the forums. This thread is closed to new posts.