Results 1 to 8 of 8

Thread: Another Quick Question.

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Los Angeles, CA
    Posts
    7

    Another Quick Question.

    What is the difference.

    Microsoft .NET Framework 1.1 Software Development Kit Beta

    Microsoft .NET Framework 1.1 Redistributable Beta

    Do I need both?

    Thx

    -Sith

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    the SDK is what you, the developer needs. it has the compilers and examples. The redistributable is the smaller version that your users need to run your application.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Los Angeles, CA
    Posts
    7

    Compiler

    I installed the framework, but I can't find the compilers or tools where should i look?

    Thanks
    -Sith

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    well on my computer , it is located in Winnt/Microsoft.NET/v1.x.x.x
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  5. #5

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Los Angeles, CA
    Posts
    7

    Ok, Found that.

    Ok I'm in my /microsoft.net/framework/v1.0.3705 directory, now what file should i be clicking on to start up the compiler, or do i need to write all my code in notepad and then complile it.

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    the program is named vbc.exe

    it is command line only.

    Yuo wil need to create a .vb file in notepad first

    sample command line uisage

    vbc.exe myapp.vb /r:System.windows.forms.dll
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Location
    Los Angeles, CA
    Posts
    7

    re:

    So basically there are no free, wyswyg editors/compilers for vb.net?

  8. #8
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    the link I gave you eralier to http://www.icsharpcode.net is the closest you get. It has a fairly decent forms editor.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width