Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What wrong with this
Message
From
23/05/2002 11:27:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Title:
What wrong with this
Miscellaneous
Thread ID:
00660525
Message ID:
00660525
Views:
38
Hello all

I'm trying to get example2 done in the following link

http://msdn.microsoft.com/library/?url=/library/en-us/dnfoxgen7/html/usingaspnetwithvfp7.asp

i created a multithread com dll,and i tried to reference it in the project
but i get the following error
Parser Error Message: File or assembly name System.Web, or one of its dependencies, was not found.

Source Error: 


Line 71:     -->
Line 72:     <httpHandlers>
Line 73:             <add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 74:             <add verb="*" path="*.cs" type="System.Web.HttpNotFoundHandler,System.Web" />
Line 75:             <add verb="*" path="*.vbproj" type="System.Web.HttpNotFoundHandler,System.Web
 
what am i doing wrong ?
Next
Reply
Map
View

Click here to load this message in the networking platform