简体   繁体   中英

Compiler Error Message: CS0234: The type or namespace name 'WebApp' does not exist in the namespace 'Fax' (are you missing an assembly reference?)

I am facing the error, while accessing RightFax SDK on IIS through the browser. I need to access Right Fax SDK API through IIS:

Compiler Error Message: CS0234: The type or namespace name 'WebApp' does not exist in the namespace 'Fax' (are you missing an assembly reference?)

Source Error:

Line 27: using System.Web.WebPages; Line 28: using System.Web.WebPages.Html; Line 29: using Fax.WebApp; Line 30:
using Fax.WebApp.languages; Line 31: using System.Web.Mvc;

Source File: c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\rightfaxsdk_api\0e7addb8\6d101f6a\App_Web_index.cshtml.f774d6f8.pdiaoqvl.0.cs Line: 29

You can find that dll on the server where you installed the Web SDK in IIS. Copy the dll to your solution and add it as a reference in your project. You also need the proper 'using' statement too...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

Related Question Error CS0234 The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (Are you missing an assembly reference?) error CS0234: The type or namespace name 'Azure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) Error CS0234 The type or namespace name 'Platforms' does not exist in the namespace 'MvvmCross' (are you missing an assembly reference?) error CS0234: The type or namespace name does not exist in the namespace (are you missing an assembly reference?) CS0234 C# The type or namespace name 'Slydeextender' does not exist in the namespace (are you missing an assembly reference?) error CS0234: The type or namespace name 'OAuth' does not exist in the namespace 'Microsoft.Owin.Security' (are you missing an assembly reference?) VS 2017 c# Error CS0234 The type or namespace name does not exist in the namespace (are you missing an assembly reference?) CS0234: The type or namespace name '<namespace2>' does not exist in the namespace '<namespace1>.' (are you missing an assembly reference?) CS0234: The type or namespace name 'Description' does not exist in the namespace 'System.Web.Http' (are you missing an assembly reference?) MEF CS0234: The type or namespace name 'Composition' does not exist in the namespace 'System.ComponentModel' (are you missing an assembly reference?)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM