ASP.NET VB web 3 layers when publishing the entity is not defined

1

Hi, I'm doing a web application with vb.net in 3 layers. I have the entities, data and business projects, and one asp web application.

Each project has the reference of the others added, and in local it does not give me any error, but when publishing I get the following:

What am I leaving? Do I have to add any more reference somewhere? Thanks and best regards.

Edit:

More error information

The dlls are in the bin folder and the classes are public.

    
asked by Palmer 28.06.2016 в 09:34
source

1 answer

1

Well, the problem was that my application depended on another superior application, that is, there was a master page where I put my application.

I have copied the dlls to the bin folder that is above my application, and it works perfectly.

Thank you very much everyone for the answers and the ideas.

    
answered by 06.07.2016 / 12:57
source