ContributionsMost RecentMost LikesSolutionsRe: FileloadException Friends, Here is the link to the solution. However I did not follow 100% of the post. I created a file TestComplete.exe.config in [TestComplete]/Bin folder as mentioned in the above link. To solve my purpose the contents of the file looks like thi <?xml version ="1.0"?> <configuration> <startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0"/> </startup> </configuration> Re: FileloadException Any help? Re: FileloadException Hi Tanya, I checked and .NET framework 2.0 is pre installed in my system. Re: FileloadException Hi, I came across the same issue. However I tried to create App.Config file by adding up all the supported version in the configuration and copied the file into TestComplete bin folder. But this doesn't seem to work for me.