Hi,
I've just started on a new peice of work in VB.Net 2003. I've been given all the source code (have updates to do) but cannot run the app because of missing references. I have the Dll's in question, but cannot reference them using the add reference menu. I browse to the dll's select them and press ok, and it does nothing - doesnt add them or give me any sort of reason why.
I've also tried adding them to the GAC using gacutil.exe, but it gives me an error about having a strong name.
Lastly I tried going through some steps where it uses the sn.exe to assign a strong name, and once i've assigned a public/private key pair use a 'csc' command, but i get the error message stating it cannot find that program. Help.
I am lost with this.
I've just started on a new peice of work in VB.Net 2003. I've been given all the source code (have updates to do) but cannot run the app because of missing references. I have the Dll's in question, but cannot reference them using the add reference menu. I browse to the dll's select them and press ok, and it does nothing - doesnt add them or give me any sort of reason why.
I've also tried adding them to the GAC using gacutil.exe, but it gives me an error about having a strong name.
Lastly I tried going through some steps where it uses the sn.exe to assign a strong name, and once i've assigned a public/private key pair use a 'csc' command, but i get the error message stating it cannot find that program. Help.
I am lost with this.