vs 2005, build 255, a lot of "errors"?
Installed the build 255 for vs2005, even though the project builds fine and runs ok, it display a lot of bogus error. The sample project I am using is here:
http://community.codesmithtools.com/forums/9589/PostAttachment.aspx
for example, open one of cs files controls\admin\ordersUC.ascx.cs, resharper display more than 150 errors.
what am I missing?
Please sign in to leave a comment.
catkin,
Unfortunately ReSharper does not support treating web controls located in
different folders as if they belong to different assemblies. As a result
there are a lot of duplicated definitions for controls with the same names,
i.e.
there are 2 CategoriesUC.ascx in Web\Controls\Admin\ and
Web\Controls\Admin\Controls\Admin\
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
So is this because the project doing something that it shouldn't do, or resharper just can't handle it for now and will be fix it later?
Thanks.
catkin,
ReSharper does not handle it for now and unfortunately will not be able to
handle in 2.0 in any bugfix update, but we'll fix the problem by the next
major release.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
hi, Sergey,
I am willing to make change on my end...
In order for Resharper to work, what should I change in the codes?
Thanks.
The only thing, that will work is to rename controls to have different
names.
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"