the error is:
Compiler Error Message: CS0246: The type or namespace name 'BarnamenevisanTemplateMVC' could not be found (are you missing a using directive or an assembly reference?)
Line 1: @using System.Activities.Statements
Line 2: @using BarnamenevisanTemplateMVC.Models
Line 3: @model IEnumerable
Line 4: @{
i don't know the problem is with the server or what?
sabaPosted Mar 13, 2015, 5:40 AM
i did it but still have this error
Ganesh SarafPosted Mar 13, 2015, 5:35 AM
I think you have to add dll in your application reference folder.
may be it's working.
Thank you