New to .NET 05: Media Portal Build question: (1 Viewer)

mamikel

Portal Member
March 2, 2006
8
1
Hi,

I'm new to .NET 2005 and no doubt like 2003 there will probably be things I'll never "need" to know. But, one which may be handy is an explanation of what this means and secondly, why does .NET 05 care?

The following module was built either with optimizations enabled or without debug information:

D:\~\medialportal\xbmc\bin\Release\MediaPortal.exe

To debug this module, change its project build configuration to Debug mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option


Also, is the the Xbox media centre or is it entirely unrelated? :) (i.e. Does it actually need to be included in the MP build?)

many thanks

Matt
 

samuel337

Portal Pro
August 25, 2004
772
0
Melbourne, Australia
That message just means .NET 2.0 can't debug the application because the debug symbols (the .pdb files) were not included. This is the same as in .NET 1.1, but I guess they're just making it more obvious. Where are you encountering this message anyway? I've never seen it before.

2nd question - MP was built from XBMC (the lead dev of MP use to develop for XBMC) but at the current point in time, I don't think there are any XBMC remnants, particularly given that XBMC was written in C++ but MP is in C# (with bits of C++). So that XBMC reference you're seeing there is just legacy.

Sam
 

Users who are viewing this thread

Top Bottom