CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rayabu1234

Search: Search took 0.03 seconds.

  1. Re: Problems referencing a Class library in C# Visual Studio 2008

    Thanks Arjay,

    I manage to get my class library referenced now. The Dll file was in the release folder and not in the debug.
  2. Re: Problems referencing a Class library in C# Visual Studio 2008

    Hi Arjay,

    thanks for your reply.

    I created the class library project and built the solution of that project.

    I then created a new console application, and tryed to reference to the class...
  3. Problems referencing a Class library in C# Visual Studio 2008

    I was wondering if someone could help me with this problem....

    After creating a class library, I then created a new console application and when I tried to add reference to the class library...
  4. C# beginner. When to use casting and When to use Convert operator?

    Hi,

    I'm new to C#, I'm hoping someone can help me understand when to use explicit variable conversions such as casting over the convert. operator and visa versa, and why?

    here's an example:
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured