c# - Serviced Component interface not showing up -


i created serviced component access emails stored in sql server database. has 1 public method.i did apply attributes mentioned in this question

when open component in local component services. can see reademail interface(version: 6.2 of component services)

but when try open @ server can't.(version: 2001.12.4720.3959 of component services)

i'm using .net 3.5

it suspect may have different versions of component services, have other components , show correctly

i figured out. turns out using namespace used in component. changed namespace component , worked


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -