version information is mentioned in which file
Answer Posted / sudhir kunnure
Specially version anre mention in assiblly file,
but you can see versions in *.sln and .csproj file by
opeing that page in notpad.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is a dll file an executable?
What is the use of service provider?
What is autopostback in dropdownlist in asp net?
How do we sort the data from a dataset?
What is a 1x1 pixel?
Define machine.config in .net?
Define msil.
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
what is a .xap file? Explain with an example.
What do you mean by authorization?
What is server infrastructure & server components?
Can you explain page lifecycle in net?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What are the media types of http requests and response?
What is the difference between viewstate and hidden field in asp.net?