Trying to get .net 4.0 to work but get an error *screen shots included*

runnerjp

New member
Joined
Jun 6, 2011
Messages
2
Programming Experience
Beginner
Hye guys my website www.runningprofiles.com runs on 4.0 but i get the error:
500 - Internal server error.

There is a problem with the resource you are looking for, and it cannot be displayed.


Have set my site to the below and dont understand why i get the error (im new to this)
Any help would be great"
Untitled.bmp

If image does not show please go here: http://jarrattperkins.com/Untitled.bmpView attachment Untitled.bmp
 
hi i looked this up and here's what i found, by looking at your image at the bottom of the Command shell i seen "ServiceModelReg -i" Which is causing the Internal Error by the looks

You need to run "ServiceModelReg -i" in the command prompt of your server.

i think you need to use the VS command prompt so you get appropriate PATHs.

otherwise, look for the ServiceModelReg.exe in your server machine.. and run it from there.

Original Source 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. : The Official Microsoft Silverlight.NET Forums

hope this helps.
 
Back
Top