How Can I ? ? ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kate Luu

    How Can I ? ? ?

    after I installed the .NET frame work, I try to run some XML project but I
    cannot, because no *.sln file for those project, they are just *.mak file.
    How can I start the project with those *.mak files. Any help is deeply
    appreciated. Thanks you all in advance...

    the file location is: C:\Program Files\Microsoft Visual Studio
    ..NET\Framework SDK\Samples\Qui ckStart\howto\s amples\xml\...


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: How Can I ? ? ?

    Kate,

    .mak files are for NMAKE, which is a separate tool from Visual Studio.
    If you want to build your components in VS, then you will have to create a
    project and then add the files to the project. The .mak file is not
    compatable with VS (from what I remember).

    However, you should be able to use the .mak file with NMAKE still.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - nick(dot)paldin o=at=exisconsul ting<dot>com

    "Kate Luu" <cql60@yahoo.co m> wrote in message
    news:Oe4gO3VjDH A.360@TK2MSFTNG P12.phx.gbl...[color=blue]
    > after I installed the .NET frame work, I try to run some XML project but I
    > cannot, because no *.sln file for those project, they are just *.mak file.
    > How can I start the project with those *.mak files. Any help is deeply
    > appreciated. Thanks you all in advance...
    >
    > the file location is: C:\Program Files\Microsoft Visual Studio
    > .NET\FrameworkS DK\Samples\Quic kStart\howto\sa mples\xml\...
    >
    >[/color]


    Comment

    • Kate Luu

      #3
      Re: How Can I ? ? ?

      Thanks you so much for your help, I'm very appreciated. Have a nice day...

      Kate

      "Nicholas Paldino [.NET/C# MVP]" <nicholas.paldi no@exisconsulti ng.com> wrote
      in message news:uT3v$kajDH A.2456@TK2MSFTN GP09.phx.gbl...[color=blue]
      > Kate,
      >
      > .mak files are for NMAKE, which is a separate tool from Visual Studio.
      > If you want to build your components in VS, then you will have to create a
      > project and then add the files to the project. The .mak file is not
      > compatable with VS (from what I remember).
      >
      > However, you should be able to use the .mak file with NMAKE still.
      >
      > Hope this helps.
      >
      >
      > --
      > - Nicholas Paldino [.NET/C# MVP]
      > - nick(dot)paldin o=at=exisconsul ting<dot>com
      >
      > "Kate Luu" <cql60@yahoo.co m> wrote in message
      > news:Oe4gO3VjDH A.360@TK2MSFTNG P12.phx.gbl...[color=green]
      > > after I installed the .NET frame work, I try to run some XML project but[/color][/color]
      I[color=blue][color=green]
      > > cannot, because no *.sln file for those project, they are just *.mak[/color][/color]
      file.[color=blue][color=green]
      > > How can I start the project with those *.mak files. Any help is deeply
      > > appreciated. Thanks you all in advance...
      > >
      > > the file location is: C:\Program Files\Microsoft Visual Studio
      > > .NET\FrameworkS DK\Samples\Quic kStart\howto\sa mples\xml\...
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...