Server error in the application /.
Method not found: "System.String
NewsletterStudio.CssInline.CssInlineHelper.InlineCss(System.String, System.String)".
Description: Unhandled exception when running the current web request. Check the batch monitor to see more information about this error and where the error was caused in the code.
Exception details: System.MissingMethodException: method not found: "System.String NewsletterStudio.CssInline.CssInlineHelper.InlineCss(System.String, System.String)".
Source error:
An unhandled exception was generated when executing the current web request. Information about the source and location of the exception can be viewed using exception stack monitoring.
Stack monitoring:
[MissingMethodException: Method not found: "System.String NewsletterStudio.CssInline.CssInlineHelper.InlineCss(System.String, System.String)".]
Can you confirm that you have a reference to the "NewsletterStudio"-package and that you have a "NewsletterStudio.CssInliner.dll"-file in your bin folder?
Just tried this on a fresh install and could not reproduce.
Did you do see this in the installation notes?
Having trouble?
If you're running without debugging (web.config -> system.web -> compilation -> debug = false) you might need to bump the version in /config/clientDependency.config.
Also make sure that to clean your browser cache.
Media Download Link breaks
Hi Markus,
when I insert a media link in the RTE the Link looks like so:
Same as in the preview Test Email I receive in Outlook.
But as soon as the Campaign get mailed out the Links change to this format:
I guess this happens for tracking reasons.
The problem is that these links add a slash (/) to the end of the URL, resulting in a 404 error (page not found):
Do you know a solution?
Thank you
Hi!
Yes, this was fixed in version 3.0.2, whats version are you on right on?
Upgrading should solve the issue.
Release history: https://www.newsletterstudio.org/versions/3/
Hi Markus,
thanks for your reply.
I upgraded from 3.0.0 Beta :( to 3.0.8
Now the following problem occurs.
In both previews I get this error:
Can you please help?
Thanks
Hi!
3.0.8, are you sure about that? 3.0.7 should be the latest version for Umbraco 8.
Strange, I assume that you have built the project and so on?
Did you install the "NewsletterStudio"-package from NuGet? https://www.nuget.org/packages/NewsletterStudio/3.0.7
It depends on https://www.nuget.org/packages/NewsletterStudio.Web/ which depends on the https://www.nuget.org/packages/NewsletterStudio.CssInline/ where this CSS Inliner should be placed.
Can you confirm that you have a reference to the "NewsletterStudio"-package and that you have a "NewsletterStudio.CssInliner.dll"-file in your bin folder?
// m
Sorry, 3.0.7 indeed.
Project built several times.
Installed it via Nuget:
References and dlls are all there:
Just realized that the NewsletterStudio.CssInline.dll is older than the others. Is that OK?
Hi!
Hmm, the inliner could have a lodet date as it is shipped as a separate package and not versioned with the package-releases.
Maybe you could try these things:
Use the “Clear”-feature before build. Make sure all NewsletterStudio-related DLLs from the bin-folder. Try the “Rebuild Solution.
If this does not work. What about a clean install with the package?
It must be related to some DLL being of an older version.
Hi Markus,
I deinstalled all packages and manually deleted all .dll from the bin folder as you said. That probably did the trick!
Than reinstalled and cleared before rebuild.
Preview is working as expected.
Thank you so much.
Have a nice evening.
Regards
Great news! Must have been some old dll that was causing trouble. Very happy to hear that you got it sorted!
All the best!
By the way...
While you're upgrading I would recommend going to this release https://www.nuget.org/packages/NewsletterStudio/3.0.8
Just fixed a couple of issues with encoding if links if special characters are used in the URLs.
This will only effect you if you're using links with characters like åäöü and so on in the URLs.
https://www.newsletterstudio.org/versions/3/
Thanks Markus,
I installed 3.0.8 without any issues.
There is one last minor thing:
It seems as if I lost the state text in the campaigns list where it sais "sent", "draft", etc...:
The DevTools shows no errors in the console. Here is the source:
Have you got any ideas?
Thank you.
Hi!
Once again some health checks:
Could you try to debug the content of the actual HTML-template that is fetched on the network tab?
Hi Markus,
Did you disable the cache in dev tools? (F12, network, "disable cache")
That solved the problem.
Thank you very much!
Great to hear!
Always feel free to reach out if you have any further questions or issues!
Also,
What exact Umbraco-version are you on?
Just tried this on a fresh install and could not reproduce.
Did you do see this in the installation notes?
Having trouble? If you're running without debugging (web.config -> system.web -> compilation -> debug = false) you might need to bump the version in /config/clientDependency.config. Also make sure that to clean your browser cache.
is working on a reply...