Visual Studio :: 2008 Doesn't Have Item Templates For Mobile Web Forms?

Aug 30, 2010

Visual Studio 2008 doesn't have item templates for ASP.NET Mobile Web Forms (which were previously available in Visual Studio 2003).What about VS2010? Same lack?

View 1 Replies


Similar Messages:

Visual Studio :: Cannot Access Mobile Web Page Template Nor Mobile Web Control In VS 2008 Or 2010?

Feb 7, 2011

I am trying to start a new mobile web application project but cannot find the mobile page template originally available on VS 2005, nor can I get the mobile web controls to display in the toolbox even though I have then all selected in the tool-> select toolbox items why? and what can I do?

View 1 Replies

Visual Studio :: Missing 'new Item Templates'?

Feb 8, 2010

I am a 'newbie' to VWD and I am slowly working through the Basic Walkthrough Help files, and learning plenty along the way.However, when I tried to create a new database in the LINQ control walkthrough I found that the option to create a new database is missing, and further investigation has found that many other new item templates are missing.I am using a brand new machine with Windows 7 Ultimate and have enabled IIS and .NET from Control Panel-Programs-Turn Windows Features On-Off. I used the WPI to install all basic elements eg. IIS Components, SQL Server Express.The only 'new item templates' I have when I right-click the App_Data Folder and choose 'new item' are:-ADO.NET Data ServiceAJAX Enabled WCF ServiceDynamic Data FieldSQL Server DatabaseText FileXML FileDoes anyone know where I have gone wrong.

View 4 Replies

How To Add Css Templates To Visual Studio 2008

Jul 31, 2010

i downloaded a css templates from and attached the file from the downloded folder to my website folder and run the index.html icon with the visual studio now i dont know how to link this css template to my default page... i'm trying to link the css template to my default page through this link

<LINK href="styles.css" _fcksavedurl=""styles.css"" _fcksavedurl=""styles.css"" _fcksavedurl=""styles.css"" _fcksavedurl=""styles.css"" _fcksavedurl=""styles.css"" type="text/css" rel="stylesheet">

but its not working.

View 2 Replies

Visual Studio 2008 ASP.NET Project Templates Missing

Jan 8, 2010

My desktop management team have just installed visual studio 2008 and there is no plugins for asp.net. Is this missed out while they installed visual studio? Can this to be installed again?

View 2 Replies

Visual Studio :: Missing Templates For Windows In Web Developer 2008

Mar 7, 2010

I wanted to create asp.net web site then wanted to add in the same solution new project Windows Control Library from the templates, but there is no templates for windows other than class library in visual web developer 2008. can i install templates or what can I do?

View 3 Replies

Visual Studio :: Web Form Templates Missing From "Add New Item..."?

Jan 21, 2010

I can't seem to add any new web form files to my project. The option is missing from my Visual Web Developer Express 2008. I have other options, like adding a new class or Silverlight project, but nothing for web forms or master pages.

View 3 Replies

WebMatrix :: Visual Studio 2008 And Visual Web Developer 2010 Express Launch Ribbon Menu Item

Dec 5, 2010

My existing system has Visual Studio 2008 and Visual Web Developer 2010 Express. But Microsoft web installer for Webmatrix has made Wematrix Launch ribbon menu pointing to Visual Studio 2008. How could I make Webmatrix point to Visual Web Express 2010. To make use of IntelliSense and the debugger, I have to manually launch Visual Web Developer 2010 Express.

View 8 Replies

Use An Item From AjaxControlToolkit In Visual Studio 2008?

Aug 23, 2010

I am trying to use the AjaxControlToolkit in Visual Studio 2008.

I download the current binary package 40412 for .NET 3.5 (and have also tried previous binary package 30930 for .NET 3.5). I extract the contents. I start a new web site. I add a new tab and point it at the extracted AjaxControlToolkit dll. I select an item [Editor] from the list of new Tools and plonk it on a webpage - my bin folder is then updated with a whole host of new dlls.

Unfortunately when I click 'start debugging' to test item on the website I am presented with a pop up box titled "Find source" requesting the location of file "ScriptObjectBuilder.cs"

Original location given is i.e. for previous 30930 release - "C:UsersswaltherProjectsAspNetAjaxReleases30930AjaxControlToolkitSourceAjaxControlToolkitExtenderBaseScriptObjectBuilder.cs"

Note: I googled this problem and another programmer stated that when he got this problem he pointed this "Find Source" dialog at the ScriptObjectBuilder.cs file taken from the corresponding source package and found it still didn't work.

I am on Visual Studio 2008 SP1 as required.

View 1 Replies

Visual Studio :: New Project Item Missing In Web Developer 2008 Express

Mar 14, 2010

I'm new at ASP.NET. I'm trying to follow the first video tutorial in this link (Web Forms): [URL]. I see the guy using the same IDE as I use. He goes to File > New Project. I do not have the NEW PROJECT item in the FILE tab. Therefore I cannot follow the steps. I do not have the templates either for MVC or Web Forms
Using: .NET framework 3.5

View 4 Replies

Crystal Report Template Missing In Visual Studio 2008 > Add New Item

Oct 2, 2010

I am using Visual Studio 2008 Professional Edition. I googled for the same, it says u might not have selected crystal reports feature while installation of vs. I am sure that i had selected installtion type = Full/Complete.

So has it anything to do with vs service pack etc. I dont have VS 2008 SP1, but VS 2008. Or wud be better if we can add crystal report component explicitly. (kinda standalone installer for crystal reports and then it will automatically merge with VS.)

View 1 Replies

Visual Studio :: To Use A Sql Server 2008 Database When Adding New Data Item To App_code?

Jul 11, 2010

I am using Visual Studio 2010 and have a full version of SQL Server 2008 (not SQL Server Express 2008). I would like to be able to use the database that I created in Sql Server 2008 (not sql server 2008 express) but when I go to app_code -> Add Item and select SQL Server I get the following error message:

"Connections to SQL Server database files (.mdf) requires Sql Server 2005 Express or Sql Server 2008 Express to be installed an running on the local computer ..."

Do I really need to have sql server 2008 express installed on my local computer when I already have the full blown version of Sql Server 2008 installed on my local computer.

View 1 Replies

C# - Visual Studio 2008 Compilation Works; Same Project Compiled In 2010 Doesn't?

Feb 1, 2011

Have a project that was created in Visual Studio 2008 and deployed to a 64-bit Windows 2003 server. This application references a 32-bit Interop.ActiveDs.dll. The applications were originally compiled for 'Any CPU', however, explicitly compiling as 'x86' doesn't solve the problem. The project targets the 3.5 framework.

The server is running IIS 6.0 in 64-bit mode. When we deploy the version compiled in Visual Studio 2008, the app runs perfectly fine; all pages show up. In retrospect, this is actually surprising.We migrated the application to Visual Studio 2010 (we did not change the targeted framework) and redeployed. Now we get a BadImageFormatException loading Interop.ActiveDs.dll. Which actually makes more sense than the 2008 version running.To solve the problem, we set Enable32bitAppOnWin64 to true and ran aspnet_regiis.exe -i from the 32-bit folder of the 2.0 framework (as per various instructions on the web). In IIS, web service extensions, there were two versions of ASP.NET 2.0, one for 32-bit and one for 64-bit. We prohibited the 64-bit version, restarted IIS, and launched the website.

What we expected: The app to run as 32-bit, load the interop, and display
What we got: "Service Unavailable"All other web pages that were previously working displayed the same message, as did the Visual Studio 2008 version.The support page here describes the problem exactly, but tells us to do exactly what we did to resolve the problem (enable 32-bit mode).We've rolled back to 64-bit mode in IIS and deployed the Visual Studio 2008 version for now, but we really need to figure out how to make this app run and load the interop (there are also 32-bit Oracle DLLs that are referenced)Two questions:Why does the Visual Studio 2008 version work at all??
How do we get the Visual Studio 2010

View 1 Replies

Visual Studio :: 2003 - 2005 And 2008 - Doesn't Show Business Intelligence Option

Jun 11, 2010

I have VS.NET 2003, 2005 and 2008, when I use VS.NET 2005 and clic on new project, this doesn't show me the business intelligence option, this only work with .NET 2008, what sould i do?

View 1 Replies

Visual Studio 2008 - Finding Tools For Visual Studio 2008 Which Can Reformat ASPX Code

Jan 6, 2010

Is there any tool for Visual Studio 2008 which can reformat ASPX code to make it more presentable (eg insert line breaks, format the lines so they wrap when necessary, etc)?

View 5 Replies

Visual Studio :: How To Convert Whole Visual Studio 2008 Web Site Project To Visual Studio 2010

Aug 14, 2010

is it possible to convert whole visual studio 2008 web site project to visual studio 2010 web site project

my current project references

i have a very annoying iis problem

iis server stops working until app pool is recycled

i am hoping that new visual studio (net framework 4.0) may solve this very annoying unsolveable problem

View 2 Replies

Visual Studio :: Opening Visual Studio 2008 Project In Visual Studio 2010?

May 21, 2010

Anyone know if I can maintain a VS 2008 (.net 3.5) project by using the VS 2010 IDE ?

View 1 Replies

Visual Studio :: How To Sort Templates Alphabetically

Feb 8, 2010

I'm wondering if Visual Studio is ever going to allow users to sort the available templates alphabetically.

When clicking on File | New File, I'm greeting with the New File dialog window, which has a seemingly arbitrarily ordered list of items to choose from. This isn't so bad, because there aren't that many, but it would still be nice to order them.

When right-clicking a project, and choosing Add | New Item, I get a Add New Item dialog box that has the same dementedly senseless order, and there are many more of them. Fifty-three on my system, in fact. Having no easy way to order these alphabetically is a serious pain, and I've seen complaints about it all over the Internet. Does anyone know of a way to get Visual Studio 2008 to order these templates alphabetically, and does anyone know if Visual Studio 2010 will finally include this feature?

I found a PowerShell script online that was supposed to accomplish this, but it appears to have been written for .NET 2.0, and I'm using .NET 3.5. I don't have the time to pick apart the PowerShell script and hope I get the modifications right.

View 2 Replies

Visual Studio :: Lost Default Templates?

Feb 22, 2010

I installed the dotnetnuke starter kit for VS 2008 and now when I go to create a new website or project, the only template is a dotnetnuke website. I have lost all of the default templates that come with VS. Is there some way I can restore those?

View 3 Replies

Visual Studio :: Small Bug With Some Templates - 2010 Ultimate Only?

Oct 15, 2010

The other day I installed VS 2010 utimate from the MSDN DVD English, Disc# 4699, June 2010, part number x16-88957. While I was following Chris Hammond article on developing DNN module, I downloaded and installed his template provided on codeplexhttp://christoctemplate.codeplex.com/.When starting a new project with his template I noticed that some of the fields such as Location, Solution Name, and check boxes were missing. I re-download the template to make sure it was'nt the problem. I also install vs 2010 ultimate on different machine to see that the problem was still there. Furthermore I also noticed that the problem wasn't specific his template but was also present with other templates such as Ajax Server Control, Ajax Server Control Extender, ASP.net Server Control. You can see the behaviour here www.clemex.com/bug/DnnTemplate/DnnTemplate.htmlSo I uninstalled VS 2010 Ultimate and installed VS 2010 Professional instead and voila no more problems and all templates work as expected :) Sometime more features mean more problems, no need to install ultimate if professional is doing the job.

View 1 Replies

Visual Studio :: Delete Exported Templates From VWD2008?

Mar 16, 2010

I need to delete exported templates from VWD2008. I have deleted the actual files, but the templates still show up under my exported templates when you select add new item, anyone kow where these are stored?

View 2 Replies

Visual Studio :: Connect Visual Web Developer 2008 Express Edition To SQL Server 2008?

Sep 11, 2010

i have created a login.aspx file in visual web developer .now i want to connect the username and password details to SQL database

View 1 Replies

Web Forms :: Build A Website For Mobile Browser - Visual Studio 2010

Apr 6, 2013

How to make mobile website in visual studio 2010 or above.

whta is differ when we code for it on c#.

View 1 Replies

Visual Studio Premium 2010 Not Show All Of The Available Project Templates?

Sep 14, 2010

I'm trying to create an ASP.NET Web Application, but this is all I see: I have confirmed that I have the full Visual Studio installed, not just Visual C#.Why can't I see ASP.NET Web Application in the "new project" list?

View 1 Replies

Visual Studio :: Removing Exported Templates VWD 2010 Express?

Jul 13, 2010

I have been practicing exporting templates and now I have all these unwanted templates. I have deleted the files from MyExportedTemplates directory but they persist. How do I delete these templates?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved