Asp.Net Experts,
I am build a sample .Net in Asp.Net (c#) using VS.net 2003 with .NFW 1.1.
1. At first, it compiles successfully with "release" version. I ran it and
it works fine.
2. Then I resize one of the textBox on the web form, then recompiled and I
got this error:
*********************************************************************
Server Error in '/myTestWebSite01' Application.
----------------------------------------------------------------------------
----
File or assembly name mytestModule, or one of its dependencies, was not
found.
Description: An unhandled exception occurred during the execution of the
current
web request. Please review the stack trace for more information about the
error
and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: File or assembly name
mytestModule,
or one of its dependencies, was not found.
**********************************************************************
3. To get around, I had to bring down the IIS (Xp Pro.), delete everything,
recompile.
It seems that each time I fixed and recompile my program, I got the above
error.
Please note: In my program, I reference dll named "mytestModule".
Thanks for your help,
Thomas