Posted by: Vijay Modi | June 21, 2007

The following module was built either with optimizations enabled or without debug information

When you find this bug, follow the following steps in sequence:

1>Go to bin folder of you project and remove the dll where you find above error.
2> Browse the project and right click on bin folder and uncheck readonly checkbox. Click OK.
3> Right click on project and click on add reference option. Add the existing project as dependency project.
4> Build web service and test it.

It will resolve your problem. If you find more help send me reply he in comments.

Regards,
Vijay Modi

Responses

Hello Just right click on solution then change from release mode to debug node thats it u r done

Thanx so lot for ur gr8 help !!!

Hello:
i think I will share what I have found for me

In case you have many projects over your solution (Vs 2005)

if it is a Windows forms Application ??

if so

Make sure you do a Ruild ALL

also remove all reference from your EXE project
then ADD again all your references to your all other projects that need those DLLs
in the solution.

the problem must not be showing anymore

Leave a response

Your response:

Categories