Wrox Programmer Forums
|
Visual Studio 2005 For discussing Visual Studio 2005. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 8th, 2004, 05:42 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default Code folder

Hello,

VB files in the Code folder; shouldn't those be compiled when I select "Build Web Site"? I don't see anywhere where the appropriate DLL files are created.

I read that you don't necessarily need to compile code in the Code directory; however, I'm trying to create a custom provider through code (site map), and need to specify a DLL library, as such:

<siteMap defaultProvider="Test" enabled="true">
<providers>
    <add name="Test" type="Test.Providers.DbSiteMapProvider"></add>
</providers>
</siteMap>

The DbSiteMapProvider class is under namespace Test.Providers.

Thanks,

Brian
__________________
Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
Additional Code for the Management Folder. mcarol44 BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 1 October 15th, 2007 12:40 PM
App_Code folder shared on only 1 folder? rpeters83 ASP.NET 2.0 Professional 1 September 1st, 2006 10:53 PM
Saving Code behind in another folder Visual Studio ghari ASP.NET 1.0 and 1.1 Basics 1 December 23rd, 2005 10:21 AM
Making a folder virtual folder on button click in CsharpHelp C# 0 October 26th, 2005 05:57 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.