hi friends i am using some encryption in my application but i am unable to find encryption64 namespace please tell me from where i can get this namespace. and the error which i am gettin is below
Error : The type or namespace name 'Encryption64' could not be found
I'm programatically looking ito a .aspx file and getting the file class name declared in its CodeBehind. For example, when analyzing myFile.aspx I read in its Page Directive and found its CodeBehind equals "myApplicationmyPage.aspx.vb". Then I use the code below:
[Code]....
Now I want to read the BaseFile (class = myApplication.Forms.BasePage). However, to read in this file, I need I need to get its full path instead of its namespace.class hiearchy. In this case, the BasePage is wrapped in a different namespace declaration thus I cannot just change the '.' to '' in order to get the path.How can I get the path of BasePage so I can read it?
I am trying to write a macro that accesses an XML file external to the editor.
For some reason, I am getting error messages on everything within the System.XML namespace 'Type XmlDocument is not defined' 'Type XmlTextWriter is not defined' 'Type XmlElement is not defined' ( etc... etc... etc... )
I've imported the namespace at the top of the editing context within the macro IDE:
Imports System.XML
I have also tried to reference the namespace members with a complete namespace reference: System.XML.XmlDocument
It didn't work. It is still being indicated as undefined.
I've tested the code from within a stand-alone console app, and it works fine.
From this, am I to conclude that the System.XML namespace is not accessible from the macro facility?
I' m simply trying to import code from one namespace I've created into another .net application. I add the reference into my other application, but when I do a build, I get the following error.
Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0'
This only happens on a particular namespace I've created, all others work fine.
I am developing web application using csharp on Visual studio 2008. Now I want to use a web service which was developed in Java. I am able to add the web service to my application as a refrence but when I want to build or compile I am getting the following Unable to import binding 'CalcualteBinding' from namespace 'http://Calcualte.webservices.CourseZa.org'. .
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
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
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
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;
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 ?
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.
i am using vs2008 for web page. i want to see my assembly name. For this i am right clicking on solution/project name but i am not able to see assemble name .
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.
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
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
I am able to find the controls of all of these Lables and TextBoxes accept the edateTB. This is strange to me because it is in the same view as the sdateTB. So why would edateTB return NULL when I try to use FindControl on it and sdateTB return the correct control?
Here is the codebehind where I am getting this error. There is more code in this, but I just thought I would include everything up to the part where I get the NULL error.
Couple of days ago I was creating site where i have placed a login control taken from the Login Tab in Toolbar, but today i am unable to find it there, see the attached snap, where the Login Control Is ?
When I run the website locally using my VS, everything works.
I am calling a function inside a dll using P/Invoke. DLL is in C++ and it works.
When I deploy the website on IIS, I get the error message Unable to load DLL 'SolvingProbelm.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
The dll resides inside the bin folder. App pool is Classic and .net 2.0
What am I missing / doing wrong here, causing that exception?
My observations so far:
In the Reflector these resource is visible, and named as MyNameSpace.scripts.jquery-min.js In the AssemblyInfo.cs file of the project, the file is registered as:
[assembly: WebResource("scripts/jquery-min.js", "text/javascript")] The file lives in the 'scripts' directory
On a sidenote, I've tried using Page.ClientScript.GetWebResourceUrl() but this generates an URL without checking if the resource exists. It also seems WebResource.axd is not mapped in Web.config at all.
i am trying to upgrade my WEB applications from .net 2.0.0.0 to 3.5.0.0. When i open my solutions in VS2008, it prompts me to update the framework to 3.5.0.0 .
But. Not all the dlls are getting updated. some dlls are getting updated to 3.5.0.0 but some remain in older version 2.0.0.0. Also, i could not find some dlls in 3.5.0.0 folder
For example the following dlls are there in 2.0.0.0 but not in 3.5.0.0
I'm trying to define the parameters of my data source using a stored procedure. My Stored Procedure Syntax is perfect and i'm happy with that, i've just got trouble with connecting my parameters to my controls. I have 19 Parameters, of which i've managed to connect 17 to controls within my ASP.Net form (some to text boxes, some to ddls etc...)
However, i'm trying to connect a particular parameter to a control, but when i drop down my list of controls it's not visible? The control is within a hidden panel so i've un-hidden it and it's still not there. I've even commented out the panel and tried that but i can't find this control! I just cant seem to get this control to appear in the list.
Has any one seen anything like this before at all?