Please contact me at dingyidn@gmail.com if you have any suggestions. Thanks!

How To

  1. Use Projects
  2. Change .NET Framework Version
  3. Edit Config File
  4. Add Reference
  5. Add Web Reference

 

User Project

1.Create New Project

Click File—>New Project . Enter the project path and the project name ,then you can create a new project.

2.Open Project

Click File—>Open Project. Choose the EasyCSharp Project File(*.ecsproj), and then open it.

Another way : You can also click the EasyCSharp Project File(*.ecsproj).(Registration document types first)

 

 

 

Change .NET Framework Version

The easiest way :Delete ECSConfig.config,and then launch EasyCSharp2.0.exe again,then you can choose the .NET Framework

Version.

Another way:You can also edit the ECSConfig.config if you know something about XML.

 

 

 

Edit Config File

if you want to add new reference in config file,you can insert following text:(Example)

<ProjectFile>
<FileType>Dll</FileType>
<Editing>false</Editing>
<FileName>System.Data.dll</FileName>
<FilePath>E:\WINNT\Microsoft.NET\Framework\v1.1.4322\</FilePath>
</ProjectFile>

also you can delete them.

 

 

 

Add Reference

If you want to add Reference in a project,you can click the menu Project—>Add Reference.But you could't add a COM

Assembly,only .NET Assembly.

 

 

 

Add Web Reference

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

successful,a '*.cs' file will be added in project.If failed,EasyCSharp will tell you it.