Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:110459
More Search Options
RSS Available
Matching Posts
Re: Install with VS2008
Always good advice. [quote user="Juan T. Llibre"] The usual warning is still good : never install beta programs on partitions you can't afford to format ! [/quote]
Posted to
Visual Studio 2010 Beta 1
(Forum)
by
BradleyB
on 5/22/2009
Re: Install with VS2008
Correct you can install both VS08 and VS2010 on the same machine. Installing VS2010 will not affect the functionality of VS08. Brad.
Posted to
Visual Studio 2010 Beta 1
(Forum)
by
BradleyB
on 5/22/2009
Re: Converted from 1.1 to 2.0 Web Application Project, now project compiles twice under both models
This post explains some of the differences in the compilation models. http://forums.asp.net/p/1023499/1995873.aspx#1995873 Hope it helps, Brad
Posted to
Migrating from ASP.NET 1.x to ASP.NET 2.0
(Forum)
by
BradleyB
on 11/25/2007
Re: VS2005 Web Application debugging *EXTREMELY SLOW*
Believe it or not, with WAP and yes even VS2003 only the code behind files along with other code files *.cs or *.vb are compiled into the single code behind assembly. All the .aspx, .ascx etc.. files are still dynamically compiled by ASP.Net during the http requeset. The code behind files are not being compiled twice. VS is compiling the code files into an assembly that is placed in the bin folder. Then asp.net is compiling the page based on the assembly in bin. It's a two step process. For example
Posted to
VS 2005 Web Application Projects
(Forum)
by
BradleyB
on 11/8/2007
Re: VS2005 Web Application debugging *EXTREMELY SLOW*
One issue you may be running into is the validation for opened pages. Web Application Projects only compiled the code behind files into an assembly. The page class will still be compiled by ASP.Net. Opened pages in the VS editor/design surface will still use the website model for validating intellisense within the page for inline code. Try closing all open documents and see if you still have the same problem. Hope this helps, Brad.
Posted to
VS 2005 Web Application Projects
(Forum)
by
BradleyB
on 11/2/2007
Re: Can't find "Installation Folder" dialog in Web Setup project
Hey Mfitzgerald, I checked with one of our seutp experts and here is answer I got. Hope it helps! The Installation Folder Dialog is not available in Web Setup projects. There are three workarounds depending on your scenario: Pre-configure the web server so that the Virtual Directory you are installing to already exists and points to a folder on disk. We’ll honor that location at install-time. Add a “Custom Folder” to the File System Editor and set it’s DefaultLocation to be equal to a public property
Posted to
Visual Studio 2005
(Forum)
by
BradleyB
on 10/16/2007
Filed under: web setup
Re: Object reference not set to an instance of an object - Web Application Project
How are you deploying to the webfarm? Are you using VS or some other process to push the binaries? Thanks, Brad.
Posted to
VS 2005 Web Application Projects
(Forum)
by
BradleyB
on 8/28/2007
Re: Error when adding Content Page from Master Page in VWDExpress
Here are a couple of commands you can use to force VS to re-initialize its templates first try: devenv /installvstemplates if it still doesn't work try: devenv /Setup Hope this helps, Brad.
Posted to
Visual Web Developer 2005 Express
(Forum)
by
BradleyB
on 2/23/2007
Re: MSBuild integraction issue when publishing satellite assemblies
Got it. The change I gave you before was for localized resources in the WAP project. For referenced projects you'll need. <Copy SourceFiles="@(ReferenceCopyLocalPaths)" DestinationFiles="@(ReferenceCopyLocalPaths->'$(WebProjectOutputDir)\bin\%(DestinationSubDirectory)%(Filename)%(Extension)')" SkipUnchangedFiles="true" /> So the "Microsoft.WebApplication.targets" file should have both changes to be correct. <Copy SourceFiles="@(IntermediateSatelliteAssembliesWithTargetPath)" DestinationFiles
Posted to
VS 2005 Web Application Projects
(Forum)
by
BradleyB
on 11/17/2006
Re: MSBuild integraction issue when publishing satellite assemblies
You can fix this problem by modifying "Microsoft.WebApplication.targets" changing the Copy SourceFiles action for IntermediateSatelliteAssembliesWithTargetPath. Before: <Copy SourceFiles="@(IntermediateSatelliteAssembliesWithTargetPath)" DestinationFolder="$(WebProjectOutputDir)\bin" SkipUnchangedFiles="true" /> After: <Copy SourceFiles="@(IntermediateSatelliteAssembliesWithTargetPath)" DestinationFiles="@(IntermediateSatelliteAssembliesWithTargetPath->'$(WebProjectOutputDir)\bin\%(Culture
Posted to
VS 2005 Web Application Projects
(Forum)
by
BradleyB
on 11/16/2006
Page 1 of 23 (227 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online