Microsoft Visual Studio I am getting this error all time

Asked By 80 points N/A Posted on -
qa-featured

In Microsoft Visual Studio I am getting this error all time. Why this is happening over here. Does somebody know how to solve this? Need assistance please.

Could not load type

‘telerik.Sitefinity.Thunder.VsProjects.ProjectFactories.Website Templates.GeneralPropertyPage’ from assembly ‘Telerik.Sitefinity.Thunder, Version=5.0.3041.0, Culture=neutral

PublicKey Token=b28c218413bdf563’.

SHARE
Best Answer by Bernard L Jefferson
Answered By 90 points N/A #175087

Microsoft Visual Studio I am getting this error all time

qa-featured

Hi there

This may be because of incomplete installation or mismatch file version. To resolve this try

1st Install service pack 1 for all the visual studio

2nd Remove Microsoft synchronization for ADO.net program

Note – you can do this by going to Add/Remove programs in control panel and reinstall same this link

http://www.microsoft.com/en-us/download/details.aspx?id=5821

Best of Luck

Taylor B Campos,

Thank You

Best Answer
Best Answer
Answered By 0 points N/A #175086

Microsoft Visual Studio I am getting this error all time

qa-featured

You may resolve this issue to build the application by performing one of the following actions.

1. Run the following command using the C# command line compiler.

csc /t:library /r:System.web.dll /out:mydll.dll myfile.c

2. To build the application click on the Build menu in the Microsoft Visual Studio.

For the Web User Control the best solution of this scenario is that, Microsoft will require CodeBehind in the page, if you are using "ASP.NET Web Application". In the way of the Web Site the compiler will require CodeFile instead. This is very troublesome but the right solution for this scenario.

Related Questions