Sunday, 19 January 2014

C# - Could not Load File or Assembly or One of its Dependencies the System Cannot Find the File Specified

Here I will explain how to solve problem of “Could not load file or assembly'xxxxxx’ or one of its dependencies. The system cannot find the file specified” in asp.net, wcf using c#, vb.net.
Description:

In previous articles I explained can function return multiple values in sqlQuery to get database size in SQL Server, Exception handling in SQL Server with try catch, SQL Query to get first & last day of month, difference b/w view and stored procedure in sql and many articles relating to SQL server. Now I will explain how to solve problem of “Could not load file or assembly'xxxxxx’ or one of its dependencies. The system cannot find the file specified” in asp.net, wcf using c#, vb.net.

To solve this problem first need to remove unwanted namespace references in your application then build and check I hope it solves your problem.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.