i have VB Express & VWD Express install via full images, but the PayPal Starter Kit and Shareware Starter Kit does not apperar in the new project dialog.
I installed it.Pressed F5.... then IDE showed me a lot of error..
like:
Unexpected character '$' MainForm.cs line 3 culumn 11
using System.Windows.Forms; namespace $safeprojectname$ { /// <summary> /// Host form responsible for navigating between view and search online modes of the application. /// </summary>
Have you tryed installing the latest version of the starter kits from there main sites, The starter kits are not part of the full ISO Installs only the personal starter kit is there for the web developer, and from memory the movie starter kit is supplied with the windows dev kits.
Starter Kits not Working
oiji2000
thanks, its woking now, i manually deleted the files and did a reinstall,
thanks,
Abhishek
Francois Paradis
Remove the $ - - - $ and the namespace would be called > safeprojectname, which does not represent much.
Name it anything you want.
Hope this helps.
Carl J
the PayPal starter kit is working it was under C#, but the Shareware Starter Kit is not working yet, does that kit supports express
thanks,
Abhishek
DJO
Harris Sayed
I downloaded "Amazon-Enabled Movie Collection" from http://msdn.microsoft.com/vstudio/express/visualcsharp/starterkit/
I installed it.Pressed F5.... then IDE showed me a lot of error..
like:
Unexpected character '$' MainForm.cs line 3 culumn 11
using System.Windows.Forms;
namespace $safeprojectname$
{
/// <summary>
/// Host form responsible for navigating between view and search online modes of the application.
/// </summary>
why
Angele
Direct link to the Visual Studio Starter Kits; http://msdn.microsoft.com/vstudio/downloads/starterkits/
Latesh Patel
Hello,
Is the Shareware Starter Kit missing, or does it throw some error when you try to load it
Thanks,
Jeremy