user242408
user242408

Reputation:

Unhandled Exception in XAML - How to solve?

Please help me to understand the problem and solve this: this http://img689.yfrog.com/img689/5357/errornj.jpg Thanks !

Upvotes: 0

Views: 702

Answers (4)

Sevki
Sevki

Reputation: 3682

try removing the assembly and its footprint from app.config if there is one and try adding the library again. also check from the project props that you are targeting the correct framwork version...

Upvotes: 0

Johnny DropTables
Johnny DropTables

Reputation: 656

You are trying to access a control or trigger that does not exist, from xaml.

Upvotes: 0

kiwipom
kiwipom

Reputation: 7709

If it executes OK, but you cannot see the library at design-time, I wonder if it's because the dll is 'locked'?

I had exactly this problem here

Upvotes: 0

SirDemon
SirDemon

Reputation: 1758

It looks like an assembly is missing, it may be Microsoft.Expression.Interactions or something that assembly itself needs. It could also be the required version or public key token is incorrect.

Upvotes: 1

Related Questions