Top ASP.NET Items

Sponsors

Archives

Browse by Tags

All Tags » Orcas (RSS)
Spell checker 2.3 for Visual Studio 2008 SP1
Minor update for the Spell checker add-in for VS 2008 SP1. It is now available at Visual Studio Gallery . Direct link: http://visualstudiogallery.msdn.microsoft.com/en-us/2f3d691d-8838-4d84-ad64-44a02db37e30 What's new in version 2.3: Updated native code loading mechanism to improve robustness Fixed bug when applying suggestion would also delete punctuation immediately following the word. You can find extended information on the add-in and possible customization in earlier post . For VS 2010 version look here . Thanks Mikhail Arkhipov Read More...
HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer
You all probably know that new HTML 5 standard is coming. We made a new intellisense schema that you can add to VS 2008 or VWD Express 2008 and get intellisense and validation on HTML 5 elements. Note that schema is for markup only, we do not have DOM2 update for jscript intellisense yet. How to install the schema: Download attached ZIP file. Place html_5.xsd in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Packages\schemas\html Run either x86 or x64 reg file depending on the OS and VS/VWD flavors installed. For example, for VWD Express installed on 64-bit OS run HTML-5-Schema-Reg-x64-VWD.reg and for VS 2008 installed on 32-bit OS run HTML-5-Schema-Reg-x86.reg. Restart VS You can select HTML 5 in the schema dropdown and HTML 5 element...
Updated NUnit Templates for ASP.Net MVC 1.0 RTM
ASP.Net MVC 1.0 RTM has been out for a while and I noticed that people are still downloading an NUnit sample project I created for ASP.Net MVC Preview 3. Since then an AccountController class and a corresponding set of unit tests have been added to the MVC Application project. I created an updated set of NUnit templates with tests for the Home and Account controllers. To install the templates, just extract the zip file from the link below and run installNUnit.cmd . VWD Express is supported along with VSTS as well as support for x86 and x64 bit OS's. If you are installing on Vista or higher, run the cmd file as an admin. NUnit Test Templates Below is a screenshot of the NUnit AccountControllerTest class for Visual Basic. If you build a new...
ASP.NET MVC 1.0 Release Candidate now available in Web Platform Installer
ASP.NET MVC 1.0 RC can now be installed with Web Platform Installer: http://www.microsoft.com/web/channel/products/WebPlatformInstaller.aspx Here is a quick description of Web Platform Installer from the Web Platform Installer website: “The Web Platform Installer (Web PI) is a simple tool that installs Microsoft's entire Web Platform, including IIS, Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and the .NET Framework. Using the Web Platform Installer’s user interface, you can choose to install either specific products or the entire Microsoft Web Platform onto your computer. The Web PI also helps keep your products up to date by always offering the latest additions to the Web Platform.“ I tried it out and was...
Microsoft Report Viewer Add-on for Visual Web Developer 2008 Express has been released
Microsoft Report Viewer Add-on for Visual Web Developer 2008 Express is now available for download. It includes the RDLC designer and Microsoft Report Viewer 2008. The RDLC designer creates and edits RDLC files with RDL 2005 schema. Download: http://www.microsoft.com/downloads/details.aspx?FamilyID=b67b9445-c206-4ff7-8716-a8129370fa1d&DisplayLang=en Read More...
Exclude Files and Folders from WDP Output
Web  Deployment Projects (WDP) allows you to pre-compile your web into binaries and further also allows you to merge the assemblies produced in the format that you like. In my earlier posts I had talked about various WDP features and the latest release of WDP for VS 2008.  You can read more about this here By default in the WDP output you will find project files (.csproj/.vbproj), user files (.user), .PDB, obj folders and other artifacts which are not required for web to run.  It is pretty easy to get rid of these files automatically by following these simple steps: Step 1 - Open WDP project file for editing Open WDP project file by right clicking on the WDP project and clicking "Open Project File" Step 2 - Exclude Read...
Troubleshooting "Visual Studio 2008 Design view hangs" issues
Over the last few months we've collected information on various issues related to design view not working in Visual Studio 2008 or Visual Web Developer Express 2008. Here is list of known issues and possible solutions: Microsoft Visual Studio Web Authoring Component fails to install. 1. Pre-release Office 2007 components are installed. Most often it was XPS Add-in for Office 2007. 2. Expired trial version of Office 2007 is installed. 3. Some Office components are installed, but are not visible in Control Panel. Solution: uninstall offending component. You can verify if Office is RTM by checking version of MSO.DLL in C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12 . Right click on MSO.DLL and choose Properties -> Details...
Checkout Tip#7, Tip#8 and Tip#9 on Tips and Tricks blog
Here are three new tips on Tips and Tricks Blog. Tip #7 Did you know… How to Sort data using a ListView control? Tip #8 Did you know… How to create an ASP.NET Web User Control and include it in your web page? Tip #9 Did you know… You can also register your ASP.NET Web User Controls in Web.config? Enjoy! Reshmi Mangalore SDET, Web Development Tools Read More...
What to do when VWD crashes or hangs on you
It is surely frustrating when VS or VWD crashes on you or hangs with "Not Responsing" message. If you do not have reliable repro steps, the best piece of information you can provide to us is a debug dump. He is how you can obtain it. If you are using Visual Studio 1. Start Visual Studio. 2. Start another instance of VS. 3. In the second instance click Tools | Attach to Process.. . 4. In the list of processes locate devenv.exe. 5. Click Select... and explicitly choose 'Native' and 'Managed' code. 6. Click OK and OK to close Select dialog and Attach to Process dialog. 7. Go back to the first instance of VS and repro the crash. 8. Upon the crash control should go to the second instance of VS. 9. In the second instance...
New on Tips and Tricks Blog!
Here are three new tips on Tips and Tricks Blog. Tip #4 Did you know… You can add browsers to Visual Web Developer using the “Browse With…” option Tip #5 Did you know… How to Databind a ListView control? Tip #6 Did you know… About the “Tag Navigator” feature? Have a great weekend! Reshmi Mangalore SDET, Web Development Tools Read More...
More Posts Next page »