assembly

  1. F

    Using a string name to return a type in an assembly

    Hi, I'm not great with reflection and I hope I chose the right category. I have an interesting problem. I have written a report using devexpress reports. This involves a line of code like this: lxListData = New System.Collections.Generic.List(Of DLL.Report.ListData) ListData is report...
  2. N

    Question Class Build Order

    I have several classes in my solution that depend on each other, so the classes need to be built in a certain order for the solution to work. How can I force one class to be built before it tries to build another? Thanks.
  3. F

    List of all Controls

    Hi all, I don´t know if this is the right area. Please sorry if not. Well, first of all, thanx for your attention. I´ve searched the whole web (at last where google can see) for a solution, but i just can´t find. The problem is the following: I want a list of all controlls in my project, not...
  4. W

    Extended MessageBox .NET Library (Windows Forms)

    This is an extension to MessageBox.Show (via CBT hook), not a replacement, not a user-defined dialog. The library provides .NET applications with means of controlling a variety of MessageBox dialog settings: - adjusting initial position and size of the dialog - selecting message font and...
  5. J Trahair

    Answered 'System.IO.Ports.Parity

    Hi everyone. My project in CFNet 2.0 tells me to add an assembly: Error 1 Reference required to assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.IO.Ports.Parity'. Add one to your project. I am familiar with adding resources eg...
  6. E

    Question Reflection Error Loading Assembly

    Hi all! i am writing a simple games client using an XNA 2.0 engine to play games. The games are written in dll files and the client uses the assembly.loadfrom method to read and execute the games accordingly... Now this all works fine on my computer and my laptop. However when i give it to my...
Back
Top