home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
HowTo: Building MediaPortal with Borland C#Builder Personal
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Mr.Mitchell" data-source="post: 467" data-attributes="member: 10300"><p>OK, I think I found the problem. Actually there are 2 problems I think.</p><p></p><p>Problem 1:</p><p> The .csproj files have absolute paths in them. For example the GUIMusic.csproj file has:</p><p>HintPath = "..\..\..\WINDOWS\Microsoft.NET\Managed DirectX\v9.00.0900\Microsoft.DirectX.dll"</p><p></p><p>which is the place where C# Builder is searching for the component. So it seems that C# Builder is using that information to resolve the references. Since I have my workingcopy located on the D: it ends up in the wrong place.</p><p></p><p>Problem 2:</p><p>In the .csproj files some references point to HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll" which on my system does not have the requested files. On my system I DO have the files in the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder (note the difference in versionnumber). Do I have a wrong version of .NET installed? I only installed it a week ago.</p></blockquote><p></p>
[QUOTE="Mr.Mitchell, post: 467, member: 10300"] OK, I think I found the problem. Actually there are 2 problems I think. Problem 1: The .csproj files have absolute paths in them. For example the GUIMusic.csproj file has: HintPath = "..\..\..\WINDOWS\Microsoft.NET\Managed DirectX\v9.00.0900\Microsoft.DirectX.dll" which is the place where C# Builder is searching for the component. So it seems that C# Builder is using that information to resolve the references. Since I have my workingcopy located on the D: it ends up in the wrong place. Problem 2: In the .csproj files some references point to HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll" which on my system does not have the requested files. On my system I DO have the files in the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 folder (note the difference in versionnumber). Do I have a wrong version of .NET installed? I only installed it a week ago. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
HowTo: Building MediaPortal with Borland C#Builder Personal
Contact us
RSS
Top
Bottom