<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>EasyCSharp Help</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.样式1 {font-size: 12px}
.样式2 {
font-size: 14px;
font-weight: bold;
}
.样式3 {font-size: 14px}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>
<body>
<p class="样式1">Please contact me at <a href="mailto:dingyidn@gmail.com">dingyidn@gmail.com</a> if you have any suggestions. Thanks! </p>
<p class="样式2">How To </p>
<ol>
<li class="样式3"><a href="#1">Use Projects</a></li>
<li class="样式3"><a href="#2"> Change .NET Framework Version</a></li>
<li class="样式3"><a href="#3">Edit Config File</a> </li>
<li class="样式3"><a href="#4">Add Reference</a></li>
<li class="样式3"><a href="#5">Add Web Reference</a></li>
</ol>
<p> </p>
<p><strong><a name="1"></a>User Project </strong></p>
<p class="样式1">1.Create New Project</p>
<p class="样式1">Click File—>New Project . Enter the project path and the project name ,then you can create a new project.</p>
<p class="样式1">2.Open Project</p>
<p class="样式1">Click File—>Open Project. Choose the EasyCSharp Project File(*.ecsproj), and then open it.</p>
<p class="样式1">Another way : You can also click the EasyCSharp Project File(*.ecsproj).(Registration document types first) </p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p><strong><a name="2" id="2"></a>Change .NET Framework Version</strong></p>
<p class="样式1">The easiest way :Delete ECSConfig.config,and then launch EasyCSharp2.0.exe again,then you can choose the .NET Framework </p>
<p class="样式1">Version.</p>
<p class="样式1">Another way:You can also edit the ECSConfig.config if you know something about XML.</p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p><strong><a name="3" id="3"></a>Edit Config File</strong></p>
<p class="样式1">if you want to add new reference in config file,you can insert following text:(Example)</p>
<p class="样式1"> <ProjectFile><br>
<FileType>Dll</FileType><br>
<Editing>false</Editing><br>
<FileName>System.Data.dll</FileName><br>
<FilePath>E:\WINNT\Microsoft.NET\Framework\v1.1.4322\</FilePath><br>
</ProjectFile></p>
<p class="样式1">also you can delete them.</p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p><strong><a name="4" id="4"></a>Add Reference</strong></p>
<p class="样式1">If you want to add Reference in a project,you can click the menu Project—>Add Reference.But you could't add a COM </p>
<p class="样式1">Assembly,only .NET Assembly.</p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p><strong><a name="5" id="5"></a>Add Web Reference </strong></p>
<p class="样式1">If you want to add Web Reference in a project,you can click the menu Project—>Add Web Reference.Then enter the URL,if it's</p>
<p class="样式1">successful,a '*.cs' file will be added in project.If failed,EasyCSharp will tell you it.</p>
<p class="样式1"> </p>
<p class="样式1"> </p>
<p class="样式1"> </p>
</body>
</html>