Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. COBy republish, you mean drop all the necessary files (interface file, service class file, and dll's) into the correct folder in IIS? The webservice project doesn't have any references added to it through the "add reference" option. The interface class and the service class both have a using statement for the DataAccessLibrary.dll though. Looking in the solution explorer, it does have a Bin folder with all of the dlls from other projects in the solution. This project was inherited which is why I don't know much about it.
      singulars
    2. COSo the DAL assembly must have been added manually to the bin folder for the WCF project in visual studio then, otherwise it never would have built (with the same error you stated)... If you have the WCF solution in VS, check the bin folder for the DLL, you may need to overwrite it there. What type of code changes did you make (i.e. new functionality, namespace changes, access level changes - private/public, etc.)?
      singulars
    3. COnothing like that, There is a method in the DAL library that queries a DB. All I did was add another "AND" condition to the SQL. I've verified that the code works. I have a windows service that uses the same DAL library and it works with no problem. The problem is that the DAL class name itself is not recoginized when called in the service.cs code. I will try overwriting the dlls in the Bin folder of the wcf project and then rebuild/deploy to IIS. I'll get back to you in a minute
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload