smsohan / MvcMailer

A Mailer for ASP.Net MVC that forms the Email Body using MVC Views (Razor etc.) following Ruby on Rails ActionMailer style
MIT License
584 stars 178 forks source link

NuGet package MvcMailer3 Not Complete #64

Closed gdessler closed 11 years ago

gdessler commented 11 years ago

Created a default MvcApplication project template and added the MvCMailer NuGet package.

The Mailer classes have a compiler error:

Error 8 The type or namespace name 'MvcMailMessage' could not be found (are you missing a using directive or an assembly reference?)

There is reference to the MvcMailer.dll classes in the project. The NuGet package is not installing the compiled assemblies.

smsohan commented 11 years ago

Please check the updated version. The older one had a corrupted dll file. Sorry for that.

gdessler commented 11 years ago

Great, not a problem. Nice tool!

Sent from my iPhone

On 2012-10-12, at 12:25 PM, SM Sohan notifications@github.com wrote:

Please check the updated version. The older one had a corrupted dll file. Sorry for that.

— Reply to this email directly or view it on GitHub.

tim-butler-guardian commented 11 years ago

hmm i just installed from Manage NuGetPackage in VS and got this error, so it might be pulling the old one still fyi

caglardursun commented 10 years ago

When I try 2 install from visual studio ui (Not the nuget command line) I got the same error