So I got it to work by cd'ing to the .net 2 directory and doing
regasm "my full path to my dll\my.dll" /codebase
Is there a downside to this? There seems to be conflicting notation/articles out there on both of these methods.
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
So I got it to work by cd'ing to the .net 2 directory and doing
regasm "my full path to my dll\my.dll" /codebase
Is there a downside to this? There seems to be conflicting notation/articles out there on both of these methods.