Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error -
Could not find schema information for the element 'supportedRuntime'.
Could not find schema information for the element 'sku'.
Could not find schema information for the element 'Version'.

THIS IS MY PROGRAM
XML
<?xml version="1.0"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
</configuration>
Posted
Updated 12-Nov-13 19:01pm
v4
Comments
prashant patil 4987 13-Nov-13 1:00am    
yuvapriya,

Explain your question in breif..
no one can understand above que.
what you want. provide some more information about your error.
krish.krish 13-Nov-13 1:07am    
IF I COMPILE MY PROGRAM IT SHOWS ERROR LIKE COULD NOT FIND SCHEMA INFORMATION FOR THE ELEMENT supportedruntime,version,sku

1 solution

check out this
Link 1 [^]
Link 2 [^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900