asp.net site hosting in client ftp windows server Assembly missing error -
this error
server error in '/' application.
compilation error
description: error occurred during compilation of resource required service request. please review following specific error details , modify source code appropriately.
compiler error message: cs0246: type or namespace name 'flickrnet' not found (are missing using directive or assembly reference?)
source error:
line 12: using system.xml.linq; line 13:
line 14: using flickrnet;
line 15: using system.globalization;
line 16:
source file: e:\inetpub\vhosts\thecouncilhost.com\httpdocs\kidzania\flickr_photo.aspx.cs line: 14
e:\inetpub\vhosts\thecouncilhost.com\httpdocs\kidzania\flickr_photo.aspx.cs(14,7): error cs0246: type or namespace name 'flickrnet' not found (are missing using directive or assembly reference?)
e:\inetpub\vhosts\thecouncilhost.com\httpdocs\kidzania\flickr_photo.aspx.cs
this not computer path 1 client windows server path
another 1 file upload after publish web through dot net below error
parser error message: not load assembly 'app_web_login.aspx.cdcab7d2'. make sure compiled before accessing page.
source error:
line 1: <%@ page language="c#" autoeventwireup="true" inherits="kidzania_final.login, app_web_login.aspx.cdcab7d2" %>
check stack trace error:
error cs0246: type or namespace name 'flickrnet' not found (are missing using directive or assembly reference? have flickrnet dll in bin or app_code directory of solution??? if not, add library dll in project , remember check copy local check box while adding reference in project.
Comments
Post a Comment