The type or namespace name 'ServiceModel' does not exist in the namespace 'System'
Posted on
16th Feb 2014 07:03 pm by
admin
When I locally run the website, it works just fine, but when I uploaded it to the hosting environment, I receive the following error, can you help?
---------------------------------------------------------
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: CS0234: The type or namespace name 'ServiceModel' does not exist in the namespace 'System' (are you missing an assembly reference?)
Source Error:
Line 7: using System.Web;
Line 8: using System.Web.Configuration;
Line 9: using System.ServiceModel.Syndication;
Line 10:
Line 11: ///
Source File: c:hostingspaceslubumbasxxxxx.comwwwrootApp_CodeEntitiesBlog.cs Line: 9
------
A compilation error has occurred.
10/21/2009 12:41:46 AM
10/21/2009 6:41:46 AM
5b8c8a7bdc004b6c98dec8bddfba92bd
3
1
0
/LM/W3SVC/28/ROOT-22-129005809056781079
Full
/
C:HostingSpaceslubumbasxxxxx.comwwwroot
SOFTSERV7
5824
w3wp.exe
NT AUTHORITYNETWORK SERVICE
HttpCompileException
c:hostingspaceslubumbasxxxxx.comwwwrootApp_CodeEntitiesBlog.cs(9): error CS0234: The type or namespace name 'ServiceModel' does not exist in the namespace 'System' (are you missing an assembly reference?)
http://xxxxx.com/default.aspx
/default.aspx
False
NT AUTHORITYNETWORK SERVICE
12
NT AUTHORITYNETWORK SERVICE
False
at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) at System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) at System.Web.Compilation.BuildManager.CompileCodeDirectories() at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
No comments posted yet
Your Answer:
Login to answer
295
26
Other forums
Certain files upload, while others do not
I want to read the data from an uploaded file. Not sure why, but it only uploads for certain files.
Random Number Generation And Probability
Hello, I am working on a function which has to insert data into a SQL table.
we have to suppl
Echoing a Variable from a Object
How do I get a variable from the new User Class to echo out in this clasS?
class MyApp
{
problem with php server update from mid 2009
Hi,
I have this navigation menu on 2 websites which used to work just fine. After a recent up
Image upload - determine folder
I have an upload script that may be accessed from different directories. Problem is, the script is m
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
redirect standard error and assert (how to?)
How do you redirect standard error and assert?
---
(Why? I am creating an web app and
natcasesort works on one server but not on another
Hi
I have a problem that I was hoping that someone can help me with.
I'm trying to use
Echoing ASCII code
I have a php page that splits a string into chars and then echoes the ASCII code for each char. I'm