Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6578233

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:44:41+00:00 2026-05-25T15:44:41+00:00

Today, I compiled the Telerik RadControls ASP.NET AJAX Live Demos project (which I compiled

  • 0

Today, I compiled the Telerik RadControls ASP.NET AJAX “Live Demos” project (which I compiled several times last week and worked) in Visual Studio 2008. I made some unique changes to the solution because our company doesn’t use Visual Studio 2010, yet. See the link below for the changes I made.

Telerik "Live Demos" solution – connection strings & database setup

When I tried to compile it, I first got three errors that are shown below under compilation #1 errors. When I double click those errors, it doesn’t take me to the source file. ??? I then purposely changed some code in a random file to cause a 4th compilation error so I could see what columns are normally populated in a compilation error. That’s my compilation #2 errors. Then I fixed that problem I purposely put in, and recompiled again, and got the compilation #3 errors. Notice the slight error visual differences even though they are the same line numbers. Again, in the #3 errors, when I double click them, it doesn’t take me to the source files. I’ll try getting out of Visual Studio 2008 and going back in… perhaps this is a memory issue with Visual Studio left open untouched for 3 days over the weekend. If that solves, I’ll post that as the answer, and we’ll call it a Microsoft fluke.

FYI: “recompiled” meaning “Rebuild Solution”

Compilation #1 errors:

enter image description here

Compilation #2 errors:

enter image description here

Compilation #3 errors:

enter image description here

  • 0 0 Answers
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:44:42+00:00Added an answer on May 25, 2026 at 3:44 pm

    I made some changes I shouldn’t have. Found the answer.

    http://www.telerik.com/community/forums/aspnet/grid/column-grouping-question.aspx

    ================

    Another issue that can cause this is if you have temporary files stored for your ASP.NET web application project. Exit solution, delete the folder below, and go back into the project, and recompile/rebuild solution. That wasn’t my issue, but I did see that temporary files can cause this. That’s essentially where the paths are coming from in the “Compilation #3 errors” screen shot.

    C:\Windws\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\solution_folder_to_delete

    =================

    My issue was that I removed the namespace from the code behind file (.aspx.cs file), and then removed the namespace from my “inherits” attribute on the source file (.aspx file). I did this when I tried to isolate the Editor control in a new stand alone web application project.

    Broken code:

    <%@ Page Theme="Default" Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %>
    

    ….

    public partial class _Default : System.Web.UI.Page 
    {
        protected void Page_Load(object sender, EventArgs e)
        {
    

    Working code:

    <%@ Page Theme="Default" Language="C#" AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs" Inherits="Telerik.Web.Examples.Editor.Default.DefaultCS" %>
    

    …

        namespace Telerik.Web.Examples.Editor.Default
        {
            public partial class DefaultCS : System.Web.UI.Page
            {
                protected void Page_Load(object sender, EventArgs e)
                {
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Yesterday I was having fully compiled ASP.NET MVC 3.0 project. Today when i opened
Looking for a person who's setup the Telerik Rad Controls for ASP.NET AJAX Live
I'm using third party library which compiled one week ago. Today I sat down
We have several ASP.NET applications that use a sitemap which is populated via a
Today when I was working on some javascript in an Asp.NET page, I did
Today I was listening to the Hanselminutes show about .NET 3.5 SP1...What's inside ,
Today I stumbled about a Problem which seems to be a bug in the
I tried switching architectures in my Xcode project today, because I was about to
Today I made a 64bit build of my project for the first time. Basically
OS that I am using: Fedora 15. Today morning, I removed net-snmp rpm package

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.