cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
eseilram
Level 5

.net 4 regasm in standalone build

Hi,

I have a very urgent problem:

How can I set the .net Version used for regasm at the standalone build machine?
It's rather easy to do it in the GUI, but there is no GUI on my build server.

Help is really needed!

Thanks in advance!

:confused:
Labels (1)
0 Kudos
(1) Reply
eseilram
Level 5

As anyone had an answer for me, I post myself the solution. Perhaps someone comes across the same problem...

Add the following to the command line:

...& " -t " & NETPATH
if NETPATH is set to the correct framework path, in my case

C:\windows\Microsoft.NET\Framework\v4.0.30319"
0 Kudos