why it's error?

D

dbcoffee

all goes well with .net Framework1.1, but error with .net framework 2.0 beta
,below is error message why?



Server Error in '/FORUM' Application.
----------------------------------------------------------------------------
----

Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

Compiler Error Message: CS0012: The type 'myforum.Global' is defined in an
assembly that is not referenced. You must add a reference to assembly
'ddi-dznp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

Source Error:


Line 163: }
Line 164:
Line 165: protected ASP.Global_asax ApplicationInstance {
Line 166: get {
Line 167: return
((ASP.Global_asax)(this.Context.ApplicationInstance));

Source File: g:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\Temporary ASP.NET
Files\forum\b776ec54\b8e284ee\a58lcnru.0.cs Line: 165
 

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

Similar Threads

Configuration Error 3
ASP.NET page compilation error 6
Strange compilation error 1
Strange compilation error message 1
help! 2
word interop assembly not loading 7
Running problem 2
Server Error 1

Top