We updated our Test Studio from version 2012.1.411 to 2012.1.719. None of our 'old' projects can be openend now. After clicking on a project to load the following error appears:
The log file containing more informations is attached. Please help.
"Error opening project: Cannot create an abstract class."
The log file containing more informations is attached. Please help.
4 Answers, 1 is accepted
0
Accepted
Hello Aaron,
I apologize for the delay in getting back to you. The error show that Test Studio failed to load the bug trackers. In our new 2012.R2 release(version 2012.2.920), the functionality of these bug tracking dlls is implemented in one common dll - Telerik.TestStudio.Plugins.dll.
Please go ahead and upgrade to our latest version. You can download it from your Telerik account. This should resolve the problem you are experiencing.
If you continue to have difficulty, please zip up your project and attach it here for analysis. If this information is sensitive, you can submit a support ticket which is confidential, unlike this forum.
All the best,
Plamen
the Telerik team
I apologize for the delay in getting back to you. The error show that Test Studio failed to load the bug trackers. In our new 2012.R2 release(version 2012.2.920), the functionality of these bug tracking dlls is implemented in one common dll - Telerik.TestStudio.Plugins.dll.
Please go ahead and upgrade to our latest version. You can download it from your Telerik account. This should resolve the problem you are experiencing.
If you continue to have difficulty, please zip up your project and attach it here for analysis. If this information is sensitive, you can submit a support ticket which is confidential, unlike this forum.
All the best,
Plamen
the Telerik team
Are you enjoying Test Studio? We’d appreciate your vote in the ATI automation awards.
Vote now
Vote now
0
Aaron
Top achievements
Rank 1
answered on 05 Oct 2012, 01:27 PM
Thank you for your help!
By downloading the new release and removing all references to our custom bug tracking plugin from the project's Settings.aii file, I was able to load the old project.
Unfortunately our bug tracking plugin doesn't work anymore now. I followed the documentation on this topic to update to the new Test Studio 2012.R2, but the namespace Telerik.TestStudio.Plugins.dll contains no definition for the interface IBugTracker. After adding the reference to this file In Visual Studio I get the error
>> The type or namespace name "WebAii" does not exist in the namespace "ArtOfTest" (are you missing an assembly reference?)
Am I missing something? Is the documentation up to date?
By downloading the new release and removing all references to our custom bug tracking plugin from the project's Settings.aii file, I was able to load the old project.
Unfortunately our bug tracking plugin doesn't work anymore now. I followed the documentation on this topic to update to the new Test Studio 2012.R2, but the namespace Telerik.TestStudio.Plugins.dll contains no definition for the interface IBugTracker. After adding the reference to this file In Visual Studio I get the error
>> The type or namespace name "WebAii" does not exist in the namespace "ArtOfTest" (are you missing an assembly reference?)
Am I missing something? Is the documentation up to date?
0
Hi Aaron,
Cody
the Telerik team
I apologize for the delay responding back to you on this. It appears our internal system incorrectly marked this as spam and moved it to our spam bucket by mistake. We just discovered this and corrected it.
This might be this problem. if this doesn't work verify you are referencing ArtOfTest.WebAii.dll and ArtOfTest.WebAii.Design.dll out of the folder C:\Program Files (x86)\Telerik\Test Studio\Bin as shown in the attached screen shot.
Cody
the Telerik team
Are you enjoying Test Studio? We’d appreciate your vote in the ATI automation awards.
Vote now
Vote now
0
Aaron
Top achievements
Rank 1
answered on 19 Oct 2012, 06:50 AM
Thank You for Your help. It worked.