I've created a new umbraco site, and a restored an old site's DB(SqlServer 2005) into my new site's DB(SqlServer 2008). I expected to see the old contents in my new site, but it doesn't happen. I'll mention that both sites using umbraco v4.7
Those are the exceptions I get:
Is there a way to debug them? maybe someone had this promlem and is able to help me..
The type System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] is not supported because it implements IDictionary.
can't see the content tree in umbraco 4.7
Hi,
I've created a new umbraco site, and a restored an old site's DB(SqlServer 2005) into my new site's DB(SqlServer 2008). I expected to see the old contents in my new site, but it doesn't happen. I'll mention that both sites using umbraco v4.7
Those are the exceptions I get:
Is there a way to debug them? maybe someone had this promlem and is able to help me..
Ben
When I try to access http://localhost:85/umbraco/webservices/TreeClientService.asmx, I get the following error:
The type System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] is not supported because it implements IDictionary.
is working on a reply...