c# - Error on live server and not on local server -


i error

cs0122: 'resources.brakeshoe' inaccessible due protection level 

on line

line 12:        <asp:panel defaultbutton="btnsearchpart" id="divsearch" clientidmode="static" runat="server" cssclass="form-horizontal divsearch"> line 13:             <div class="control-group"> line 14:                 <label class="control-label"><%=resources.brakeshoe.bs_drumdia %></label> line 15:                 <div class="controls"> line 16:                     <span>from:</span> 

i'm getting after publish project , upload server. on development computer work fine. tried delete files , upload them again , it's dosen't work.

error states brakeshoe not accessible, make brakeshoe public rebuild , deploy may help.

you can revere engineer existing dll find if brakeshoe has proper access specifier.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -