开发者

The referenced dll could not available in the page

开发者 https://www.devze.com 2022-12-30 17:50 出处:网络
Hii, I have created a class file with a name space of name1. I have created the dll for that. I 开发者_高级运维referenced this dll in my webapplication. But in the namespace section i can\'t get this

Hii,

I have created a class file with a name space of name1. I have created the dll for that. I 开发者_高级运维referenced this dll in my webapplication. But in the namespace section i can't get this namespace 'name1' in the intellisence. I am using the .net 3.5 frame work


Is the class public? Only public classes are visible to other projects. And if a namespace has no public classes, Intellisense won't display the namespace, either.

0

精彩评论

暂无评论...
验证码 换一张
取 消