c# - Unable to find the report in the manifest resources - Please build the project, and try again -


i trying fix problem my previous question when read changing build action compile , copy output copy always fix issue didnt. tried reverting previous settings didn't fix anything. nothing mentioned here , here helped either. how can fix error?

public override string resourcename {     {         return "printorder.rpt";     }     set {         // nothing     } }  public override string fullresourcename {     {         return "gharaanganresturantmanagement.printorder.rpt";     }     set {         // nothing     } } 


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -