
Okay, What Language are you using VB.net, C#, VB6 and or C++? Which Tutorials have you downloaded? Oh, also if using VB.net or C# are you using Express 2008 or Express 2010?
If you are using 2010 you will need to update them to use Net framework 4.
Here's an example:
This example is for VB.net, but C# is basically done much the same way.
you will need to update from 2008 to 2010 make sure you use a copy of the project so you have a backup handy.
add an app.config file to the project after the update wizard gets done. replace the initial contents of the app.config file with the following. Just a simple copy & paste.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
<supportedRuntime version="v1.1.4322"/>
</startup>
</configuration>
Then after you have saved the changes (click on the X it will ask if you want to save the changes), go to the solution explorer and right click on project. (open It)
1 (Application tab) is Enable application framework checked? If not do so.
2 (Compile tab) scroll down till you see advanced options and click the button. Check to see if the bottom two drop downs say (Auto and .NET Framework4 Client Profile (or just .NET Framework 4))
If so Click ok, then close project tab in the IDE and then do a build, a save all under file menu, and try to run the program again.
What I saw on the site. Is it 04 per pixel Lighting tutorial in VB.net or C#?
C++ (requires Visual Studio 2008)
Arius Tutorials
C# .NET (requires Visual Studio 2005 or Visual Studio 2008)
TV3D 6.5 Tutorials A0 to A14
Arius Tutorials
VB .NET (requires Visual Studio 2005 or Visual Studio 2008)
TV3D 6.5 Tutorials A1 to A16
Arius Tutorials
VB 6 (requires Visual Studio 6)
Arius Tutorials
Javin's Book
Render Monkey to TV Conversion