Argument type 'System.String' is not assignable to paramter type 'string'
Hello
Once in a while I get to see the following error message in my ASPX:
Argument type 'System.String' is not assignable to parameter type 'string'
(see screenshot)
After disabling and re-enabling the R# add-in the error goes away. I am
running build 919. This sometimes happen when I add a new
<asp:TemplateField>.
Cheers
Gabriel Lozano-Moran
Attachment(s):
11-08-2008 11-56-40.jpg
Please sign in to leave a comment.
I am getting this as well. I get the error on the first parameter for a Html.ActionLink control in the new ASP.Net mvc framework:
<%= Html.ActionLink("Upload new Tables", "UploadTables") %>
Like Gabriel the error goes away if I deactivate and re-activate ReSharper.
I am using VS2008 SP1 with ReSharper 4.1 build 933.
This had been bugging me for quite a while and as for the previous posters it solved my issue deactivating and activating resharper