hello, i'm working with vs08 and vss, i installed a vss version as a "stand alone" version on my computer for developing and testing a programm that connects to vss and do some operation.( i'm working with asp.net --> vb)
by installing vss there is a plug- in for vs08 availible,
but i have problems to work with this.
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
<script runat="server">
Sub Pageload()
If Not IsPostBack Then
End If
End Sub
</script>
i dont know how the namespace is called, and how to connect to vss (and how to execute an operation then)
thanks in advance