Project
ReSharper
Priority
Critical
Type
Bug
Fix versions
4.5.1
State
Fixed
Assignee
Alexander Zverev
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Sergey Coox
    2 years ago (08 Apr 2009 18:49)
  • Updated by   Sergey Coox
    2 years ago (24 Apr 2009 21:44)
  • Jira: RSRP-102717
    (history, comments)
 
RSRP-102717 Create from usage in ASP VS2005 creates PRIVATE method that is not accessible
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div>
       <%=foo() %>
    </div>
    </form>
</body>
</html>



Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments