I received this error "A critical error has occurred. Object reference not set to an instance of an object." when I add the Smith.BuyNow module into a new page.
Hope that someone can help. Thanks.
Event Log:
AssemblyVersion: 6.2.5
PortalID: 0
PortalName: My Website
UserID: 1
UserName: host
ActiveTabID: 230
ActiveTabName: Store
RawURL: /SmithCart/Store.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://127.0.0.1/Admin/LogViewer.aspx
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: f348c5cd-3399-4d4b-b043-2cb31783cfde
InnerException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Smith.Modules.Common.Resources.resources" was correctly embedded or linked into assembly "SmithCommon" at compile time, or that all the satellite assemblies required are loadable and fully signed.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing
StackTrace:
Message: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Smith.Modules.Common.Resources.resources" was correctly embedded or linked into assembly "SmithCommon" at compile time, or that all the satellite assemblies required are loadable and fully signed. at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(String fileName) at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(CultureInfo culture, Dictionary`2 localResourceSets, Boolean tryParents, Boolean createIfNotExists, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo requestedCulture, Boolean createIfNotExists, Boolean tryParents, StackCrawlMark& stackMark) at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) at System.Resources.ResourceManager.GetString(String name, CultureInfo culture) at Smith.Modules.Common.Trial.TrialLabel..ctor(String modules) at Smith.Modules.Common.SmithModuleBase.UseLicense(IEnumerable`1 keys, DateTime date) at Smith.DNN.Modules.BuyNow.StoreModuleBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at DotNetNuke.UI.Modules.ModuleHost.InjectModuleContent(Control content) at System.Web.UI.Control.EnsureChildControls() at DotNetNuke.UI.Containers.Container.get_ModuleControl() at DotNetNuke.UI.Containers.Container.ProcessModule() at DotNetNuke.UI.Skins.Pane.InjectModule(ModuleInfo module)