Orchard ImageGallery Module: Missing Orchard.Media - orchardcms

I have installed Orchard 1.7 via the Web Platform Installer. When I add the ImageGallery module or the PrettyGallery modules they install but the features do not enable. If I locate the entries in the Features list both of them report 'Missing: Orchard.Media'. Orchard.Media.dll is present in:
\Modules\Orchard.Fields\bin
\App_Data\Dependencies
Has anybody else had this issue with these modules?
Many Thanks

It's because Orchard.Media is not the default Media module anymore. It's one of the deprecated modules now, download the source code and see the references there.

Related

Android Studio xmlns Error Debugging

I'm getting the following error compiling a program using a 3rd party library:
Error:(xx) No resource identifier found for attribute 'tint' in package 'com.example.mycompany.myapp'
The line xx is inside the xml layout that includes a custom component defined in the library.
cntrlco:tint="42"
The xml namespace documentation says I need the following:
xmlns:cntrlco="http://schemas.android.com/apk/res-auto"
Here's my best guess as to the problem, but if you think otherwise please let me know, this is a guess.
I suspect I don't have the library installed completely. The reason is that the library instructions want the library installed from maven. I'm not up on this technique, but it appears to be a web based auto install that automates dependency installs while performing the primary install. Nice idea, but I can't install using the web (long story), so I included the .aar file locally.
From my research, installing .aar files locally won't look at its dependencies. If this is true and the "tint" property is defined in a dependency, then this would explain the error I'm seeing.
Is there a way to follow the error chain in more detail so I can verify my theory? Along the way, will this help me find the name of the possible missing dependencies so I can see if including them fixes the problem.

Install custom component package in Orchard custom module in Orchard CMS

I have created one module called HellowWorls, i need to install custom nuget packages in this module and need to refer some custom script files.
How to do it?
Any help?
Thanks,

Xamarin Forms unable to resolve Azure storage from nuget package

I'm trying to upload a blob to azure using a shared access signature. I have the token and added the nuget package WindowsAzure.Storage to my project. I've tried both version 7.0.0 and 7.0.1-preview.
For some reason I'm unable to resolve the reference when creating an instance of CloudBlobContainer. Also I've tried to just type the using statement but no luck. All azure documentation points to a version 4.4.0-preview, is this the one I should be using?
azure doc ref https://azure.microsoft.com/da-dk/documentation/articles/storage-xamarin-blob-storage/
Best regards
I would just guess that the docs are outdated with the 4.4.0-preview link instead of a link to the NuGet package:
https://www.nuget.org/packages/WindowsAzure.Storage/
CloudBlobContainer seems to be within the Microsoft.WindowsAzure.Storage.Blob namespace.
I would check to ensure that you actually installed the NuGet package as it may have failed silently with other projects.
EX: http://screencast.com/t/FLhztkeu
Changing the PCL profile worked for me. Bizarre.
After installing the NuGet package, you actually need to change the profile on your Xamarin project. You can do this by going to the shared project -> Options -> General – > C#
Change the Current Profile to PCL 4.5 – Profile111 (I have no idea
of what this does.)
You need to retarget your NuGet packages for this new profile now.
Right click on Packages within the shared project, and you’ll have 5
options here.
Retarget will be available. Click that. (Not shown here, as I’ve
already retargeted)
Rebuild your project
How I figured this out
I stumbled across this Xamarin forum post, where someone had the exact same issue. One user pointed us towards a bug report, where PCL references were not added automatically via NuGet package installation. They recommended retargeting, and it worked! Now I can include the using Microsoft.WindowsAzure.Storage.Blob; namespace.
I have a blog post with more info on this.

Add module to Orchard

I am working on orchard CMS (version 1.8.1) sites with multiple language, I found this one (https://github.com/qt1/orchard_contrib-RM.Localization) is useful, and I would like to add this to my site, but failed to work (I just copied it into, but picker widget cannot be found in dashboard), may someone know how to do and give me some advice?
Regards,
David
If you want to use this module in you Orchard app, you need to add it the the Orchard.sln and compile the application - then the module will be visible in Modules section of the dashboard.
You can also try using an existing package from the Orchard Gallery
Download a package
Go to Modules, and enable Packaging module
Go to Modules -> Installed and click Install a module from your computer
Browse the package and click Install
Now enable the installed module

Nwazet.Commerce doesn't show in Admin Page

I use Orchard 1.7.1, wanting to install E-commerce module.
I have downloaded the latest Nwazet.Commerce source code from bitbuket.
And I placed it in Modules folder.
Open WebMatrix. Click Admin.. There is not any menu being added.
ps.I have installed "Contrib.SecuredSocketLayer"
Question:
1.Should I change Orchard version?
2. Which way is the best to install module that has dependencies.
3. Which part controls Admin part in Orchard.. It confused me a lot.
Thanks.
I expected the same problem, I fix it in the code:
Missing reference for module Nwazet.Commerce : Orchard.MediaPicker
and you need to add "using Orchard.MediaPicker.Fields;" in file ShoppingCartController.cs
For me it fix the problem.

Resources