Error On Reading Dal Assembly in My Command Object

Error On Reading Dal Assembly in My Command Object

Old forum URL: forums.lhotka.net/forums/t/11565.aspx


st3fanus posted on Wednesday, September 05, 2012

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

JonnyBee replied on Wednesday, September 05, 2012

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