Hi,
I was able to get the project to buid
I had and English version of XP and the paths are
specified correctly in the config file.
This is what I had to do to get it to build properly
Create the Project
Build the Application andSave it with out running the project
Close Visual Studio and Restart it
Repon the Project and Run it.
It did build and Opened the internet explorer. But then I gets the following JScript Exception
I dont know if it has anything to do with the Build error I was getting
Microsoft JScript runtime error: Unhandled Error in Silverlight 2 Application Exception has been thrown by the target of an invocation. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Delegate.DynamicInvokeImpl(Object[] args)
at System.Delegate.DynamicInvoke(Object[] args)
at System.Windows.Threading.DispatcherOperation.Invoke()
This is a message displayed in visual Studio in eval code.txt file created at run time
throw new Error("Unhandled Error in Silverlight 2 Application Exception has been thrown by the target of an invocation. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)\n at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)\n at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)\n at System.Delegate.DynamicInvokeImpl(Object[] args)\n at System.Delegate.DynamicInvoke(Object[] args)\n at System.Windows.Threading.DispatcherOperation.Invoke()");
Thanks
Tim