Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics 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 August 30th, 2004, 02:58 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default VWD DLL's

Hello,

I know VWD doesn't compile code like VS.NET 2005 does, and that you have to use the vbc compiler. However, to use Visual Web Developer, can you then use any of the compiled code by having it in the bin directory, or do I need to put in the GAC? Will VWD recognize it?

I tried adding some references, and it wouldn't do it for me (standard references by clicking project > add reference and selecting a DLL). That's a whole other problem.

Brian
__________________
Brian
 
Old August 30th, 2004, 03:26 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Brian,

I'd think you could add the dll as a reference like you could with VS.NET- however I have not used VWD at all- perhps if you fix your problem with adding a reference the other will shake out?



Hal Levy
Web Developer, PDI Inc.

NOT a Wiley/Wrox Employee
 
Old August 31st, 2004, 06:09 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Hey,

One thing I didn't notice before is that it included them in my web.config compilation section, as such:

<compilation defaultLanguage="VB" debug="true">
            <assemblies>
                <add assembly="System.Drawing.Design, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Design, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation>

Didn't notice that before; I'm too used to VS.NET too. I wonder if it puts it there because of the new compilation options available?

Thanks,

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
Debugging DLL's amd2003 Beginning VB 6 6 April 23rd, 2008 03:09 PM
DLL's and Circular Dependancies rolandatem ASP.NET 2.0 Basics 0 June 12th, 2006 02:10 AM
probelms with dll's gabriel_ro BOOK: Beginning ASP 3.0 0 February 25th, 2005 07:30 AM
Registering DLL's askenkray Classic ASP Components 4 January 27th, 2005 03:05 PM
DLL's snowy0 VB.NET 1 October 1st, 2004 09:14 AM





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