manifest loader error on CTP 1.5

Hi, I was upgrade MSRS 1.0 to 1.5...

and I try to start SimulationTutorial 2 in Visual Studio 2005..

but I read error message that appears about manifest error.

and I never show simple dash board...

please refer to the following error message.

*** Manifest Loader : Creating service failed :http://schemas.microsoft.com/robotics/2006/01/simpledashboard.html.

Reason: Exception has been thrown by the target of an invocation

........

How can I solve that problem?

[679 byte] By [webchaly] at [2008-2-28]
# 1

Does the DSS node otherwise start? Can you see anything in the console output service?

Also, does it say anything in the manifestloader client service (it should have the results of the load)

Thanks,

Henrik

HenrikFNielsen at 2007-10-3 > top of Msdn Tech,Microsoft Robotics Studio,Microsoft Robotics - Community...
# 2

Please try compiling the project again and clear the contract directory cache with the following commands from the MSRS command prompt and see if it works:

msbuild "samples\SimulationTutorials\Tutorial2\SimulationTutorial2.sln"

del store\contractDirectory*.xml

Then run the SimulationTutorial2

OmidK.Rad at 2007-10-3 > top of Msdn Tech,Microsoft Robotics Studio,Microsoft Robotics - Community...
# 3
this problem still not resolved
raffarein at 2007-10-3 > top of Msdn Tech,Microsoft Robotics Studio,Microsoft Robotics - Community...
# 4

I need to know more about the error to help you.

Run the manifest from MSRS command prompt:

dsshost /p:50000 /t:50001 /m:"samples\Config\SimulationTutorial2.manifest.xml"

then browse to:

http://localhost:50000/console/output

and see if there are any error messages. You can click on each row to get more details.

also browse to:

http://localhost:50000/manifestloaderclient

and view the results of manifest load.

OmidK.Rad at 2007-10-3 > top of Msdn Tech,Microsoft Robotics Studio,Microsoft Robotics - Community...
# 5

Here's more error info. I tried another suggestion where you check for global variables that try to set your platform and MCD and didn't find any.

Exception during service type activationTongue Tiedystem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. > System.IO.FileLoadException: Could not load file or assembly 'GameController.Y2006.M09.Proxy, Version=1.5.507.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'GameController.Y2006.M09.Proxy, Version=1.5.507.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' at Microsoft.Robotics.Services.SimpleDashboard.SimpleDashboardService..ctor(DsspServiceCreationPort pCreate) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. End of inner exception stack trace at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType) at System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.Dss.Services.Constructor.ConstructService.InvokeServiceClassConstructor() at Microsoft.Dss.Services.Constructor.ConstructService.ReflectAndConstructService(ServiceCache Cache)

RexNFX at 2007-10-3 > top of Msdn Tech,Microsoft Robotics Studio,Microsoft Robotics - Community...
# 6

If you are having this problem in the 1.5 CTP please upgrade to the latest release (download 1.5 RTM).

- Make sure all the setup files in the "external" folder are installed correctly.

- Make sure the projects for the services you want to run are compiled with no error.

Thanks

OmidK.Rad at 2007-10-3 > top of Msdn Tech,Microsoft Robotics Studio,Microsoft Robotics - Community...

Microsoft Robotics Studio

Site Classified