SDK

  • Thread starter Thread starter nami
  • Start date Start date
N

nami

I have installed the Framework 1.1 and Framework SDK 1.1
but i can't compile the code. I think that i need to run
the file Corvars.bat but that file is nowhere in my
computer. I really need some help
 
Check the Getting started document:
http://msdn.microsoft.com/library/en-us/cpguide/html/cpcongettingstartedwithnetframework.asp

Or check out "Intro to developing with the .NET Framework"
http://msdn.microsoft.com/library/e...ion_to_developing_with_the__net_framework.asp

Typically the .NET framework installs at
c:\windows\microsoft.NET\Framework\<VERSION>

so the VB Compiler, on my machine, is at
c:\Windows\Microsoft.NET\Framework\v1.1.4322\vbc.exe


The .NET SDK includes some additional tools and utilities. The SDK usually
installs in a place named
C:\Program Files\Microsoft.NET\SDK\v1.1

so, my xsd.exe utility is located at
C:\Program Files\Microsoft.NET\SDK\v1.1\bin\xsd.exe

-Dino
Microsoft
 
Back
Top