Yep, the search works now.
I have another error, but have to wait for my activation mail for the forum...
Code: Select all
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.InvalidCastException: Die angegebene Umwandlung ist ungültig.
bei System.Data.SQLite.SQLiteDataReader.VerifyType(Int32 i, DbType typ)
bei System.Data.SQLite.SQLiteDataReader.GetInt64(Int32 i)
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
bei System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bei System.Data.Common.Internal.Materialization.Shaper.ErrorHandlingValueReader`1.GetValue(DbDataReader reader, Int32 ordinal)
bei System.Data.Common.Internal.Materialization.Shaper.GetPropertyValueWithErrorHandling[TProperty](Int32 ordinal, String propertyName, String typeName)
bei lambda_method(ExecutionScope , Shaper )
bei System.Data.Common.Internal.Materialization.Shaper.HandleEntityAppendOnly[TEntity](Func`2 constructEntityDelegate, EntityKey entityKey, EntitySet entitySet)
bei lambda_method(ExecutionScope , Shaper )
bei System.Data.Common.Internal.Materialization.Coordinator`1.ReadNextElement(Shaper shaper)
bei System.Data.Common.Internal.Materialization.Shaper`1.SimpleEnumerator.MoveNext()
bei System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
bei MediaMonkeyWebInterface.DataGenerator.ListAlbumTracks(Int32 AlbumId)
bei MediaMonkeyWebInterface.MmRequestHandler.Process()
bei MediaMonkeyWebInterface.Manager.OnResponse(HTTPRequestParams& rq, HTTPResponse& rp)
occures, if I click on a returned (matching) album and artist (URL like
http://localhost:8080/?action=list&album=3798).
As soon I get my activation link for your forum, I will post my other findings there.
