I uninstalled Server but unable to rename my computer

Computer name is still shown as the old sever name even though I tried to change it via System Preferences. Please help.
Thanks.
matthew

Hi,Matthew
Sorry I am not here to help but ask questions. I find that you have raised a question and solve it by yourself:
https://discussions.apple.com/message/10389490#10389490. Can you tell me the solution cause I met the same problem today. The build-in cisco vpn can be successfully connected but remote desktop won't work.
BR
Sam

Similar Messages

  • After logging into facebook, I get an "access denied" message. It says I don't have permission to access facebook on this server but this is my home computer.

    Recently I've had trouble either when I try to login to facebook or after I've logged in. Usually, it's a page that says "access denied" and follows with a statement similar to not having permission to access facebook on this server. It doesn't happen every time but when it does I try various ways to get back to my facebook page...usually I can google facebook and login that way. Today it won't let me do that either. Does anyone know what this means? I don't know hardly a thing about computer technology so I don't even know where to start. Thanks!

    .usually I can google facebook and login that way.
    Create a Bookmark for Facebook. Don't go via Google.
    If you are using Safari... go to the Safari menu bar click Safari / Preferences then select the Security tab.
    Click: Show Cookies
    Delete all Facebook cookies.
    Now from the menu bar again click Safari / Empty Cache.
    Restart your Mac, launch Safari, try Facebook.
    If you still have problems, quit Safari.
    Open Keychain Access  /Applications/Utilities
    Select Passwords on the left.
    Delete the Facebook and Safari Forms Autofill keychains. Now go to the menu bar top of your screen click Keychain Access / Keychain First Aid. Enter your admin password on the left then click Verify and Repair if necessary.
    Relaunch Safari. Go to Facebook. Login with your user name and password. You should be prompted to save that data to a new keychain. Click Yes.

  • Safari Can't Contact any Server, But Other Users on Same Computer Can

    There must be some simple fix for this...We have two users on our PowerBook, my husband's version of Safari works just fine, but when I switch over to my desktop, Safari claims it can't contact the server, no matter what web page. My email is downloading fine.
    Any suggestions?
    Amanda

    Safari can be fussy about DNS settings.Try using OpenDNS. https://www.opendns.com/start/
    hpr3

  • Unable to rename copied UIMap.uitest file

    Hi
     I have four coded UI projects in single solution.  One of the project contains UIMap.uitest file and I wanted to copy that file to other three projects and rename it.  It is allowing to copy but unable to rename file.  The reason behind
    this copy lot of controls added in that file and I wanted to divide them as per the each requirement of project.
    Tried this http://msdn.microsoft.com/en-us/library/ff398056.aspx but didnt help the way I want this is leading to add all controls again. :(
    Please suggest.
    Regards, Firoj Awate

    Hi Firoj,
    You are right, we couldn't rename the test files' name in solution explorer window if we record a test with the default name like UIMap.uitest.
    But I could provide a workaround for it. Like the following screen shot I create two test project 3 and project 4, I will change the project 3’s test files’ name and then add it to project 4.
    We couldn’t change the name in solution explorer window, but we could change it in project folder, rename them like the following screen shot.
    And then right click project 4->add existing items, add the three files to the project 4. We would get the result like the following screen shot, but we found that it has the wrong format like A and B.
    If we want to change it, we need to edit the .proj file, right click project 4->unload project, and then modify/edit the project file.
    The previous format:
    <ItemGroup>
    <Compile Include="CodedUITest1.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="UIMap.cs">
    <DependentUpon>UIMap.uitest</DependentUpon>
    </Compile>
    <Compile Include="UIMap.Designer.cs">
    <DependentUpon>UIMap.uitest</DependentUpon>
    </Compile>
    <Compile Include="UIMap1.cs" />
    <Compile Include="UIMap1.Designer.cs" />
    </ItemGroup>
    <ItemGroup>
    <None Include="UIMap.uitest" />
    <None Include="UIMap1.uitest" />
    </ItemGroup>
    The new format:
    <ItemGroup>
    <Compile Include="CodedUITest1.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="UIMap.cs">
    <DependentUpon>UIMap.uitest</DependentUpon>
    </Compile>
    <Compile Include="UIMap.Designer.cs">
    <DependentUpon>UIMap.uitest</DependentUpon>
    </Compile>
    <Compile Include="UIMap1.cs">
    <DependentUpon>UIMap1.uitest</DependentUpon>
    </Compile>
    <Compile Include="UIMap1.Designer.cs">
    <DependentUpon>UIMap1.uitest</DependentUpon>
    </Compile>
    </ItemGroup>
    <ItemGroup>
    <None Include="UIMap.uitest" />
    <None Include="UIMap1.uitest" />
    </ItemGroup>
    Reload the project, you would get it like the following screen shot.
    Best Regards,
    Jack 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I have Lotus Traveler installed on my S5. It's having problems and I want to uninstall it but I'm unable to. How can I uninstall the program?

    I have Lotus Traveler installed on my S5. It's having problems and I want to uninstall it but I'm unable to. How can I uninstall the program?

    Are you unable to uninstall it from the app manager in the main settings menu?  How about long pressing the app in the app drawer and dragging up to the notification bar?  Does the app have a phone admin property checked in Settings-Security-Phone administrators?  Sometimes, if it does, apps will not uninstall until unchecked.

  • Firefox 3.6 will not open, uninstalled & reinstalled but still unable to open any web browser except IE8

    Firefox 3.6 will not open, uninstalled & reinstalled but still unable to open Firefox or any other web browser except IE8
    == After Java update ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    Sorry Chris but I don't even get that far - after download latest Firefox - I cannot get the installation to work. I get dialogue box with "0% extraction" then nothing also cannot get Opera to install. The installation stalls at the same point of extracting the download. The only browser to work is IE8. I think it is more a Java problem as everything worked Ok until I took a Java upgrade.

  • The server was unable to process the request due to an internal error.

             
    Properties set in my project are below
    namespace EmployeeService
            public class Employee
                private int _Id;
                private string _Name;
                private string _Gender;
                private DateTime _DateofBirth;
                public int Id
                    get { return _Id; }
                    set { _Id = value; }
                public string Name
                    set { _Name = value; }
                    get { return _Name; }
                public string Gender
                    set { _Gender = value; }
                    get { return _Gender; }
                public DateTime DateofBirth
                    set { _DateofBirth = value; }
                    get { return _DateofBirth; }
    This is the service i have developed in my project 
    namespace EmployeeService
        // NOTE: You can use the "Rename" command on the "Refactor" menu to change the class name "Service1" in both code and config file together.
        public class EmployeeService : IEmployeeService
            public Employee GetEmployee(int Id)
                Employee objemp = new Employee();
                string cs = ConfigurationManager.ConnectionStrings["DBCS"].ConnectionString;
                using (SqlConnection con = new SqlConnection(cs))
                    SqlCommand cmd = new SqlCommand("spGettblEmployeewcf", con);
                    cmd.CommandType = CommandType.StoredProcedure;
                    SqlParameter Idparameter = new SqlParameter();
                    Idparameter.ParameterName = "@Id";
                    Idparameter.Value = Id;
                    cmd.Parameters.Add(Idparameter);
                    con.Open();
                    SqlDataReader dr = cmd.ExecuteReader();
                    while (dr.Read())
                        objemp.Id = Convert.ToInt32(dr["Id"]);
                        objemp.Name = dr["Name"].ToString();
                        objemp.Gender = dr["Gender"].ToString();
                        objemp.DateofBirth = Convert.ToDateTime(dr["DateofBirth"]);
                return objemp;
            public void SaveEmployee(Employee objemp)
                string cs = ConfigurationManager.ConnectionStrings["DBCS"].ConnectionString;
                using (SqlConnection con = new SqlConnection(cs))
                    SqlCommand cmd = new SqlCommand("spInsertEmployeewcf", con);
                    cmd.CommandType = CommandType.StoredProcedure;
                    SqlParameter ParameterId = new SqlParameter()
                        Value = objemp.Id,
                        ParameterName = "@Id"
                    cmd.Parameters.Add(ParameterId);
                    SqlParameter ParameterName = new SqlParameter()
                        Value = objemp.Name,
                        ParameterName = "@Name"
                    cmd.Parameters.Add(ParameterName);
                    SqlParameter ParameterGender = new SqlParameter()
                        Value = objemp.Gender,
                        ParameterName = "@Gender"
                    cmd.Parameters.Add(ParameterGender);
                    SqlParameter ParameterDateofBirth = new SqlParameter()
                        Value = objemp.DateofBirth,
                        ParameterName = "@DateofBirth"
                    cmd.Parameters.Add(ParameterDateofBirth);
                    con.Open();
                    cmd.ExecuteNonQuery();
    The Service Contract  code is
    namespace EmployeeService
        // NOTE: You can use the "Rename" command on the "Refactor" menu to change the interface name "IService1" in both code and config file together.
        [ServiceContract]
        public interface IEmployeeService
            [OperationContract]
            Employee GetEmployee(int Id);
            [OperationContract]
            void SaveEmployee(Employee objemp); 
            // TODO: Add your service operations here
        // Use a data contract as illustrated in the sample below to add composite types to service operations
    and i deployed the EmployeeService in iis and consuming the service in my web application the code is below
     protected void btnsave_Click(object sender, EventArgs e)
                EmployeeService.EmployeeServiceClient client = new EmployeeService.EmployeeServiceClient("basicHttpBinding");
                EmployeeService.Employee employee = new EmployeeService.Employee();
                employee.Id = Convert.ToInt32(txtid.Text);
                employee.Name = txtname.Text;
                employee.Gender = txtgender.Text;
                employee.DateofBirth = Convert.ToDateTime(txtdob.Text);
                client.SaveEmployee(employee);
            protected void btnget_Click(object sender, EventArgs e)
                EmployeeService.EmployeeServiceClient client = new EmployeeService.EmployeeServiceClient("basicHttpBinding");
                EmployeeService.Employee employee = client.GetEmployee(Convert.ToInt32(txtid.Text));
                txtname.Text = employee.Name;
                txtgender.Text = employee.Gender;
                txtdob.Text = employee.DateofBirth.ToShortDateString();
    and  when i am entering the details of employee Id,Name,Gender,DateofBirth and clicking save button iam getting the following error 
    The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior)
    on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.
    Code in web.config file in Webapplication(Client) is the following
    <?xml version="1.0"?>
    <!--
      For more information on how to configure your ASP.NET application, please visit
      http://go.microsoft.com/fwlink/?LinkId=169433
      -->
    <configuration>
        <system.diagnostics>
            <sources>
                <source name="System.ServiceModel.MessageLogging" switchValue="Warning, ActivityTracing">
                    <listeners>
                        <add type="System.Diagnostics.DefaultTraceListener" name="Default">
                            <filter type="" />
                        </add>
                        <add name="ServiceModelMessageLoggingListener">
                            <filter type="" />
                        </add>
                    </listeners>
                </source>
                <source name="System.ServiceModel" switchValue="Warning, ActivityTracing"
                    propagateActivity="true">
                    <listeners>
                        <add type="System.Diagnostics.DefaultTraceListener" name="Default">
                            <filter type="" />
                        </add>
                        <add name="ServiceModelTraceListener">
                            <filter type="" />
                        </add>
                    </listeners>
                </source>
            </sources>
            <sharedListeners>
                <add initializeData="C:\Users\HEMANTH\Desktop\Client\Client\Web_messages.svclog"
                    type="System.Diagnostics.XmlWriterTraceListener, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
                    name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp">
                    <filter type="" />
                </add>
                <add initializeData="C:\Users\HEMANTH\Desktop\Client\Client\Web_tracelog.svclog"
                    type="System.Diagnostics.XmlWriterTraceListener, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
                    name="ServiceModelTraceListener" traceOutputOptions="Timestamp">
                    <filter type="" />
                </add>
            </sharedListeners>
            <trace autoflush="true" />
        </system.diagnostics>
        <system.web>
            <compilation debug="true" targetFramework="4.0" />
        </system.web>
        <system.serviceModel>
            <diagnostics>
                <messageLogging logEntireMessage="true" logMalformedMessages="true"
                    logMessagesAtTransportLevel="true" />
            </diagnostics>
            <bindings>
                <basicHttpBinding>
                    <binding name="basicHttpBinding" />
                </basicHttpBinding>
                <wsHttpBinding>
                    <binding name="mexHttpBinding">
                        <security mode="None" />
                    </binding>
                </wsHttpBinding>
            </bindings>
            <client>
                <endpoint address="http://localhost/EmployeeWebServices/EmployeeService.svc/basic"
                    binding="basicHttpBinding" bindingConfiguration="basicHttpBinding"
                    contract="EmployeeService.IEmployeeService" name="basicHttpBinding" />
                <endpoint address="http://localhost/EmployeeWebServices/EmployeeService.svc/mex"
                    binding="wsHttpBinding" bindingConfiguration="mexHttpBinding"
                    contract="EmployeeService.IEmployeeService" name="mexHttpBinding" />
            </client>
        </system.serviceModel>
    </configuration>
    Things i have tried till now are 
    1)changed the name of the name of the endpoint address basicHttpBinding to  basicHttpBinding_IEmployeeService but still get the save error.
    2)Opened the Message Log Trace. Got the error as follows
    <MessageLogTraceRecord>
    <HttpResponse xmlns="http://schemas.microsoft.com/2004/06/ServiceModel/Management/MessageTrace">
    <StatusCode>InternalServerError</StatusCode>
    <StatusDescription>Internal Server Error</StatusDescription>
    <WebHeaders>
    <Content-Length>730</Content-Length>
    <Cache-Control>private</Cache-Control>
    <Content-Type>text/xml; charset=utf-8</Content-Type>
    <Date>Sat, 03 Jan 2015 12:12:24 GMT</Date>
    <Server>Microsoft-IIS/7.5</Server>
    <X-AspNet-Version>4.0.30319</X-AspNet-Version>
    <X-Powered-By>ASP.NET</X-Powered-By>
    </WebHeaders>
    </HttpResponse>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header></s:Header>
    <s:Body>
    <s:Fault>
    <faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher" xmlns="">a:InternalServiceFault</faultcode>
    <faultstring xml:lang="en-US" xmlns="">The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute
    or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.</faultstring>
    </s:Fault>
    </s:Body>
    </s:Envelope>
    </MessageLogTraceRecord>
    Try to understand but could not understand because i'am new to wcf services. Please help me to find the error details.
    Thanks in advance
    Regards
    rax227 
                           

    Hi Mohan,
    I didn't use Fiddler before, I just download and use it but how to see the request message from this software?
    I have logged the request to event log before send to web service and copy this request from event log to testing with soapUI, so I don't think have between the actual messages being sent to your client via orchestration and soapui. In the log Response shape
    I see the fault response in event log.
    You can see
    this link to know how to use fiddler. As I suggested above the error you need to check is at the server side who is hosting the service( your party ) because you are getting fault response properly from them. The webservice you are calling seems to look
    like WCF service too. Your life would have been so easier if you could ask them to have firewall open from your dev box to their dev server so that you can use use "Add Service Reference" wizard, that even they have .NET wcf service too. 
    Did you by any chance manage to talk to them what they are getting or if they can increase the exception details in the fault message for you?
    If this answers your question please mark it as Answer and if this post is helpful, please vote as helpful. Thanks !

  • Unable to rename objects

    In the OMWB, I am unable to rename objects. For example, in the Source Model under the Views folder, I have a view whose name is 100 characters long. I want to rename it to a 30 character name (something meaningful and not system generated.) The on-line help says to use the menu to click on Object > Rename, but that is grayed-out. The only available options are delete and parse. Both of those work, by the way.
    I just downloaded and installed OMWB last Thursday, so this is latest version of software. I also got the SQL Server 2000 plug-in, and it's installed correctly because I have been successful at migrating SQL Server 2000 to Oracle 10g.

    Hi Mark,
    You are quiet correct. The OMWB does not allow you to rename schema objects in the Source Model. The only objects which can be renamed manually are tablespaces and users in the Oracle Model.
    The workaround is to rename the view inside the Oracle Model PL/SQL editor. Then your view with get generated with the choosen name.
    I have found the following in the OMWB help
    "You can customize the Oracle Model by: Creating, deleting, and renaming objects "
    This will be logged as a bug as not all objects can be renamed. Could you provide a link to the on-line help document which states "click on Object > Rename" as I am having difficulty finding it, and I will add this to the bug report.
    Regards,
    Dermot.

  • Unable to rename or save changes to Access Reports Access 2010

    Unable to rename or save changes to access reports in Access 2010
    This just started
    Tried changing report name, rename is allowed but does not save
    If change made to report does not save
    If trying to save as new report name error given saying name conflicts
    Queries and tables work fine
    Database file resides on server and this happens on all PCs, tried local copy to local machine and that has same problem, compact and repair completes but still same problem
    Any help welcomed

    Is the setup 1 Back end on the server, and 1 each Front end on each PC?
    peter n roth - http://PNR1.com, Maybe some useful stuff

  • Unable to rename the application

    hi all,
    i am trying to rename the application using application manager 6.5 and unable to do so popping out an error unable to rename the application since its being locked out an user. I had tried to find the locks by that user on the application and unable to find any thing locked by that user. how can i rename it??

    This used to happen a lot when there were linked objects on a database, but normally stopping and restarting the application was enough to at least see what was locked and be able to unlock them. I don't know if 6.5 is affected by this same issue or if you are hitting some other problem.
    Another issue I used to run in to occasionally: look for Read Only files in the application/database folder on the server, this could also "mimic" a locked object with no specific means of unlocking it through AppMan. Changing the file's attribute (preferrably while the application is stopped) should take care of this issue. How they end up like that is anybody's guess, I thought I had a clue but could not replicate it -- I tried to copy the file using Windows while it was locked...

  • Unable to Rename a Playlist

    So this has been a problem through a few versions of iTunes. I've always assumed this would be fixed through enough updates and now I give up.
    I'm unable to rename any playlists in iTunes. And I do mean I'm actually unable to. Hitting F2 to rename a playlist doesn't work. Right-clicking the playlist and selecting rename doesn't work. Assume all methods within iTunes are unable to rename a playlist. It seems any actual attempt to rename it just opens up a blank iTunes window with no data in it. Just empty window that can only be closed. It's as if I was getting an error message but no actual message in it.
    This is getting tiresome. I've googled enough to see that no one else has this issue. So, my question is what would break the renaming system on playlists. Keep in mind, I'm able to rename and change the information on any song in my library. But if I want to rename a playlist? Good luck.

    In which case I suggest you uninstall iTunes and reinstall it.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Download Helper, even with paid converter upgrade, gives "Invalid Capture File" errors and will not record audio, with "File Creation Error - Unable to rename/copy audio file" Error.

    Download Helper Screen Capture worked to capture video if the default "no audio" option is active. But, no audio. The "speakers" or "microphone" audio options are confusing....the audio to be captured is from the video, so what do you choose? With either "speakers" or "microphone" selected, the captured file has poor audio and no video. Re-capture efforts (speakers) get "Invalid capture file error" and "File Creation error- Unable to rename/copy audio file"
    The paid upgrade of "Converter" doesn't work.
    Instructive documentation - not very good.
    Suggestions - Need time delay between initiation of "Record" and starting the video to be recorded.
    Could use timer tracking of the record process.
    Are there operating system limitations? (Have Windows XP Pro)

    That is an issue for the developer of that Download Helper.

  • TS3899 I can receive email but unable to send or respond on my iPad.  Also if I am relying on my cellular data away from home I cannot send email.

    I can receive email through my local carrier but unable to send emails.  This also applies when I want to send messages..  This just occurred in the last few days.

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    Using a POP account with multiple devices
    http://support.apple.com/kb/ht3228
    iOS: Adding an email account
    http://support.apple.com/kb/HT4810
    iOS: Setting up an Outlook.com, Hotmail, Live, or MSN email account
    http://support.apple.com/kb/ht1694
    iPhone, iPad, iPod touch: Microsoft Outlook 2003, Outlook 2007, Outlook 2010 may not display contacts and calendars after sync
    http://support.apple.com/kb/TS1944
    Server does not allow relaying email error, fix
    http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/
    Why Does My iPad Say "Cannot Connect to Server"?
    http://www.ehow.co.uk/info_8693415_ipad-say-cannot-connect-server.html
    How to Delete Email on the iPad
    http://ipad.about.com/od/iPad_Guide/ss/How-To-Delete-Email-On-The-Ipad.htm
    How to Mass Delete Emails from iPhone and iPad Inbox (with video)
    http://suiteminute.com/how-to-mass-delete-emails-from-iphone-and-ipad-inbox/
    How to add, send and open iPad email attachments
    http://www.iskysoft.com/apple-ipad/ipad-email-attachments.html
    How to Sync Contacts with Your iPad Using iTunes
    http://www.dummies.com/how-to/content/how-to-sync-contacts-with-your-ipad-using- itunes.html
    iOS: 'Mailbox Locked', account is in use on another device, or prompt to re-enter POP3 password
    http://support.apple.com/kb/ts2621
    iCloud: Create a group and add contacts to it
    http://support.apple.com/kb/PH2667
    eMail Groups - You can use a third party app that many users recommend.
    MailShot -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    Group Email -  https://itunes.apple.com/us/app/mailshot-pro-group-email-done/id445996226?mt=8
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Configuration problems with IMAP e-mail on iOS with a non-standard SSL port.
    http://colinrobbins.me/2013/02/09/configuration-problems-with-imap-e-mail-on-ios -with-a-non-standard-ssl-port/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • When i go to gmail it says "Not Found. The requested URL/accounts/service login was not found on this server" but it used to work and I need help getting it to work again.

    I used to go to gmail all the time. Now it says "Not Found" whenever I go to gmail. Is there a reason for this and is there a way I can access gmail again?
    == URL of affected sites ==
    http://gmail.com

    You've been really helpful and I did what you said, but I'm still having a problem. I click on "tools", then click on "Add-ons", and when the box opens I click on "extensions". This is the problem" In the "Add-on" box under "extensions", it says "'''Microsoft.NET Framework Assistant''' 1.0. Adds ClickOnce support and the ability to report installed .NET versions to the web server. '''Not compatible with Firefox 3.6.3.'''" And underneath there are 3 boxes to click on: "options", "enable", and "uninstall". But it won't let me click on any of them. Also, the first thing before the text I just copied, is a red explanation point. This is the only thing that comes up under "Extensions". Any ideas? I'd appreciate any input. Thanks

  • In Mail on macbook pro. unable to rename the mailboxes because the "rename mailbox" option is not highlighted

    in Mail on macbook pro. unable to rename the mailboxes because the "rename mailbox" option is not highlighted.
    Thanks Jim...........

    Thank you SO much. Everything I had tried just expanded the size of each columns. Finding that slender area to the right of the message columns was tricky, but it worked. Wish that was more intuitive.
    Thanks again.

Maybe you are looking for