CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters Tags:
Item Type: NewsGroup Date Entered: 6/10/2006 12:15:38 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 9 Views: 29 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
10 Items, 1 Pages 1 |< << Go >> >|
gordingin
Asp.Net User
How can I load this in VS 2005?6/10/2006 12:15:38 AM

0/0

I downloaded this and wish to run and debug this in VS 2005. Looks like there are templates, what are these for and how can I debug this/

 

thanks

Ralph

Russ Helfand
Asp.Net User
Re: How can I load this in VS 2005?6/10/2006 12:43:48 AM

0/0

  1. Install Visual Web Developer (VWD) or Visual Studio 2005 (VS).
  2. Download and open/run the VSI file for this adapter kit.
  3. This will bring you through an installation wizard.  Typically you just want to hit "next" a bunch of times until you are done.
  4. Open VWD or VS.  Under the file menu you'll find a way to create a new web site.  That will bring up a dialog where you can specify your prefered language (C# or VB).  Then, you can choose various web site "templates."  Installing the VSI adds a new web site template to your available list.  It is called CSS Friendly ASP.NET Control Adapters.  Choose it, specify where you want the new site to be stored on disk and finish up creating your new web site.
  5. In VWD or VS run or debug your new web site.  It should run under Cassini without any need to further change anything.

If you have problems, write back on this thread and the community here will continue to help you.

There is absolutely no need to manually unzip the VSI file or anything like that.  All you need to do is "install" it and then us VWD or VS to create a new web site from the site template that the VSI installs.

Clear as mud?


Russ Helfand
Groovybits.com
synnik
Asp.Net User
Re: How can I load this in VS 2005?7/7/2006 3:51:27 PM

0/0

That's great for a new site...

But is there an easy way to enable this for a pre-existing project?

Thanks...
Russ Helfand
Asp.Net User
Re: How can I load this in VS 2005?7/7/2006 5:03:52 PM

0/0

The white paper has directions for adding these adapters to existing projects.  It tells you exactly what files to move into what folders.  It's perfectly plausible to use the menu adapter, for example, in an existing project that already uses an <asp:Menu> tag.  The existing ASP.NET code will (or should) continue to function after you add the MenuAdapter to the project... but now the menu will use unordered lists (ul and li tag) rather than tables.  Of course, you will have to create the CSS styles to work with your adapted menu (like you see are being used for the menu sample in this kit).  But if you do that, there's no reason that the adapters should fail just because they are being fitted into existing code/markup.


Russ Helfand
Groovybits.com
burlistic
Asp.Net User
Re: How can I load this in VS 2005?8/2/2006 1:36:25 PM

0/0

I am also having trouble loading in the adaptors.  Great article, but where is the adaptor folder the author speaks off, or even the VSI file that was mentioned?

Perhaps I cannot see the files as I found the article through a search engine. Am I missing something?

BuR

burlistic
Asp.Net User
Re: How can I load this in VS 2005?8/2/2006 2:16:56 PM

0/0

Russ Helfand
Asp.Net User
Re: How can I load this in VS 2005?8/2/2006 2:22:46 PM

0/0

The VSI file can be downloaded from the home page of the kit, http://www.asp.net/cssadapters.  Click the button that is labeled "Download Source." After you accept the license, you will be prompted to save or open the VSI file.

As noted in earlier replies in this thread, the VSI is a file that adds functionality to Visual Studio.  Specifically, in this case, it adds to the list of web site templates that Visual Studio lets you select from when you use Visual Studio to create a new web site.

So, you will need to install Visual Studio before you try to open (double click on) the VSI file for this kit.  There is a free version of Visual Studio called VWD (Visual Web Developer Express) that you can install if you don't already have another form of Visual Studio 2005 installed.  You can get VWD for free here, http://msdn.microsoft.com/vstudio/express/vwd/download/.

So, first you should install VWD (or the full version of Visual Studio 2005).  Then you should download and install the VSI for this kit from http://www.asp.net/cssadapters.

Does that help you get started?


Russ Helfand
Groovybits.com
burlistic
Asp.Net User
Re: How can I load this in VS 2005?8/2/2006 4:09:06 PM

0/0

Thanks Russ,

All sorted now. I just needed a link to actually download the files.

BuR

Lonely Rolling
Asp.Net User
Re: How can I load this in VS 2005?8/12/2006 8:12:33 PM

0/0

Russ Helfand:

  1. Install Visual Web Developer (VWD) or Visual Studio 2005 (VS).

  2. Download and open/run the VSI file for this adapter kit.

  3. This will bring you through an installation wizard.  Typically you just want to hit "next" a bunch of times until you are done.

  4. Open VWD or VS.  Under the file menu you'll find a way to create a new web site.  That will bring up a dialog where you can specify your prefered language (C# or VB).  Then, you can choose various web site "templates."  Installing the VSI adds a new web site template to your available list.  It is called CSS Friendly ASP.NET Control Adapters.  Choose it, specify where you want the new site to be stored on disk and finish up creating your new web site.

  5. In VWD or VS run or debug your new web site.  It should run under Cassini without any need to further change anything.


Thank you.



I didn't notice these instructions on the CSSAdapters site or in the readme file. It would probably be helpful there to those unfamiliar with VSI files.

Russ Helfand
Asp.Net User
Re: How can I load this in VS 2005?8/12/2006 10:38:58 PM

0/0

Good idea.  I've updated the landing page for the kit to include (a modified version of) these instructions (above).  It will appear in the next rev of the kit (which will be released in the coming weeks).


Russ Helfand
Groovybits.com
10 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Professional Visual Studio 2005 Team System Authors: Jean-Luc David, Tony Loton, Erik Gunvaldson, Christopher Bowen, Noah Coad, Darren Jefford, Pages: 700, Published: 2006
Pro Visual Studio 2005 Team System Application Development: Application Design Authors: Steve Shrimpton, Pages: 768, Published: 2006
Programming ASP.NET: Building Web Applications and Services with ASP.NET 2.0 Authors: Jesse Liberty, Dan Hurwitz, Pages: 930, Published: 2005
Professional Software Testing with Visual Studio 2005 Team System: Tools for Software Developers and Test Engineers Authors: Tom Arnold, Dominic Hopton, Andy Leonard, Mike Frost, Pages: 372, Published: 2007
Professional Visual Studio 2005 Authors: Andrew Parsons, Nick Randolph, Pages: 869, Published: 2006
Pro Visual Studio 2005 Team System Authors: Jeff Levinson, David Nelson, Pages: 515, Published: 2006
The Complete Reference to Professional Soa With Visual Studio 2005 (C# & Vb 2005) .net 3.0 Authors: Tom Gao, Pages: 700, Published: 2007
Pro ASP.NET 2.0 E-commerce in C# 2005 Authors: Paul Sarknas, Pages: 617, Published: 2006
Pro C# with .NET 3.0: exploring the .NET universe using curly brackets Authors: Andrew Troelsen, Pages: 1186, Published: 2007
Pro C# 2005 and the .NET 2.0 Platform: Public Beta Edition Authors: Andrew W. Troelsen, Pages: 982, Published: 2005

Web:
Using Visual Studio 2005 to Perform Load Testing on a SQL Server ... Summary: Microsoft Visual Studio 2005 Team System includes a load-test tool that you can use for performance and stress testing of a Microsoft SQL Server ...
MySQL :: Pacakage Load Failure with VS 2005 I have VS 2005 and the latest .NET Connector and receive a pacakge load failure error when I try to click connect database. ...
How to Solve Beta Install Related Package Load Failures with VS ... Right after VS 2005 shipped, a lot of people ran into "Package Load Errors" when trying to install and run the final release of the product. ...
Migrating a VS 2005 Web Site Project to VS 2005 Web Application ... Before migrating any code into your new VS 2005 Web Application Project, ... The result will most likely be a "could not load type" runtime exception ...
Anton Jason .NET blog: Web Test and Load Test in VS 2005 For the last two days I explored the testing features on the VS 2005, mainly the web test and the load test features. There is still no much help provided ...
Is your Visual Studio 2005 SLOW to load? Thanks for the tip, it really made VS2005 load faster but I am having problem loading designer window. It was loading a lot faster earlier but now the ...
Know Dot Net - Load VS2005 Add-in In VS2008 Now when you go to the Addin Manager, you will be able to see the VS2005 addin and if you set the addin to load, when you close the Addin Manager, the addin ...
Project Glidepath Blog - Visual Studio 2005: Package Load Failure ... After installing GlidePath (all install pieces completed successfully), i get the following Package Load Failure error running Visual Studio 2005: ...
CheapSoftware4964's User Page | VIDEO CODE ZONE - your source for ... microsoft visual studio 2005 package load failure searching in visual studio hotkey .... visual studio 2005 user id password input parameter menu load ...
Bill Barnett's blog : Deleting old load test results Visual Studio Team System (VSTS) Blog said:. All tasks that should be performed on a regulary basis are listed here. Deleting old load test results ...

Videos:
Omar vs. Lilou - Red Bull BC One 2005 - High Quality Omar(USA) vs. Lilou(France) from BC One 2005. The 04 winner vs the 05 winner. This is straight from the dvd. Can anyone tell me what song ...
Time to load Visual Studio 2005 Windows XP 64bit Athlon 4600+ 2GB RAM DDR 2 800 HDD SATA2 Hitachi 160GB
Omar vs. Lilou - Red Bull BC One 2005 - High Quality Omar(USA) vs. Lilou(France) from BC One 2005. The 04 winner vs the 05 winner. This is straight from the dvd. Can anyone tell me what song this ...
MSVolUseRightsUni #7 Microsoft Licensing Product Use Rights ... htp://download.microsoft.com/download/b/e/9/be9929eb-298e-4636-907c-70216f5f6f90/MicrosoftProductUseRights(Worldwide)(English)(January2008)(CR ...
Boulder Colorado Software Company - Recruiting Video RegOnline, a software company that develops online registration and attendee management software introduces itself to potential new hires in this ...
Eurobasket 07 - Germany vs Italy 12/09 12 September 2007 The Good Germans Italy held Dirk Nowitzki in check but couldn't have expected Johannes Herber to score 10 of his 15 points ...
MSVolUseRightsUni #227 Microsoft Licensing Product Use Rights ... htp://download.microsoft.com/download/b/e/9/be9929eb-298e-4636-907c-70216f5f6f90/MicrosoftProductUseRights(Worldwide)(English)(January2008)(CR ...
Map Control Mouse Panning Tests Last night, I got to wondering how difficult it would be to slap together a map control for my phone. The goal? To host up some NLT Landsat 7 ...
Burning man at the 2004 Gathering of the Juggalos DVLH http://www.lukehadley.com A Juggalo (male or female) or Juggalette (more commonly used for a female) is a member of the group that has grown ...
MSVolUseRightsUni #6 Microsoft Licensing Product Use Rights ... htp://download.microsoft.com/download/b/e/9/be9929eb-298e-4636-907c-70216f5f6f90/MicrosoftProductUseRights(Worldwide)(English)(January2008)(CR ...




Search This Site:










help with n-tier design, scott mitchell

basic question on moving .aspx files and bin folder

vs.net

how to compare a hashed password with a salted hashed password?

navigation links at left side.

is there a market for dnn 2 modules still?

problem with virtual directory.

dos commands

linkdemand status

1.1 style data access in 2.0 ide?

help! panic. moved dnn site and now it just redirects back to old server!

cms suggestions?

asp.net generic counter...

asp.net connecting to remote sql server 2000 on same subnet

sending parameters to custom modules

3.0.6 usersonline

issue on credit card payment

cannot debug: ports are blocked.

how do i install a new module in version 2

dnn with pervasive?

error for oledbconnection open() method

creating a new asp.net application - unc share error

multilingual question

new: *free* nhl hockey pool module

portal site with multiple domain names??

documentation

unable to open the solution(source code) through visual studio

form authentication problem

sending email

i have bound datalist to a table..

 
All Times Are GMT