CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 9/30/2005 5:56:24 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 25 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
AndsX
Asp.Net User
Intellisense and referencing 1.1 dll problems ...9/30/2005 5:56:24 AM

0/0

I am referencing a .NET 1.1 dll in my 2.0 project. But whenever i change my function in 1.1 dll ... I need to restart the studio and reference it again for the changes to be
available...

Won't 2.0 pick up the latest dll after i compile .. or do i have to reference it again so that it gets the new copy ...Its driving me crazy ..

Any one had these troubles ...
alexgav
Asp.Net User
Re: Intellisense and referencing 1.1 dll problems ...9/30/2005 9:01:56 PM

0/0

Hi AndsX,

If I understand correctly, you have a VS 2003 project that produces a DLL, and VS 2005 web site that references that DLL. So you have two different projects that you work with in two different IDEs. Is that correct?

I am also assuming that when you add a reference to the DLL, you probably add a reference to the DLL at the output folder of the VS 2003 DLL project. So when you modify and rebuild the DLL, you expect that updated DLL will be referenced by VS 2005 web site. Is that right?

In the above are correct assumptions, then here's what's actually hapenning. When you add a reference to the VS 2003 DLL in your VS 2005 web site, the DLL actually gets copied to the /Bin folder of your web site (you should be able to see it in the solution explorer). VS 2005 will not remember where it copied the DLL from, and will not monitor the original location to see if the updated DLL is available. Instead, it will keep using the local copy it has in the /Bin folder. When you modify you VS 2003 DLL project and rebuild it, VS 2005 does not see the new binary until you re-add the reference, which will copy the new DLL to the /Bin folder of your web site.

One possible workaround here would be to set the /Bin folder of your web site as the output folder for your VS 2003 library. So in VS 2003 your would go to the project property pages, Configuration Properties, Build, Output Path, and set it to something like c:\website\mywebsite\Bin, where c:\website\mywebsite is the website root folder. This way every time you rebuild your VS 2003 project, the update binary will be placed in the /Bin folder of VS 2005 web site. This way you will get intellisense for the new code in VS 2005 within a few seconds after building your DLL in VS 2003.

I hope that helps. :-) If my assumptions were incorrect, please let me know.

Thanks,
Alex

This posting is provided "AS IS" with no warranties, and confers no rights.
YugangW
Asp.Net User
Re: Intellisense and referencing 1.1 dll problems ...10/4/2005 9:53:22 PM

0/0

FYI, in the latest Whidbey RC bits, we have added back the support to refresh dlls referenced by a web when you build the web or the solution. When you create a reference to a dll, you should see a .refresh file created with the path VS uses to do the refresh.
Hope this helps
   Yugang
sahina
Asp.Net User
Re: Intellisense and referencing 1.1 dll problems ...10/7/2005 5:39:15 PM

0/0

I installed VS 2005 RC and I realized that intellisense in web.config file is not working. The Beta 2 was working fine and I made no config changes whatsoever. The only thing I see in the intellisense while I am in web.config are these 3 items:
<!--
<![CDATA[
<?

Why don't I see anything else? I tried this in every element level... Nothing. Itellisense works in aspx, cs, or other files...

Any ideas?
-Al



4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Real World SharePoint 2007: Indispensable Experiences from 16 MOSS and WSS MVPs Authors: Robert Bogue, Adam Buenz, Scot Hillier, Andrew Connell, Stacy Draper, Luis Du Solier Grinda, Todd Klindt, Jason Medero, Dustin Miller, Shane Perran, Joris Poelmans, Heather Solomon, Nick Swan, Jan Tielens, Mike Walsh, Shane Young, Pages: 504, Published: 2007
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005
Pro ASP.NET 2.0 in VB 2005: From Professional to Expert Authors: Laurence Moroney, Matthew MacDonald, Pages: 1253, Published: 2006
Pro ASP.NET 3.5 in C# 2008 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1498, Published: 2007
Programming ASP.NET: Building Web Applications and Services Using C and VB.NET. Authors: Jesse Liberty, Dan Hurwitz, Pages: 988, Published: 2003
Building Applications and Components with Visual Basic .NET Authors: Ted Pattison, Joe Hummel, Pages: 562, Published: 2003
Professional ASP.NET 3.5: In C# and VB Authors: Bill Evjen, Scott Hanselman, Devin Rader, Pages: 1673, Published: 2008
Pro InfoPath 2007 Authors: Philo Janus, Pages: 278, Published: 2007

Web:
Intellisense and referencing 1.1 dll problems ... - ASP.NET Forums Re: Intellisense and referencing 1.1 dll problems . ... Re: Intellisense and referencing 1.1 dll problems . ...
Visual C++ Team Blog : IntelliSense History, Part 1 re: IntelliSense History, Part 1. It's bizarre, but for our very app (300 Dlls inlcluding third-parties, MFC, ATL, STL application), VC++ 98 actually ...
How to get intellisense to reliably work in Visual Studio 2008 ... Native C++ intellisense does not work reliably in any version of Visual Studio. I find there are two common problems:. 1) Header file paths are not set-up ...
Solution: Installing Win SDK after VS2008 breaks XAML Intellisense ... Register TextMgrP.dll manually. On an X86 machine:. 1. ..... I should note that the Registry reference was not broken to begin with. ...
Whole Tomato Software Support Forum - Strange Intellisense problem Strange Intellisense problem, New Topic · Reply to Topic .... Posted - Nov 17 2005 : 1:03:15 PM Show Profile Visit Mike Hatlak's Homepage ...
boltblog » Blog Archive » Intellisense issues in Visual C++ 2005 Jul 1, 2008 ... 1. Verifying Intellisense issue (or Disabling Intellisense) ... also need to check the version of both the feacp.dll and vcpkg.dll files. ...
Upgraded to Visual Studio 2005 - Intellisense/build problem - ASP ... NET 1.1 dlls, especially when using Intellisense. ... Have you tried making the reference to the assembly in code (i.u using; inherits)? ...
Visual Web Developer Team Blog : Workaround for Beta 2 JavaScript ... Error 1 Error updating JScript IntelliSense: Client side script ... I find the same problem, the Microsoft.JScript.AuthoringServices.dll fill is missing. ...
IntelliSense Custom Scripts - Visual FoxPro Wiki IntelliSense Custom Scripts - Wiki for Microsoft Visual FoxPro development, ... Items by reference, so setting up temporary array Dimension laArray[1,2] ...
File not found error ? - .NET C# i'm able to add it as a reference and getting intellisense help also. ... does your 1.1 dll using any other dlls. If so copy those ...




Search This Site:










installation errors

codebehind ???

uvc uvcwebtransform module 1.0 ... almost ready ... allows for pulling content from arbitrary urls and using regex and xslt to transform content

custom profile object throws exception outside web application

find in all files bug?

friendly urls and isa ports

help!! image size in outlook 2007

executing .exe file

portal tab error

email error

comparison between adverageous and active forums

change password and security question at the same time.

trying to setup club starter kit - no success for login or register

can't use aspnet_ stored user procedures with data component configuration wizard

creating directory

a question about com+

how can i get the user name who logged in to the website and store his username in my personnel table

active server pages error 'asp 0221'

array question!

execution timeout web config sessions

tabstrip, javascript getattrbute

relatedlinks.ascx

loggin in portals automatically.

where are sqldataadapters closed?

how to authenticate users using user login and password stored in sql database?

cbo, null database money value

removal of file system dependency for dnn

autopostback

dynamically open a new window and resize to table..help

gridview control, bound field, case based formatting

 
All Times Are GMT