Adding Namespace For DataDynamics.ActiveReports On C# - Error 55
Jan 19, 2011
I want add following references on my C# page so for that which namespace should i have to add ? It's giving error. Error: "Error 55 The type or namespace name 'DataDynamics' could not be found (are you missing a using directive or an assembly reference?)"
using DataDynamics.ActiveReports;
using DataDynamics.ActiveReports.Export.Pdf;
using DataDynamics.ActiveReports.Export.Rtf;
using DataDynamics.ActiveReports.Export.Text;
using DataDynamics.ActiveReports.Export.Xls;
using DataDynamics.ActiveReports.Export.Tiff;
using DataDynamics.ActiveReports.Export.Html;
View 1 Replies
Similar Messages:
Dec 21, 2010
This error comes up when adding a content page to a website. Is there something that I need to add somewhere?
[Code]....
View 2 Replies
Mar 25, 2010
i write a simple webservice code in asp.net when i build the service and run the service it is working fine. when i try to access the webservice it is giving some problem , problem means i am not getting that method (webservice method). After completing writing the webserivce i take a asp.net page (.aspx) and in solution explorer i add a webservices and it is added successfully. but when i adding namespace it is not getting the service name ( i not able to add the namespace of websercice
View 1 Replies
Jan 23, 2010
I use vs2008 and my MVC 1.0 and 2.0 Projects were working perfectly but all of a sudden i have an error on trying to compile all of them;
The error is of the form;
Error 1 The type or namespace name 'Controllers' does not exist in the namespace 'XXX' (are you missing an assembly reference?)
Error 3 The type or namespace name 'Models' does not exist in the namespace 'XXX' (are you missing an assembly reference?)
Error 4 The type or namespace name 'AccountController' could not be found (are you missing a using directive or an assembly reference?)
Error 5 The type or namespace name 'IFormsAuthenticationService' could not be found (are you missing a using directive or an assembly reference?)
Error 6 The type or namespace name 'IMembershipService' could not be found (are you missing a using directive or an assembly reference?)
These errors seem to come from the HomeControllerTest and the AccountControllerTest.
note that i recently installed Azure Tools using the Web Installer..Dunno if that could be the cause or problem.
View 4 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
May 7, 2010
I am getting this compilation error"
All my pages are receiving this error - website is down; here's the code:
[Code]....
Except my web config file shows linq is accounted for? [Code]....
I would note that I updated to VWD Express 2010 then had to revert back to 3.5 because my host at Arvixe had not updated my server yet. He then said he updated it and I reverted up to 4.0 again. It turned out he hadn't and I tried to revert back...and then this showed up and numerous other errors.
View 2 Replies
Feb 1, 2011
Installed T4MVC (via nuget) into my MVC3 Project.Upon compile I get this error (for each of my 5 current controller classes)
Error 7 The type or namespace name 'Account' does not exist in the namespace 'Application.MVC' (are you missing an assembly reference?) G:DevRepositoriesTemplatesrcappPresentation TierApplication.MVCAccountController.generated.cs 36
61 Application.MVC
First time using T4MVC, so.....
View 9 Replies
Feb 1, 2010
i have the same prblmi have a class file in app_code/fol1/fol2/class1.vbbut when i call it as dim x as new class1 i am not getting itshld the class file be placed in app_code folder or outsideactually i had creatd the namespace but i am not able to import i
View 8 Replies
Apr 19, 2010
i get the following error when trying to compile my asp.net site after updating the project from vs2008 to vs2010The type or namespace name 'Syndication' does not exist in the namespace 'System.ServiceModel' (are you missing an assembly reference?)I have the asp.net site targeting 3.5 framework (as it did in vs2008)I also added a reference to System.ServiceModel.Web
View 3 Replies
Oct 22, 2010
I'm using MonoDevelop on Mac OS X Snow Leopard to develop an ASP.NET MVC Application. I have tested it on Visual Studio 2008 on Windows 7 and it worked fine, but when compiling it on MonoDevelop it throws the error: The type or namespace name 'Objects' does not exist in the namespace 'System.Data' under this line: public partial class MoviesDBEntities : global::System.Data.Objects.ObjectContext
View 1 Replies
Sep 9, 2010
I have a ASMX web service. When I access it from a client the ASMX get compiled but I get this error:
Looking at csc.exe command line from the error detail the System.Windows.Forms asseembly is not referenced.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Windows' does not exist in the namespace 'System' (are you missing an assembly reference?)
Source Error:
Line 3: using System.ComponentModel;
Line 4: using System.Drawing;
Line 5: using System.Windows.Forms;
Line 6: using System.Xml;
Line 7: using Idp.Core.Configuration;
View 1 Replies
Feb 15, 2010
I'm very, very new to the asp.net world and I was running through the create the movie db tutorial that is located in the learn asp.net mvc section of this website. Everything is fine until I create my home controller and edit it like on the site. Here is the first part of the code I have that has the error in it:
privateMoviesDBEntities _db = new MoviesDBEntities();
This is all on one line in visual studio but i get an error saying that the type or namespace 'MoviesDBEntities' could not be found (are you missing a using directive or an assembly reference?). I have checked the spelling and I have the using MovieApp.Models; up above so if anyone has any insight that would be great.
I have also tried performing the manager contact sheet tutorial and get the same error in this section of the code.
View 3 Replies
Jan 29, 2010
Am using asp.net 2.0 (C#) for developing a web site, and am using two .cs files, one for codes to data base manipulation and other for site,user count information. And it is working good in local.But after uploading to the production server it shows a compilation error like the following.
Server Error in '/' Application.
Compilation Error Description: An error occurred during the compilation of a resource required to service this request.
review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'DataManager' could not be found (are you missing a using directive or an assembly reference?
[code]....
View 1 Replies
Nov 29, 2010
I keep getting the error: Error message: CS0101: The namespace '<global namespace>' already contains a definition for 'checkvalue'. Then, I rename the Inherits from the @page directive in both the .aspx and .aspx.cs pages and it works! My website has only 2 pages, and both use the same class (same class name, exactly same syntax) but it has been copied and pasted and the 2 aspx pages (and aspx.cs pages) are not referencing each other. In other words, both aspx.cs pages (called page1.aspx.cs and page2.aspx.cs) has the class
public class CheckValue
{
//content
return true;
}
Both the aspx pages reference the 'inherits' files seperately:
<%@ Page Language="C#" CodeFile="page1.aspx.cs" Inherits="_1" %>
and my code behind
public partial class _1 : System.Web.UI.Page
and for my second page
<%@ Page Language="C#" CodeFile="page2.aspx.cs" Inherits="_2" %>
and my code behind
public partial class _2 : System.Web.UI.Page
I don't use the .resx file. Why does this error happen some times, and not other times?
View 5 Replies
Sep 2, 2010
I uploaded my website to the server, and I have there a working with wcf - it should be fw 3.5I saw that fw 3.5 is installed on the server and also we have re fw 3.0 sp1.I run my website : www.qenglishcenter.comand I'm getting an error : The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)shouldn't System.linq be already existed ?
View 2 Replies
May 26, 2010
I was earlier having a problem with referencing a 3rd Party Dll (Here) but have overcome this problem and am now having a problem referencing my own classes!
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: CS0234: The type or namespace name 'Secure' does not exist in the namespace 'source_extranet' (are you missing an assembly reference?)
The line that the Error points to this line in the class:
source_extranet.Secure.BackendCustomData newdata =
new source_extranet.Secure.BackendCustomData();
This line of code points to a class in the same folder as the calling code class.
View 2 Replies
Jan 28, 2011
I started an app in VS2008. I did it as a web site. I installed VS 2010 (yay) today. I wanted to start over as a web project. I made a Master Page. I made content pages. One of my content pages has a form on it. Super simple text boxes and submit.
I added a folder called App_Code and placed my class files there by doing Add New Item and pasting the code into the new class. I have person and persons. The persons collection class references person. In the same folder, the persons class finds the person class. Up one level in a page's code behind, I am gettingthe error
The type or namespace name 'person' could not be found (are you missing a using directive or an assembly reference?)
For giggle, I move person.cs up a folder. Still cannot find the person. Persons collection class still CAN find person. My code behind cannot find it.
A little reading tells me I have to set that folder as an app folder in IIS. I am running Windows 7 ersonal... I cannot find IIS. If not there, I ask myself what they heck is my app running under?
for being such a noob. Anyone know what is going on here?
View 7 Replies
Jan 29, 2010
i suddenly started getting this error.
Error 13 The type or namespace name 'DisplayTrackingController' could not be found (are you missing a using directive or an assembly reference?) c:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Files emp773b35cbe8ac7005App_Web_wzekhp-n.0.cs 190 People
Although I have deleted this file from my project. why I am getting this error? and what is this file
App_Web_wzekhp-n.0.cs
View 1 Replies
Mar 4, 2010
i m developing an application in which i need to capture image via webcam and storing in db.
but i found Error the type or namespace name 'CaptureSource' could be found(are you missing a using directive assembly reference ) ,when i want to use it.i got this code and video from silverlight website
i try both visual studio 2010 and blend 3 still same error
View 1 Replies
May 7, 2015
i have used an ASP.Net C# web application to post image on facebook.for that i have used "aspsnippets.facebookapi.dll"
everything is working fine while execute from local server.but when i upload my code in server and run
it says error like "The type or namespace name 'ASPSnippets' could not be found (are you missing a using directive or an assembly reference?)"
but i have added Dll reference in my page like
using ASPSnippets.FaceBookAPI;
how to solve this issue.
View 1 Replies
Feb 15, 2013
I tried ur code , but it show an error ....
pagesize is ambiguous , imported from the namespace or types 'iTextsharp.text.document,iTextsharp.text
Dim pdfDoc AsNew Document(PageSize.A4, 10.0F, 10.0F, 100.0F, 0.0F)
View 1 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
Apr 14, 2010
I just added web reference to my web application.When running the application its giving the compilation error.Following is the exact problemThe web service which i am referring is also developed by me.The web service is working fine.
View 3 Replies
Nov 8, 2010
When I am running my application, I am getting this erro like this:The type or namespace name 'Script' does not exist in the namespace 'System.Web' (are you issing an assembly reference
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.Web.Script.Services.ScriptService]
public class SlideService : System.Web.Services.WebService
View 2 Replies
Nov 18, 2010
I've created a new class in App_Code
namespace Site {
public class MyClass {
public MyClass() {
}
}
}
this is my Global.asax.cs
[code]....
The error is in: MyClass myClass = new MyClass();
The type or namespace name 'MyClass' could not be found (are you missing a using directive or an assembly reference?)
View 1 Replies