FileloadException
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
FileloadException
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Krishnaveni,
Which TestComplete version are you using?
BTW, on the Internet, I can see that this issue has been reported by many other users who do not use TestComplete at all. For example, you can find a discussion of the issue in the following threads:
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Santhoshkumargr,
First of all, you need to make sure that the .NET Framework version used in your assembler was installed on your computer. Please check this.
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tanya,
I checked and .NET framework 2.0 is pre installed in my system.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any help?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From reading, I get the impression that the config file should be named after the EXE or DLL. What DLL (or EXE) are you loading, what is the config file name, and what does the config file look like?
Joseph
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Santhosh,
I'm glad that you've found the solution 🙂
Thanks for letting us know.
Tanya Yatskovskaya
SmartBear Community and Education Manager
