Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 .Net SDK and vbc.exe

Author  Topic 

sbhegel
Starting Member

19 Posts

Posted - 2006-01-30 : 16:25:48
I don't know this is the place to post but I hope someone can help.

I recently purchased Visual Studio 2005 for a program that I need to write. I found out after that the program's .dll's are written in .net 1.1 not 2.0 and I need to build it using 1.1.

I saw that there was an SDK that I can download and use to build .vb files. I installed the 1.1 redistributable .net framework and the SDK software.

The documentation says there should be a vbc.exe file used to build the application. I have searched the install directory for this file and can not find it.

Does anyone have any advice on using the SDK?

Thanks
Scott

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2006-01-30 : 20:55:59
You should be able to find it somewhere like here : C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

Also, the SDK has a chunky set of doco installed with it. I much prefer the SDK docs to the VS.NET help.

Damian
"A foolish consistency is the hobgoblin of little minds." - Emerson
Go to Top of Page

sbhegel
Starting Member

19 Posts

Posted - 2006-01-31 : 11:22:34
Damian,

That is the weird thing, I don't even have Microsoft.Net\Framework directory. I have a C:\Program Files\Microsoft.NET\SDK\v1.1 directory and I search my entire c:\Program Files folders for a vbc* file and can't find it.

The SDK that I downloaded was 103meg and I also downloaded the .net 1.1 redistributable package. Am I missing something?

I also have VS2005 on this machine, I don't know if that makes a difference or not?

Scott
Go to Top of Page
   

- Advertisement -