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

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -