Configuration :: Namespace Not Found Even Though Dlls And References Are Present
Jul 1, 2010
The type or namespace name 'DocumentFormat' could not be found (are you missing a using directive or an assembly reference?)' errors even though the dll is on both machines and references are in the two relevant projects. The errors are only coming up in one project in the (web) application and the app is building as expected on my machine.
View 7 Replies
Similar Messages:
Sep 3, 2010
I have my web application in which I have paste some of WebPages which is referencing to some DLL which was earlier in Bin Folder but when I move to my solution I am getting error of
Error 1
The type or namespace name 'MyDummyBinDLL' could not be found (are you missing a using directive or an assembly reference?)
F:WebProjectsProbingTestProbingTestGlobalPlus.UI.ClientWebLinkMyWebLinkHomePage.aspx.cs
13 7
GlobalPlus.UI.Client
View 5 Replies
Jun 30, 2010
The type or namespace name 'WCFService' could not be found in WSP
View 1 Replies
Jun 13, 2010
I get the following error when i moved my site:The type or namespace name 'PdfConverter' could not be found (are you missing a using directive or an assembly reference?)i had my site hosted at one shared hosting adn i moved it as is to the other shared hosting account.the bin folder still contains the dll in question.. but i get the error above..any suggestions as to why i amgetting the error?for now i do not hav any IDE at hand so the solution would be mroe helpful, at least for now, if i can solve the issue witout visual studio..
View 2 Replies
Jun 22, 2010
I have a using statment and the same page works in my developement web server. I copied the dll from the bin folder to the bin folder on my production webserver. What would the problem be? Could it be i am missing the assembly reference? I really dont understand how when i add a reference to my website in vs2008 that gets transferred to the website. I thought if i have the dll in the bin folder thats all i gotta do. In the dataaccess.cs file the namespace is
View 2 Replies
Feb 22, 2014
I just upload my website to godaddy server and i am having an error.
The error is: The type or namespace name 'RssFeedClass' could not be found (are you missing a using directive or an assembly reference?).
Where 'RssFeedClass' is an object instance of my class file.
View 1 Replies
Jul 28, 2010
I am having problems adding a reference to a custom assembly in my Bin folder within a controller class I am writing. I can see the dlls in the Bin folder of my Solution file and when adding a new 'using' block to the top of code page, its not picking up any of my assemblies as I try to spell them out.I tried just typing them in and building the solution, but I get errors, it just wont pick these up!
View 3 Replies
Nov 3, 2010
when I put a break point i get this error message:
Error 1 The type or namespace name 'X509Certificate' could not be found (are you missing a using directive or an assembly reference?) D:UsersatttDesktop
fre
etetrtDefault.aspx.cs 7 53 D:...attt
View 4 Replies
Dec 19, 2010
I add a web service reference to my project. I use this service in many pages. It is working correctly, no problems in VS but I copy App_WebReferences folder's files and Web.Config file to ISS path. But it is not working.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: CS0246: The type or namespace name 'InterkomLaboratuar' could not be found (are you missing a using directive or an assembly reference?)
View 1 Replies
May 26, 2010
I know that this sounds like a simple referencing problem from the title this is becoming a nightmare!I have a code class that uses the "iAnywhere.Data.AsaClient.dll". This Dll is referenced in the project and in the code class I have added this dll in the Using section.Everything seems fine at build with no errors at all but when I go to run the application it comes up with the following Compilation Error: Compiler Error Message: CS0246: The type or namespace name 'iAnywhere' could not be found (are you missing a using directive or an assembly reference?)The line that the Error points to this line in the class:using iAnywhere.Data.AsaClient;I have set the dll to copy local and it makes no difference, the Dll is installed on my PC so is in the GAC, I use this Dll with many other C# projects and have no problems.I have scoured Google looking for an answer and haven't found anything that points me to an answer to my problem.
View 1 Replies
Jul 23, 2010
CatagoriesController.cs
sing System;using System.Linq;using System.Web.Mvc;using ProductSystem.Models;using ProductSystem.ViewModels; namespace ProductSystem.Controllers{ public class CatagoriesController : Controller {
public ActionResult Create() { var viewModel = new CatagoriesCreateViewModel { Product_Catagories = new Product_Catagories()
[code]...
"The Type or namespace name 'Manufacturers' Could not be found......
View 3 Replies
Mar 29, 2010
I am following the tut here[URL]
[Code]....
View 2 Replies
Apr 4, 2011
The type or namespace name 'XmlConfigurator' could not be found (are you missing a using directive or an assembly reference?)
View 2 Replies
May 21, 2010
I am developing a VS 2008 web application in C#. I am trying to include a namespace that is stored in one of my folders. So instead of:
using ADONET_namespace
it is stored in "Admins" folder. How do I modify this aspx.cs file to include Admins/ADONET_namespace?
Currently I get following error from aspx.cs file:
The type or namespace name 'ADONET_namespace' could not be found (are you missing a using directive or an assembly reference?)
View 1 Replies
Jan 11, 2011
I am getting a strange error over one site vs another. I have created a chart web site that works, but now I'm moving that code into an existing website. I'm getting this error (see title) and cannot figure out why. The references are the same and I have the using directives the same (as far as I can tell). I'm stumped.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.DataVisualization.Charting;
using System.Data.SqlClient;
using System.Drawing;
using System.Data;
...
Charting.Title vbTitle = new Charting.Title( ddlSchool.SelectedItem.Text.ToString() + " Logins per Hour" );
...
View 7 Replies
Jun 14, 2010
I have downloaded Json.net dll from http://json.codeplex.com/releases/view/43775. I extracted asp.net 2.0 dll and copied into my application bin folder under applicationin folder in inetpubwwwroot.Then I added json refrence in inline aspx code page as<%@ Import Namespace="Newtonsoft.Json" %>Now whenever I try to run my aspx page, it gives me following errorThe type or namespace name 'Newtonsoft' could not be found (are you missing a using directive or an assembly reference?) at System.Web.Compilation.AssemblyBuilder.Compile()
View 5 Replies
Jul 30, 2014
I have error in vs 2012
The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?)
Error 18 The type or namespace name 'ReportDocument' could not be found (are you missing a using directive or an assembly reference?)
View 1 Replies
Nov 13, 2010
The server is 64 bit, but the app pool is configured to run as 32 bit. Do i need to publish 64 bit dlls? The rapid fail recovery sometimes recycles the app pool and someone suggested that it may be because i am not using 64 bit dlls. Doesn't sound likely... but you never know.I switched the publish settings to release and any cpu. But it spits out in the bin folder /bin/x64 as well. Do i copy over everything in the bin folder or do i just copy over the x64 dlls?? kinda confused on that. And why are pdb files being spit out with the dlls as well? I thought this was a debug thing only.
View 2 Replies
Mar 1, 2010
I'm new to ASP.NET MVC and I'm creating an app that will search a contact using using the autocomplete functionality along with jquery.
When I run the project it loads fine and when i click the submit button to search a lastname i receive an error.
Server Error in '/' Application.
The resource cannot be found
Requested URL:/Offender/Search
While attempting this project i followed along witht Northwind MVC Sample and that project also gave me errors as well.
View 2 Replies
Sep 16, 2010
I had a working vs2008 web project that I needed to convert to a web application. After copying all my pages and user code into my new web solution, I am unable to compile the solution because it is not detecting the original namespace (Lead) that I was using in the web project (see error below). Error 9 The type or namespace name 'Lead' could not be found (are you missing a using directive or an assembly reference?) C:Documents and SettingsasnakbeMy DocumentsVisual Studio 2008ProjectsSLMSSLMSleads.aspx.cs 12 5 SLMS
I even tried changing the namespace to a different one, did clean/build the project, etc. but that all didn't help. Can someone let me know what I could be missing here?
View 4 Replies
Mar 24, 2011
'm getting the following error when adding a schema reference tothe schema library.
The type or namespace name 'ActiveDocument' could not be found (are you missing a using directive or an assembly reference?)
ActiveDocument.XMLSchemaReferences.Add _
NamespaceURI:="myCompany.schemas.com.sales_order", _
Alias:="mCsO", _
FileName:="C: empsales_order.xsd", _
InstallForAllUsers:=True
View 10 Replies
Mar 22, 2011
I added an Entity Framework class (EDMX) in my MVC project but the entity collection namespace is not referenceable from my controller class, consequently I cannot access any of my entity objects.
View 9 Replies
Dec 3, 2010
I'm using ASP.NET4.0, and getting the following compilation error:
CS0234: The type or namespace name 'Documents' does not exist in the namespace 'System.Windows' (are you missing an assembly reference?)
Source Error:
[Code]....
Source File: c:Documents and SettingsstilwellDesktopDEV40-1App_CodeLoadForm.cs Line: 2
[Code]....
View 3 Replies
May 24, 2012
i have follwing error in iTextSharp program
Error1The type or namespace name 'iTextSharp' could not be found (are you missing a using directive or an assembly reference?)D:print html data to pdfDefault.aspx.cs117D:print html data to pdf
View 1 Replies
Mar 17, 2010
I recently noticed that when a dll is replaced at my web site, the site will take a long time to come back, even though the dll is only used by limited pages. I generally have to reset IIS to make the web site come back faster. Is this the normal behavior? or some settings need to be ajusted to avoid this?
View 1 Replies