Reputation: 102434
Would anyone know where aspnet_sql.exe went to in Visual Studio 2010? Or what I should be using instead? Google is turning up spurious noise.
Jeff
Upvotes: 0
Views: 823
Reputation: 9296
Isn't the command known as aspnet_regsql.exe
? It should be in C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regsql.exe
In Win7 there is a WHERE
console command. So use that to find your EXE file.
Upvotes: 2