Any early reports on this? I thought it would be safer to use the 7.3 tree for now. Going to 7.3 was painful enough :). (I mean Umbraco in general not NLS).
Yes, we always keep the package compatible with the latest releases. If there is no major breaking change it will run just fine when HQ releases new versions of Umbraco.
I got this error when trying to install on 7.4.1 ... not sure if it's to do with my site or the package:
Edit: Turns out my IIS Application Pool needed Enable 32-Bit Applications set to true.
I'll leave this here just in case anyone else encounters it.
Server Error in '/' Application.
Could not load file or assembly 'NewsletterStudio.DLL' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.BadImageFormatException: Could not load file or assembly 'NewsletterStudio.DLL' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[BadImageFormatException: Could not load file or assembly 'NewsletterStudio.DLL' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)]
System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +0
System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks) +210
System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection) +242
System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +17
System.Reflection.Assembly.Load(String assemblyString) +35
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +122
[ConfigurationErrorsException: Could not load file or assembly 'NewsletterStudio.DLL' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)]
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +12497268
System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +499
System.Web.Configuration.AssemblyInfo.get_AssemblyInternal() +131
System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +331
System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded) +148
System.Web.Compilation.BuildManager.ExecutePreAppStart() +172
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +1151
[HttpException (0x80004005): Could not load file or assembly 'NewsletterStudio.DLL' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12618980
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12458597
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34280
7.4 compatibility?
Any early reports on this? I thought it would be safer to use the 7.3 tree for now. Going to 7.3 was painful enough :). (I mean Umbraco in general not NLS).
Hi!
Yes, we always keep the package compatible with the latest releases. If there is no major breaking change it will run just fine when HQ releases new versions of Umbraco.
// m
Sounds great.
I got this error when trying to install on 7.4.1 ... not sure if it's to do with my site or the package:
Edit: Turns out my IIS Application Pool needed Enable 32-Bit Applications set to true.
I'll leave this here just in case anyone else encounters it.
Hi!
Thanks for sharing your solution! Was it only the newsletterstudio.dll that had problems without 32-bit or other dlls as well?
// m
The site was running fine - only threw that error during install of the Newsletter Studio package.
I haven't got many other packages installed though, so it quite probably would do the same thing with others.
Just had to flip that setting, uninstall / reinstall the package, working fine now!
Okey - Thanks!
is working on a reply...