Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What wrong with this
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00660525
Message ID:
00660762
Vues:
10
Another idea to try is going into your web.config file and removing anything like the following:

>> httpHandlers>

>> >type="System.Web.HttpNotFoundHandler,System.Web" />

>> >type="System.Web.HttpNotFoundHandler,System.Web" />

>> >type="System.Web.HttpNotFoundHandler,System.Web" />

>> >type="System.Web.HttpNotFoundHandler,System.Web" />

>> >type="System.Web.HttpNotFoundHandler,System.Web" />

>> /httpHandlers>


These can conflict with the version of .NET that you are running.

>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 ?
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform