Oh yes, I also had this, you must open MediaPortal.csproj file. find line 408 and delete extra quotation-marks. Original line has "'something here'" and should be "something here".
Great I got round that bit and it's all compiling. Now when I run MP under debug I can see it's falling over because the mediaportal.exe.config file doesn't exist. I run the configuration.exe app, but this obviously doesn't generate that file. So the question is, what, does, and how do I do it for myself ?
I cant find the following files to compile from your list.
DShowNET
DirectX.Capture
guilib
Util
Home
TagReader
MusicDatabase
SubTitleReader
VideoPlayer
PlayList
GUIMusic
PictureDatabase
GUIPictures
TVDatabase
TVCapture
GUITV
VideoDatabase
GUIVideoFiles
GUIVideoFullScreen
GUIWeather
nzlib (in the directory mp3TagReader)
mp3TagReader
SetupScreens
SMIReader
SRTReader
What version is this for?
Does someone have that order and files for the latest build?
The first post is quite old, so maybe new version of C# builder has been released. Also the code in MP has been restructured and we moved to .NET 2.0.
So I am not sure how usefull the information is. But if you manage to build MP with C# builder it would be nice if you could post your results in this thread.
BTW: Is there any special reason you are not using Visual C# Express? There is a solution file maintained by the MP dev team and it is free.