本文介绍了添加服务时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在.net中添加服务时出现此错误
类型或名称空间名称' Service1'找不到(您是否缺少using指令或程序集引用?)
您可以帮忙吗?
i am getting this error while adding service in .net
The type or namespace name 'Service1' could not be found (are you missing a using directive or an assembly reference?)
can u help??
推荐答案
这篇关于添加服务时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!