I m receiving the following error when adding toolkitscriptmanager to my asp.net, thus i have installed all the needed dll's and if i create a new solution and use them it will work perfectly but if i add them to an exsting project it is giving me this errormoreover if i will run the application it will run without errors but the problem is if i add any new asp control likt textbox will not be available in the code behind but wheni remove the toolkitscriptmanager it works fine VS 2008 if any one know what is the solution
When I use Project Reference to add dependent assemblies to my C# library project, I can use the "Go To Definition" popup menu item to go to the source file of the class defined in the dependent assembly. That is one of the most useful features of VS for me. However, when I add dependent assemblies as BIN References (via the Browse tab of the Add Reference dialog), I only get the class definition generated from metadata of the dependenat assembly, not the source file.
I realize that intellisense can't find the source directory of the dependent assembly, but where can I enter the directories so intellisense would know? There is a "VC++ Directories" page in the Options->Projects and Solutions dialog, but that is only for C/C++ projects. There should be one for C# as well. The bigger mystery is when I put my project in the debugger, I can step into methods defined in the dependent assembly and see its source file. Why could the debugger find the source file but not intellisense?
I think my main problem is actually more to do with master pages that anything else.. Below is a description:
If you use master pages in your website and you have pages in different sub directories then the simplest way to add JQuery references is using <script src='<%# ResolveUrl ("jq.js")%> /> in the master page header??
This means that the .js files are correctly referenced in all pages that use the master. My main problem is that intellisense only seems to work for JQuery when the JQ Script is actually referenced in the header and not by using ResolveUrl('') <script src="/scripts/jq.js" />
I dont want to have to live without intellisense, Surely there is a way to get around this. What am I doing wrong.
I've added a database to one of my projects and I'm wondering how I can get intellisense for them.
Basically I have no how I can query the database that I've added to the project. I know SQL fairly well, but I don't know how I can write queries within vb.net and have them display.
I can get, so intellisense will probably be invaluable.
I'm just getting started with C++ and I'm having a little trouble with intellisense. I've created an empty project and added a few variables to the only existing cpp file that I created.When I'm slowly typing out the name of the variable I expected it to show up like in visual basic .NET but it doesn't seem to be.something wrong, or is there a setting somewhere I need to adjust
I'm working in Asp.net and IntelliSense isn't finding the methods in app code. It executes the code well without any issue at run time, but I'm not able to see the method names while coding. Any idea how to fix this?
I know this is asking alot...and as far as I know there is no way to do this..but I still tought that I whould ask you guys if you might some how figured this one out. The thing is that I have a database-table that contains information about different user-roles...and I whould like to retrive each roles-name in an enum..and as the data changes in teh table I whould like the enum to change aswell...and I also whould like it to be possible to actually get intellisense once trying to access the enum..
I have looked at the following link and sulotion:[URL] The problem with that as far as I have understod, is that I dont get the intellisense and the code kind of gets even harder to understand...since the whole point with enums is to make the code easy to understand..atleast as far as I know.
I added a textarea control to my page. Try to reference it in codebehind and it doesn't show in the intellisense. All other controls are though. I noticed that it also doesn't appear in the 'designer.cs' page.
I have this strange error coming up in VS2008, where is says a variable in not declared in HTML view, when it clearly is declared in the codebehind:Can anyone help with why this might be happening? I've tried all sorts of things, even recreating the page from scratch, but this keeps coming up.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ Reference Control = "CHEADER.ascx" Page="~/Default.aspx" %> <%@ Reference Control = "CLEFT_NAVIGATION.ascx" %> <%@ Reference Control = "CCOPYRIGHT.ascx" %> <%@ Reference Control = "CBOTTOM_NAVIGATION.ascx" %> <%@ Reference Control = "CPAGE0001.ascx" %> <%@ Reference Control = "CPAGE0002.ascx" %> <%@ Reference Control = "CPAGE0003.ascx" %> [code]... none of the usercontrols appear thats is if i replace "WebUserControl1" by name CHEADER it says CHEADER? what is that!!asp.net c# vsts2008
I can create controls on the front end, but my code behind will not display intellisense for these controls. If I write the code anyways, compiling will generate errors (like btnLoad does not exist) but will execute anyway. This occurs across my entire project, and this hasn't been a problem in the past for this project (although I've seen this problem before and have decided to spend time to figure it out).
I've tried deleting my temporary asp.net files, recompiling the schema, and triple checked my Inherits attribute.
Javascript Initellisense keeps giving me errors in VS 2008 SP1. Whenever this happens, VS becomes unresponsive to the point where I can't get anything done. I would like to disable Javascript Intellisense temporarily to see if this is the issue. How do I do this?
In my DBML, I added three tables with relationshiped established. However, when I do "myDataContext.", I do not see the fields of my other table showing up as being available in the intellisense. Any suggestion? Did I do it wrong? I want to update multiple table at the same time.
I want to be able to have the user see the available options when they try to do something such as DateRange = .... (i want intelllisense in here and I can set the values). Is this a possible functionality? I am using VS 2008 .NET 3.5
public partial class _Default : System.Web.UI.Page { protected void Page_Init(object sender, EventArgs e)........
What I want to do is to show a credit amount stored in a database. The function for retreiving the data I want works. I take the user name of the currently logged in user and want to get the credit amount associated with the user.
It seems that Intellisense just doesn't work within attributes in an ASP.NET page. I really like strong typing, because I like Intellisense, and so I generally make sure to bind to a strongly typed object in ASP.NET:
Intellisense just works within the body of the div, but no matter what I do it will not work to set that class attribute. This is very annoying, since attributes are pretty fundamental in HTML, and many of the built in controls use them heavily. I can't find anything about this, but I can't believe this isn't a pretty fundamental need. Is there any way to get this to work?
code behind - in a separate file. I've just upgraded from VS2005 to VS2008. #In an aspx file I have (for example)
[Code]....
However, in the code behind aspx.vb, when I type:Label1 then press '.'I don't get intellisense automatically pop up the members and methods. I've done the reset of the intellisense in Options > Text Editor but that didn't fix it.
I could not get the profile work. I add the following profile in web.config
[Code]....
Profile does not list in the intellisense.I did lots of research on it , many said asp.net website template will work, and web application template won't.I am using Visual Studio 2010 and it has only website template.