Sign In
Technical Weblog of Eric Charran
A Journal of My Technical Achievements and Challenges
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Development
BizTalk Server
Electronics and Portables
Exchange and Windows Mobile
General Microsoft and MCS
Hyper-V, Virtual PC and Virtual Server 2005
LINQ Development
Office
SharePoint 2010
SharePoint and MOSS 2007
SQL Server
Team Foundation Server
Vista
Visual Studio
WCF Development
Windows 7
Windows Communication Foundation
Windows Server 2008
XBOX
Archive
Archives
March 2012
(1)
October 2011
(1)
February 2011
(1)
July 2010
(1)
May 2010
(2)
April 2010
(4)
February 2010
(1)
December 2009
(1)
November 2009
(3)
May 2009
(2)
March 2009
(2)
February 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(1)
October 2008
(2)
September 2008
(2)
August 2008
(1)
June 2008
(3)
May 2008
(6)
April 2008
(7)
March 2008
(5)
February 2008
(1)
December 2007
(5)
November 2007
(4)
October 2007
(4)
September 2007
(3)
August 2007
(7)
July 2007
(4)
June 2007
(3)
May 2007
(8)
April 2007
(11)
March 2007
(15)
February 2007
(12)
January 2007
(11)
December 2006
(10)
November 2006
(11)
October 2006
(5)
September 2006
(9)
August 2006
(14)
July 2006
(5)
June 2006
(6)
May 2006
(10)
April 2006
(11)
March 2006
(21)
February 2006
(8)
January 2006
(7)
December 2005
(6)
November 2005
(14)
October 2005
(8)
March, 2006
MSDN Blogs
>
Technical Weblog of Eric Charran
>
March, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Technical Weblog of Eric Charran
Search MSDN Blogs
Posted
over 6 years ago
by
Eric Charran
0
Comments
You can now search MSDN Blogs! http://lab.msdn.microsoft.com/search/Default.aspx?__VIEWSTATE=&siteid=0&tab=3 Search is pretty fast and accurate too and you can subscribe to the search via RSS.
Technical Weblog of Eric Charran
ASP.NET 2.0 Web Folders
Posted
over 6 years ago
by
Eric Charran
1
Comments
Trying to figure out how to place objects into your web folder hierarchy in ASP.NET 2.0? Here is an article on how to appropriately use all of the App_* folders: http://msdn2.microsoft.com/en-US/library/f7fb46ye(VS.80).aspx Exceprt below: ...
Technical Weblog of Eric Charran
ASP.NET 2.0 Web Folders
Posted
over 6 years ago
by
Eric Charran
0
Comments
Trying to figure out how to place objects into your web folder hierarchy in ASP.NET 2.0? Here is an article on how to appropriately use all of the App_* folders: http://msdn2.microsoft.com/en-US/library/f7fb46ye(VS.80).aspx Exceprt below: ...
Technical Weblog of Eric Charran
Web Services Enhancements (WSE) 3.0 and Sending Large Files via Web Services
Posted
over 6 years ago
by
Eric Charran
0
Comments
Better late to the party than never! I'm finally getting a chance to use WSE 3.0. The download can be found here: http://www.microsoft.com/downloads/details.aspx?FamilyID=018a09fd-3a74-43c5-8ec1-8d789091255d&DisplayLang=en I'm going to use the...
Technical Weblog of Eric Charran
Debugging From an ASP.NET Web Form to a Web Service using Typed DataSets
Posted
over 6 years ago
by
Eric Charran
2
Comments
When attempting to step into a web service when a Typed DataSet is passed as a parameter to the web method from ASP.NET, Visual Studio 2005 will step into the proxy class, but return to the ASP.NET call without stepping into the web service or hitting...
Technical Weblog of Eric Charran
Load Test in Team Foundation Server
Posted
over 6 years ago
by
Eric Charran
1
Comments
I recently began working with the Load Tests in Visual Studio 2005. So far, the way we did this is to create a spearate test project for Web Tests and Load Tests in a different solution than the applicaiton. This prevented developer confusion in administering...
Technical Weblog of Eric Charran
Increase MSBuild Verbosity for Project Build Output
Posted
over 6 years ago
by
Eric Charran
1
Comments
We recently ran into a problem where the aspnet_merge process was failing. The default output messages and warnings simply say that the merge failed and that the program exited with an error code of 1. We couldn't figure out why the merge was failing...
Technical Weblog of Eric Charran
Upgrading from Team Foundation Server RC to RTM
Posted
over 6 years ago
by
Eric Charran
1
Comments
Because of some of the database changes, there will be a manual component when upgrading from TFS RC to RTM. The steps are to uninstall the RC or Beta, Run TfsUpgradeRTM.exe, and then install the RTM bits. Then upload any reports that are required...
Technical Weblog of Eric Charran
Excluding the Bin Folder From Source Control in a Web Project
Posted
over 6 years ago
by
Eric Charran
1
Comments
When creating a web project in Visual Studio .NET 2005, the bin folder gets exposed to source control. Normally, the bin folder is how the web project keeps track of the project references. When a project reference is added to the project, the .dll is...
Technical Weblog of Eric Charran
CLR Profiler 2.0
Posted
over 6 years ago
by
Eric Charran
0
Comments
Here is a link to the CLR Profiler 2.0. It allows for the ability to look inside executing assemblies and get information about their processes and performance. http://www.microsoft.com/downloads/details.aspx?FamilyId=A362781C-3870-43BE-8926-862B40AA0CD0&displaylang...
Technical Weblog of Eric Charran
"Principal Name for the VMRC Server" Error Message
Posted
over 6 years ago
by
Eric Charran
0
Comments
Since I primarily work disconnected from the domain, I occasionally have prolbems connecting to the Virtual Server 2005 R2 administration site on my machine. I can connect with the VMRC client, but I can't do much configuration from there. Here is the...
Technical Weblog of Eric Charran
Determining ASP.NET Application Paths
Posted
over 6 years ago
by
Eric Charran
0
Comments
A client recently asked me how to determine from any specific point in the virtual directory structure where the path was to a specific folder hierarchy. The short answer was Request.ApplicationPath. However, the long and more informative answer is found...
Technical Weblog of Eric Charran
.NET Applicaiton Performance
Posted
over 6 years ago
by
Eric Charran
0
Comments
I conduct many architectural reviews and am responsible for making recommendations on a daily basis with regard to ensuring application performance and throughput under high concurrency. This article, is an excellent dictionary and guide to provide consultants...
Technical Weblog of Eric Charran
Web Form Inheritance in .NET 2.0
Posted
over 6 years ago
by
Eric Charran
1
Comments
Because of the changes to the compilation model and structure of aspx pages in .NET 2.0, page inheritance is becomes a tricky process. Many of us from the .NET 1.1 days used to create BasePage classes which where inherited by other pages and provided...
Technical Weblog of Eric Charran
How to Unlock a File in Team Foundation Server
Posted
over 6 years ago
by
Eric Charran
1
Comments
We've all been in the situation before when a developer goes away for a long weekend (usually leaving on Thursday) and they forget to check in a file and ensure the solution builds. Here is how to deal with that in TFS. Unlock the file according to the...
Technical Weblog of Eric Charran
Connection Pooling Scope and Behavior
Posted
over 6 years ago
by
Eric Charran
1
Comments
I recently ran into a question regarding the scope of connection pools that .NET creates when applications require a database connection. The following feedback and link was provided by a colleague of mine in response to the question: As per the...
Technical Weblog of Eric Charran
Use Solution Folders to Organize Your Solutions
Posted
over 6 years ago
by
Eric Charran
1
Comments
Based on the previous post, if you have an SOA project, you could have multiple project files as part of your solution. For example, if I have a Class Library, a Web Site Project and a couple of Web Service Projects, I will potentially have 2 deployment...
Technical Weblog of Eric Charran
How to deploy a Web Project in Visual Studio .NET 2.0
Posted
over 6 years ago
by
Eric Charran
0
Comments
With the multiple compilation options that ASP.NET offers in 2.0, I usually choose the single file assembly approach. The problem is that the method in which to get these projects to the server has changed from ASP.NET 1.1 if you favored .msi files like...
Technical Weblog of Eric Charran
ThreadAbortException and Response.Redirect
Posted
over 6 years ago
by
Eric Charran
0
Comments
Some time ago, I developed an application framework for a company which relied on dynamically loaded user controls. The user controls and their location as well as what page they were supposed to appear on were entirely data driven by a configuration...
Technical Weblog of Eric Charran
Rebind a .mpp Project File to the new Team Foundation Server
Posted
over 6 years ago
by
Eric Charran
0
Comments
See the following URL for instructions on how to rebind a .mpp file to a new TFS Server. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=273633&SiteID=1 You essentially right click the project and remove any properties on the Custom tab that...
Technical Weblog of Eric Charran
Using Settings in Test Projects
Posted
over 6 years ago
by
Eric Charran
1
Comments
There are many ways to enhance testing projects in your Visual Studio solution. From simple unit testing to enhanced runs with iterations that supply different data, the testing environment is a fully compiled class that can be customized and leverage...
Page 1 of 1 (21 items)