Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
VB.NET General Discussion
Cannot access in-house class library
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="EdAlaska, post: 1421, member: 613"] I created a class library (dll) that contains to classes. Each class has numerous public methods and properties. I compiled (built) the library and it reported no errors. I then created a windows app to test the classes within the library (separate solution altogether - not within the same solution as the class library). Within the solutions explorer i added a reference to the class library. I first tried an "imports" statement. I entered imports and the intellisense immediately popped up showing all the references. I chose the library I had created. So far, so good. I commented out the imports statement and within the forms1 class I attempted a declaration of a variable to one of the classes accessing a "new" sub.. I got no intellisense - um. strange; thought I'd get some there. I then attempted to use the variable and immediately got an error stating the variable was not declared. Ah? I just declared it! I pulled up the object browser and sure enuf, there, displayed in living color, were all the public methods, properties and variables. So, what's the deal? Anyone have any idea? According to the books I've referenced, books online, and MSDN, this is a rather simple task and should work. Ed. [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
VB.NET General Discussion
Cannot access in-house class library
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom