HighTechTalks DotNet Forums  

Vb.net 2008 custom controls

VB.net microsoft.public.dotnet.languages.vb


Discuss Vb.net 2008 custom controls in the VB.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
midnight
 
Posts: n/a

Default Vb.net 2008 custom controls - 06-26-2010 , 02:53 PM






My questions are about custom controls in a vb.net 2008 application that are
as follows:

1. I have a vb.net 2008 windows large solution that I need to work with.
I am getting error messages about can not find certain dll. I am almost
certain these are custom controls.
Can you tell me how to find the dlls in the solution? (The code was just
stored in the windows explorer system for this small company.)
2. Do I need to build the custom controls first so that I can add them as a
reference later on in the solution? If not what, what is the process of
building custom controls and then and referencing them later on in a solution?
3. When I open this .net solution for the first time, there are alot of
projects that are missing references. Can you tell me how to locate these
references?
(They are custom references and not microsoft code).

Reply With Quote
  #2  
Old   
Phill W.
 
Posts: n/a

Default Re: Vb.net 2008 custom controls - 06-28-2010 , 06:40 AM






On 26/06/2010 20:53, midnight wrote:
Quote:
My questions are about custom controls in a vb.net 2008 application that are
as follows:

1. I have a vb.net 2008 windows large solution that I need to work with.
I am getting error messages about can not find certain dll. I am almost
certain these are custom controls.
Where did you get this Solution from? Presumably not from a Source
Version Control package of any kind?

If you're missing stuff, then your first port of call really ought to be
the person who created it (or, at the very least, worked on it last) and
find out where the missing bits are.

Quote:
Can you tell me how to find the dlls in the solution? (The code was just
stored in the windows explorer system for this small company.)
Open up the Project file(s) (in your favourite text editor; even Notepad
will do). Look for "reference" entries and, in particular, the
"hintPath" attributes that go with them. These should identify the last
location from which the assembly was loaded into this Project.

Quote:
2. Do I need to build the custom controls first so that I can add them as a
reference later on in the solution? If not what, what is the process of
building custom controls and then and referencing them later on in a solution?
If they ship as separate dll's, then yes, you need to build them first.

Quote:
3. When I open this .net solution for the first time, there are a lot of
projects that are missing references. Can you tell me how to locate these
references?
Again, look through the Project Files (in Notepad) for the
reference/hintPath entries.

HTH,
Phill W.

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.