User Profile

Collapse

Profile Sidebar

Collapse
jingles
jingles
Last Activity: Jul 16 '08, 01:49 PM
Joined: Mar 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jingles
    started a topic Assemblies and references
    in .NET

    Assemblies and references

    Hello,


    I have a C# application with many DLL's. The application implements a plugin architecture allowing another programmer to write a plug in and drop the resulting DLL into the "plugins" directory of my application. I am having some problems with the references of these DLL's. Currently, with certain DLL's, when I called Assembly.LoadFi le, then Assembly.GetExp ortedTypes on the loaded assembly, I get an error...
    See more | Go to post

  • jingles
    replied to Array in ArrayList
    in Java
    You are on the right lines. However, the problem is that when you retrieve your String[] from your ArrayList using the .get(index) method, your String[] will be returned as an Object. If you are using an IDE like Eclipse or NetBeans it should tell you the type of the object that is being returned.

    You have two options to solve this problem;

    1. Cast the object being returned back to a String[].

    So for...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...