| |||||||
| Development You want to code something for the TV-Server? Share it in here! |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Feb 2006
Posts: 629
Thanks: 5
Thanked 72 Times in 52 Posts
| Hi, How can I debug my plugin with vs 2005 Express without adding Mediaportal project in mine or my plugin in Mediaportal project ? In a prvious install on my PC, I could do it, but I had to reinstall my PC and now I don't remenber how I configure it to do so, but in my project, I entered in debug mode with the F5 function (Mediaportal was automaticly compiled) and I don't add that project into mine.... |
| | |
| | #3 (permalink) |
| Portal Designer | I don't know about 2005, but I ran 2008 express for a bit. The express line seems to miss configuration options to start external programs and attach to them. To my surprise, a project that was done in 2008 prof and then opened in express did launch and connect to the external app though, you just can't configure it inside VS. Locate you're csproj.user file, and in the config you want, try adding the following: Code: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartAction>Program</StartAction>
<StartProgram>h:\MP2\xbmc\bin\Release\mediaportal.exe</StartProgram>
<RemoteDebugEnabled>false</RemoteDebugEnabled>
<StartWorkingDirectory>h:\MP2\xbmc\bin\Release\</StartWorkingDirectory>
</PropertyGroup>
Again I don't know if this works in 2005 express.
__________________ There are only two industries that refer to their customers as "users". - Edward Tufte |
| | |
| | #4 (permalink) | |
| Portal Member Join Date: Feb 2006
Posts: 629
Thanks: 5
Thanked 72 Times in 52 Posts
| Quote:
It works fine ! | |
| | |
![]() |
| Bookmarks |
| Tags |
| 2005, debug, express, plugin |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Compiling MS Visual C# 2005 Express Edition | GadgetMan | General Development (no feature request here!) | 1 | 2007-07-05 09:19 |
| SQL Express 2005 crashing with Vista | martin_gren | Get Support | 4 | 2007-01-31 17:18 |
| Microsoft Visual C# 2005 Express Edition | ohdarklord | General Development (no feature request here!) | 3 | 2007-01-09 07:32 |
| VS 2005 express compile error | bevpet | General Development (no feature request here!) | 2 | 2005-11-27 08:33 |
| Visual Studio 2005 express | AllenConquest | General Development (no feature request here!) | 2 | 2005-02-11 10:42 |