Click here to Skip to main content
15,924,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I am working on VS 2008 and I opened a ASP.NET web application project
then suddenly the compiler didn't work and my bin folder is empty.

Please I need your help to fix my problem

Thanx
Posted
Updated 3-Dec-12 22:24pm
v3

What exactly is the problem?
As long as I know, the BIN will once again have content as soon as you compile your project/solution
http://msdn.microsoft.com/en-us/library/cc295391.aspx[^]

-Milind
 
Share this answer
 
v2
Comments
Sarah MQ 4-Dec-12 4:38am    
it does not take any of my modification on the application and when i returned to the bin folder in the solution explorer i found it changed with a warning yellow sign
It depends on how your project is set up. If you want to precompile your site (and get Intellisense to work properly) you have to have a Visual Studio reference. But anything dropped in the bin folder will be automatically loaded by ASP.NET at runtime... so it's possible to access that assembly's controls/objects in code behind without adding a project reference.
 
Share this answer
 
v2
It seems that some of the DLLs are missing from bin folder. The DLLs which are missing are displayed with yellow warning sign.

So if these DLLs are some of the project DLLs like your Data Access layer project DLL then remove it by seleting that DLL and then add it manually by giving proper reference.
 
Share this answer
 

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