No Tab Control In VS2008 Pro?
Apr 21, 2010i just got VS 2008 Pro.....why isn't there a Tab control???
View 3 Repliesi just got VS 2008 Pro.....why isn't there a Tab control???
View 3 Replieshow do i create a rating control in asp.net in vs2008
View 4 RepliesUsing VS 2008 on Windows 7 trying to publish to Windows 2003 Server.
Receive the following error:
Unable to add '_MainFoot.ascx' to the Web site. Server error: A page with the name _MainFoot.ascx already exists. It was last modified by SERVERuser on 22 Apr 2010 11:20:29 -0700.
========== Publish: 0 succeeded, 1 failed, 0 skipped ==========
The user control in the error is not a new control and has been previously published. It has been edited and I am trying to publish again with the update.
Options for Publish to IIS are:
1. Replace matching files with local copies
2. Only files needed to run this application
3. Include files from the App_Data folder
This problem occurs only with user controls, changes to webforms publish correctly.
I have installed AJAX Control Toolkit and the toobox have a long list of Ajax control I can drag and drop.However, I want to use Combobox control but this control is not there. Where do I get it ?
View 2 RepliesI have runned a web application but it only show a directory
How to make a show a web page for debug in xp with visual studio 2008
can I use .net framework 4.0 in VS2008 ? If yes how can I do that? My application uses 2.0 ,Or are there advantages to updating to the latest .NET 4.0 now? And also I came across some new features in framework 4.0 like :
Response.RiderectPermanent
Response.RiderectToRoute
Response.RiderectToRoutePermanent
i have crated dll of my c# application and Have signed it but m not getting how to register it as i want to access it in my asp application so plz can u provide the steps required for registration
View 1 RepliesI have the project in vs2008. I find that there is difference behavior between VS2008 Debug Mode IIS and Windows 7 IIS.
I have published the project and deploy on windows 7 IIS.
Different examples: After login, VS2008 debug mode can go to default page but not in windows 7 IIS in which it return back to login page after login. Sometimes, they can login but still difference behavior in page reload such as dropdownlist databind.
I have been trying to use some of the controls in vs2008 and I am having probems. 1) When I try to choose multiple controls the control nor shif key works and I can only click on one control at a time.
2) When using wizard, panel, ajax tab control, etc. I cannot get my other controls to go inside the boxes. They want to land elsewhere on the page (Outside the box). I have tried copying, moving, a new pull, etc. Can anyone tell me what I am doing wrong or direct me to a tutual on this.
3) In Ajax tabs the tabs are so small that I cannot read the text in the tab. I have tried to enlarge etc. but it's not working. Also, when I try to pick on a tab to change tabs, my tab doesn't change and I cannot get the controls to go into the right tab.
I opened an existing VB WINFORM Project on Sunday that I had been working with on Friday, but now the toolbox only showed REPORTING and Visual basic PowerPacks.I had not added or changed the toolbox since I used it on Friday (in fact there have been no changes for a long time....if ever).I tried running "devenv /installvstemplates" and "devenv /resetskippkgs" but they didn't fix it.If I do a "Show All" on the toolbox, a Standard heading shows, but all controls (Label, Textbox, Button, etc) are grayed out
View 2 RepliesI am trying to install Visual Studio 2008 on Windows 7, when I run setup.exe I got following error, Visual Studio Setup Launcher has stopped working..
View 3 Repliesi have been trying to use log-in tools in VS2008
i made folder named Admin with web.config contains:
[Code]....
I need to migrate a ASP.NET application from 1.1 to 3.5. I have gone through the answers on this forum already, but still have some questions
should I convert the application from 1.1 to 3.5 directly? OR convert it to 2.0 first and then to 3.5 and the reasons for doing so.Is there any article that walks through the whole conversion process from 1.1 to 3.5 with solutions for any typical issues encountered during the conversion process?Is it possible to convert a ASP.NET 1.1 project to ASP.NET 2.0 using VS2008 OR do I need to use VS2005 IDE for doing so?
When I make a change to a form, add a control, or text, etc., the updates don't appear immediately in the web browser after I run the application again. I have also tried saving the changes before running it again. Same results in either IE or FireFox.
I have also set my browser to check for updates everytime a web page is loaded again.
I am trying to get the porofile for a specified user to return so i can put the info into appropriate textboxes but using profile base and a number of other remedies i cant seem to get it to return anything other than null values
[code]....
I need to be able to add a reference to ADODB in my code to access that particular COM object's result.
I have tried to add the adodb reference from the properties page of my site, but whenever I try to run the site after adding it I get this:
[code]....
To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
END MESSAGE
Why would this be? I've not encountered this before when adding the adodb reference. The source of the adodb reference is:
c:Program FilesMicrosoft.NETPrimary Interop Assembliesadodb.dll
The file is indeed in that directory.
I have an array that I want to bind to a repeater. It's a single dimensional array, and I simply want to post the values of that array to a repeater. I tried binding directly from the array but I couldn't get it to work right, so I looked around and found that I should maybe use a hashtable. I'm thinking that I can sort the array appropriately, then feed the array into the hashtable as is. The problem is, though, the key order in the hashtable doesn't match the values in the array. Here's the code:
[Code]....
So if my sorted array is 1,2,3,4,5, for some reason the hastable doesn't have the keys in the same order. Is there someway to sort the hashtable so that the key order is sequential when I bind the repeater, or is there a better way to handle this?
I'm having problems trying to connect to a remote debugger for VS2008-SP1.I'm trying to debug an ASP.NET application on a Win2k8 VM. The host PC (WinXPsp3) running Visual Studio is connected to an AD domain, and is logged in with a domain account. The VM is not connected to the domain and is logged in with the local Administrator account.The VisualStudio remote debugger requires authentication in both directions, so I would normally add my domain account as a local admin on the VM and allow debug permissions for that user.Since the VM is not on the domain, I can't add my domain account as a local admin. What can I do to get remote debugging going between my PC and the VM?
View 3 RepliesWhen I open a 3.5 related web project then the Ajax extension is showing; e.g.: script manager,update panel etc
However when I open a 2.0 web project then Ajax extension is not showing.
what to do if I want Ajax extension to be available in case of 2.0 related project.
Do I need to download an installer? If so then tell me URL from where I can download Ajax extension for 2.0.
I run the preparaion pack then successfully run the installation of SP1 I do not see verification on the 'About VS 2008' page.
Consequently (I think) my attempts at installing SQL Server Management Express 2008 constantly fails due to the lack of SP1.
I'm having a problem with opening ASP.NET configuration in Visual Studio 2008 Express. It just won't open. Nothing happens when I click ASP.NET configuration (under Website).
Odd things:
(1) It works fine (opens) in Visual Studio 2005 Express.
(2) I tried re-installing Visual Studio 2008 Express and the ASP.NET configuration opened fine for a couples of day, but now its not working again.
I started up a new 3.5 Asp.Net Website using VS2008.
No Asp.Net Ajax enabled Website or Ajax toolkit enabled templates present.
Ajax Extensions tool set is there.
Added the ajaxtoolkit3.5 controls to the toolbar in its new tab. I'm running asp.net 3.5.
DesignView....
Add scriptmanager to the page.
Add a standard control. I tried each one of the following one at a time: Button, Textbox, Panel.
I drag and extender to the window and (/) can't do!
I cannot drag and drop any extenders to my page.
I add reference to the ajaxtoolkit dll that is the bin directory. Does nothing.
I add a Register declaration on the page. Does nothing.
I didn't touch the code behind. Everything there is default including the using statements.
[code]...
After I publish my site and I take a look at the bin directory I notice a lot extra directors that seem to be associated with the Ajax Control Toolkit such as ar,cs,de,es,fr Could any explain what these folders are and do I have to have them? Also I notice it seems to publish the .pdb file for the AjaxControlToolKit can I delete these when I place them on my server? I am using VS2008 .net 3.5
View 2 RepliesI need an advice on which edition of VS 2008 to order. We are a team of 3 developers, one of use has VS 2008 Team Suite edition, but he works on a different projects under different management, and the remaining 2 of us are working with VS 2003. So we want to upgrade to VS 2008.
Can we buy a one edition of Team suite and the another Professional edition for the other developer, or it has to be Team suite for all developers.
Do you think we are going to miss anything by buying Professional edition for both of us.I'm not really sure which way to go.
The following line of code in my aspx page produces the compile error AjaxControlToolkit is undefined:
[Code]....