Compilation Error - BC2000

M

Mythran

Web Project - No Strong Name
BLL Project - Strong Name
DAL Project - Strong Name
Schema Project - Strong Name
Web Control Assemblies - all have strong name

None of the above is stored in the GAC. The BLL and DAL project assemblies
get registered in Component Services (automatically).

When I build and try to run the project, I have the problem specified in KB
897299.

http://support.microsoft.com/default.aspx?scid=kb;en-us;897299

We have reasons why we are not allowed to place these into the GAC, for now.
So until then, how can I go about fixing this problem?

Right now, we wrote an IDE event handler that will make a web request to
whatever web application was successfully compiled, then will "touch" a
directory (create and delete an empty text file) in it's bin directory after
the request returns. This fixes the problem to where we don't get the
Compilation Error anymore, but it is quite time consuming to sit and wait
for the request to return (have to wait for JIT same as if I connected to
the page after a recompile anyways).

I posted this a year or so ago and I was told the Framework does not support
the way we have it set up...yet, it works just fine...and in .Net 2005, it
works without the error.

Any help would be appreciated...no help..that's just fine too :)

Mythran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top