Downloaded and Installed 1.6.329.0.
Configured and added Repositories to point to existing repos in C:\Repositories"
The error occurs in trying to browse a new Project which has been created in SVN.
Created a new repository in SVN (Collabnet Edge on Windows Server 2012 R2)
In BugNet:
Selected Project=>Repository.
The Source error is:
```
Line 1: <%@ Page language="c#" Inherits="BugNET.SvnBrowse.SubversionBrowser" MasterPageFile="~/Shared/SingleColumn.master" Title="Source" MaintainScrollPositionOnPostback="true" Codebehind="SubversionBrowser.aspx.cs" %>
```
I have a copy of the latest Source and the SvnBrowse.SubversionBrowser.aspx shows:
```
<%@ Page language="c#" Inherits="BugNET.SvnBrowse.SubversionBrowser" MasterPageFile="~/Shared/SingleColumn.master" Title="Source" MaintainScrollPositionOnPostback="true" Codebehind="SubversionBrowser.aspx.cs" %>
<asp:Content ContentPlaceHolderID="PageTitle" runat="server" ID="content5">
</asp:Content>
<asp:Content ContentPlaceHolderID="Content" runat="server" ID="content1">
<iframe id="mainFrame" width="100%" height="1000" src="<%= RepoUrl %>" frameborder="0" scrolling="auto" marginheight="0" marginwidth="0"></iframe>
</asp:Content>
```
Configured and added Repositories to point to existing repos in C:\Repositories"
The error occurs in trying to browse a new Project which has been created in SVN.
Created a new repository in SVN (Collabnet Edge on Windows Server 2012 R2)
In BugNet:
Selected Project=>Repository.
The Source error is:
```
Line 1: <%@ Page language="c#" Inherits="BugNET.SvnBrowse.SubversionBrowser" MasterPageFile="~/Shared/SingleColumn.master" Title="Source" MaintainScrollPositionOnPostback="true" Codebehind="SubversionBrowser.aspx.cs" %>
```
I have a copy of the latest Source and the SvnBrowse.SubversionBrowser.aspx shows:
```
<%@ Page language="c#" Inherits="BugNET.SvnBrowse.SubversionBrowser" MasterPageFile="~/Shared/SingleColumn.master" Title="Source" MaintainScrollPositionOnPostback="true" Codebehind="SubversionBrowser.aspx.cs" %>
<asp:Content ContentPlaceHolderID="PageTitle" runat="server" ID="content5">
</asp:Content>
<asp:Content ContentPlaceHolderID="Content" runat="server" ID="content1">
<iframe id="mainFrame" width="100%" height="1000" src="<%= RepoUrl %>" frameborder="0" scrolling="auto" marginheight="0" marginwidth="0"></iframe>
</asp:Content>
```