James222
Joined: 29 Aug 2010 |
Posts: 0 |
|
|
 |
Posted: Tue Aug 31, 2010 6:08 am |
|
 |
 |
 |
 |
i need some help in compiling the source and being able to view it in visual studio as well as run it,
i did every thing it said in the wiki but when i open it there are like 120 errors, the problem is after it compiles the calm win app file
but i get this problem
The type or namespace name 'SQLite' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
The type or namespace name 'SQLiteConnection' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'SQLiteCommand' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'SQLite' does not exist in the namespace 'System.Data' (are you missing an assembly reference?)
The type or namespace name 'ICSharpCode' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'ICSharpCode' could not be found (are you missing a using directive or an assembly reference?)
these all occured in
ClamWinDatabase.cs
ClamWinMainForum.designer.cs
ClamWinQuarentine.cs
i am having a lot of trouble with compiling this if some one could please compile it in visual studio form all ready to go and post it on media fire, or rapid share ect, i would be really great full.
any help would be appriciated thank you all
James
|
|
alch
Site Admin
Joined: 27 Nov 2005 |
Posts: 0 |
|
|
 |
Posted: Tue Aug 31, 2010 8:39 am |
|
 |
 |
 |
 |
you are trying to build an unfinished and not supported clamwin GUI in .NET. It is no longer developed or maintained.
Howto for the active project is here:
https://clamwin.svn.sourceforge.net/viewvc/clamwin/trunk/clamwin/INSTALL?revision=723
|
|