I'm doing development with IDO Extension Classes & am wondering if there is a less time consuming way to test new versions. Currently:
- Build the new version of the DLL in Visual Studio.
- Copy the DLL's over to the development environment.
- Check out the Custom Assembly & upload the new version, check in the Custom Assembly
- Flush the IDO cache
- Flush the Client cache
- Test the code.
Is there any other way to access the DLL's or is this the best way to test?