Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
In my project i need to add a virtual directory in iis root folder.In root folder there is a .net 4 framwork application and the new application(web api) create in 4.5.2 framwork.
i need to add the web api application in iis website as a virtual directory.
i add this. after add i call via url. there is a error. in this error the application need root application dll dependencies.
The error is
Could not load file or assembly 'Checkbox.Web' or one of its dependencies. The system cannot find the file specified.


how to solve the problem. Thank you

What I have tried:

add the application in virtual directory and then the directory convert to application.
Posted
Updated 26-Jul-18 1:06am
v2
Comments
[no name] 26-Jul-18 8:04am    
it seems its not able to find dll in bin folder
Member 13907608 21-Aug-18 2:48am    
because of in virtual application there is no checkbox.web dll so how he found

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900