Hi - I have looked very hard through the forums, and your support pages, but I can't work out why I broke my application.
I copied one that I knew was working, and then I made changes to the application.xml within the folder and in the root folder and now I can't get it working any more. I put the new one in.
I have to be honest, I've found this whole setup to be very discouraging and difficult - I thought I was smart, but the more I look into how it all works, the more discouraged I'm getting.
Can someone please advise me on what I've done wrong.
Thanks
Nina
>>>> error
System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. --->
System.Web.Services.Protocols.SoapException: Server was unable to process
request. ---> An item with the same key has already been added.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName,
Object[ parameters)
at
DotNetPanel.EnterpriseServer.esApplicationsInstaller.GetApplications(Int32
packageId, String categoryId)
at
DotNetPanel.Portal.AppInstallerHelpers.GetApplications(String categoryId)
--- End of inner exception stack trace ---
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.Reflection.RuntimeMethodInfo.Invoke(Object
obj, BindingFlags invokeAttr, Binder binder, Object[ parameters, CultureInfo
culture)
at
System.Web.UI.WebControls.ObjectDataSourceView.InvokeMethod(ObjectDataSourceMethod
method, Boolean disposeInstance, Object& instance)
>>>