Project
ReSharper
Priority
Major
Type
Bug
Fix versions
3.0.2
State
Fixed
Assignee
Dmitry Lomov
Subsystem
Psi
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Sergey Coox
    5 years ago (05 Aug 2006 19:11)
  • Updated by   Olga Lobacheva
    22 months ago (14 Jul 2010 17:51)
  • Jira: RSRP-12929
    (history, comments)
 
RSRP-12929 Parser problem - misplaced error element
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
<%@ Page Language="C#" %>
<%
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<script runat="server">
int x = 0;
</script>
</head>
</html>


Issue was closed
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Valentin Kipiatkov
  Valentin Kipiatkov
08 Aug 2006 08:58
5 years ago
Re: #12929- Parser problem - misplaced error element
It's green now.