Visual c problems (1 Viewer)

m.standish

Portal Pro
July 9, 2006
174
8
Wakefield
Home Country
United Kingdom United Kingdom
Hi ive just followed the directions to a t from the how to`s on programming a plugin.

whenever i build a release (or debug) i get errors that it cant find
Error 2 'Z:\Applications\Media portal\DEVELOPMENT\Source\Utils\bin\Release\Utils.dll' could not be found Core

Im getting this for about 70 of the same?

Ive loaded the svn, then immedialtly built and get the same

The mediportal.sln, on loading says this ver cant use soloutions, so i tried the mediaportal c#epress version, this loaded ok but also gives above errors




Any help?

Using Vis C# Express

Just downloading Vis studio 2003 now to see if it makes a diff
 

samuel337

Portal Pro
August 25, 2004
772
0
Melbourne, Australia
Use the express solution file if you're using VS C# Express.

Try doing a rebuild - right click on the MediaPortal solution header in Solution Explorer and click rebuild (or find the Build menu and click Rebuild).

If that doesn't work, check the references in the project and see if they're ok (if not, they'd have a yellow exclamation sign attached). Re-add the references if needed.

Sam
 

mPod

Portal Pro
January 26, 2005
2,084
3
Berlin
Home Country
Germany Germany
The very first error tells you what's going on. That it can't find Utils.dll is just a result of the first build error.
 

Users who are viewing this thread

Top Bottom