This is a migrated thread and some comments may be shown as answers.

FEATURE REQUEST: CompileProblems

4 Answers 77 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gene
Top achievements
Rank 1
Gene asked on 19 Nov 2009, 05:00 PM
I'd like to see Just Code display compile problems without having to compile.  Resharper currently does this,

Glad to see you guys in the refactoring tool biz!

4 Answers, 1 is accepted

Sort by
0
Ivo Bratoev
Telerik team
answered on 19 Nov 2009, 07:49 PM
Hello Gene,
Thank you for your support.
About your request, displaying compile problems without having to compile is one of the main features of JustCode. If you have any problems with this feature I will be happy to help you.
You can find more info about the feature here. Feel free to explore the current JustCode Beta capabilitis here.
One important advantage of JustCode over the Resharper code analysis is that we analyze the code in the whole solution, and Resharper only in the current open file.

All the best,
Ivo Bratoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Gene
Top achievements
Rank 1
answered on 20 Nov 2009, 03:48 PM
Thanks for the reply Ivo. 

The ProfileCommon class is showing up as an unknown entity in JustCode.

I have a class in the App_code folder that gets Profile information.  The code still compiles.
0
Wojciech
Top achievements
Rank 2
answered on 22 Nov 2009, 12:07 PM
I was just looking if there's a topic about System.Web.Profile class problem.

I my web.config file I have this entry

web.config file
      <properties> 
        <add name="FirstName" /> 
        <add name="LastName" /> 
        <add name="ProfileCompleted" type="System.Boolean" /> 
        <group name="Address"
          <add name="Street" /> 
          <add name="ZipCode" /> 
          <add name="City" /> 
          <add name="Country" /> 
        </group> 
        <add name="Phone" /> 
      </properties> 

and JustCode is telling me that:
VisualBasic.NET: Unknown entry 'FirstName' of namespace 'System.Web.Profile'.
(the same error is for LastName, Address, Phone etc.)

VB.NET Code
txtBoxFirstName.Text = Profile.FirstName 
txtBoxLastName.Text = Profile.LastName 
txtBoxStreet.Text = Profile.Address.Street 
txtBoxZipCode.Text = Profile.Address.ZipCode 
txtBoxCity.Text = Profile.Address.City 
txtBoxCountry.Text = Profile.Address.Country 
txtBoxPhone.Text = Profile.Phone 

Regards
Wojciech Poniatowski
0
Ivo Bratoev
Telerik team
answered on 23 Nov 2009, 01:50 PM
Thanks to both of you for reporting this issue. It is already in our backlog with high priority and it will be fixed soon.

All the best,
Ivo Bratoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
Gene
Top achievements
Rank 1
Answers by
Ivo Bratoev
Telerik team
Gene
Top achievements
Rank 1
Wojciech
Top achievements
Rank 2
Share this question
or