Hi all , I'm developing silverlight 5 app use CSLA 4.13
and currently i have an error said :
Unable to find assembly 'AIS.EfDal, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.
BUT I have that file on the requested folder
This error raise when I tried to create a command object to run on server which is on execute method
I use BO to do my algorithm
Is there any suggestions or guess ?
thanks a lot
Clearly, your app is not able to load the given assembly.
Use Filemon or Procmon from Sysinternals to trace file system activity and see where your app is actually running and trying to load the assembly from.
Copyright (c) Marimer LLC