- July 29, 2011
- 9
- 0
Hi guys, I'm trying to get Media Portal 1 set up with Microsoft Visual Studio 1 so I can play with the source code and features.
My current problem is: One or more of your projects in the solution were not loaded properly. Please see the output window for help.
Output:
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\PowerScheduler.Interfaces\PowerScheduler.Interfaces.csproj : error : Unable to read the project file 'PowerScheduler.Interfaces.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\PowerScheduler.Interfaces\PowerScheduler.Interfaces.csproj: The project file could not be loaded. Could not find a part of the path 'C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\PowerScheduler.Interfaces\PowerScheduler.Interfaces.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\DirectShowLib\DirectShowLib.csproj : error : Unable to read the project file 'DirectShowLib.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\DirectShowLib\DirectShowLib.csproj: The project file could not be loaded. Could not find a part of the path 'C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\DirectShowLib\DirectShowLib.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\Common.Utils\Common.Utils.csproj : error : Unable to read the project file 'Common.Utils.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\Common.Utils\Common.Utils.csproj: The project file could not be loaded. Could not find a part of the path 'C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\Common.Utils\Common.Utils.csproj'.
What I notice so far is that Common-MP-TVE3 is not a folder on my desktop. Do I need to download something else?
I got the source code using TortoiseSVN at location: https://sources.team-mediaportal.com/svn/public/trunk/mediaportal
I'm thinking that I may need: https://sources.team-mediaportal.com/svn/public/trunk/Common-MP-TVE3/ as well?
My current problem is: One or more of your projects in the solution were not loaded properly. Please see the output window for help.
Output:
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\PowerScheduler.Interfaces\PowerScheduler.Interfaces.csproj : error : Unable to read the project file 'PowerScheduler.Interfaces.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\PowerScheduler.Interfaces\PowerScheduler.Interfaces.csproj: The project file could not be loaded. Could not find a part of the path 'C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\PowerScheduler.Interfaces\PowerScheduler.Interfaces.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\DirectShowLib\DirectShowLib.csproj : error : Unable to read the project file 'DirectShowLib.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\DirectShowLib\DirectShowLib.csproj: The project file could not be loaded. Could not find a part of the path 'C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\DirectShowLib\DirectShowLib.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\Common.Utils\Common.Utils.csproj : error : Unable to read the project file 'Common.Utils.csproj'.
C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\Common.Utils\Common.Utils.csproj: The project file could not be loaded. Could not find a part of the path 'C:\Users\SoftwareSkull\Desktop\Common-MP-TVE3\Common.Utils\Common.Utils.csproj'.
What I notice so far is that Common-MP-TVE3 is not a folder on my desktop. Do I need to download something else?
I got the source code using TortoiseSVN at location: https://sources.team-mediaportal.com/svn/public/trunk/mediaportal
I'm thinking that I may need: https://sources.team-mediaportal.com/svn/public/trunk/Common-MP-TVE3/ as well?
New Zealand