Inserting hyperlink - Cannot find the 'Source'

I am having trouble locating the 'source'  when inserting a hyperlink to a page. I am doing as I have been taught but its just not working, I have tried inserting link in a number of ways such as  Insert Hyperlink.... Also using the propertie manager to do it that way but cannot find the source anywhere. I have a deadline for tomorrow and managed to link homepage to second page whilst in a tutorial. I am not using a live web domain it is just for mock purposes.
Please help.

Thanks for some reason it seems to be working now for reasons unknown... But.. My text navigation bar links have been inserted as new layers rather than div tags so now the link text is showing on top of the 'Client Page' text and looking a mess I will add the codes now to see if someone can help ????
Basically I need to hide the link that is sitting ontop of the image layer which is the nav bar... If that makes sense. I am new to dw so sorry for the long winded way explaining.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
width:10px;
height:179px;
z-index:1;
left: 65px;
top: 75px;
#Layer2 {
position:absolute;
width:798px;
height:178px;
z-index:2;
left: 100px;
top: 48px;
background-image: url(images/Header.jpg);
#Layer3 {
position:absolute;
width:65px;
height:20px;
z-index:3;
left: 157px;
top: 260px;
background-image: url(images/Home-Link-Text.jpg);
#Layer4 {
position:absolute;
width:65px;
height:20px;
z-index:4;
left: 265px;
top: 260px;
background-image: url(images/Profile-Link-Text.jpg);
#Layer5 {
position:absolute;
width:75px;
height:20px;
z-index:5;
background-image: url(images/Client-Link-Text.jpg);
left: 400px;
top: 260px;
#Layer6 {
position:absolute;
width:131px;
height:20px;
z-index:6;
background-image: url(images/Our-Vehicles-Text.jpg);
left: 550px;
top: 260px;
#Layer7 {
position:absolute;
width:111px;
height:20px;
z-index:7;
background-image: url(images/Contact-Us-Text.jpg);
left: 750px;
top: 260px;
#Layer8 {
position:absolute;
width:810px;
height:390px;
z-index:8;
left: 95px;
top: 294px;
background-image: url(images/Profile-Body-Text.jpg);
body {
background-color: #b3a7a7;
a:link {
color: #999999;
.style1 {color: #FFFFFF}
body,td,th {
color: #FFFFFF;
-->
</style>
</head>
<body>
<div class="outerwrapper">
  <div id="Layer2"></div>
  <div id="Layer3"></div>
  <div id="Layer4"></div>
  <div id="Layer5"><a href="Client Page.html" class="style1">Client Page.html</a></div>
  <div id="Layer6"></div>
  <div id="Layer7"></div>
  <div id="Layer8"></div>
</div>
</body>
</html>

Similar Messages

  • HT1923 i cannot find the source of the itunes folder for uninstallation

    i was trying to download the new version of itunes but when i try to download it, it says that it wasnt able to find the correct folder for the installation program and i am not unable to uninstall it neither. how else can i reinstall the itunes?

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • I cannot find the source coue: WebsphereEpSsoLib.zip

    Although it is said in "How to Set Up Single Sign-On Between an IBM WebSphere Portal and the SAP Enterprise Portal Using JAAS" that can download it from http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/websphereepssolib.zip, but I cannot.
    Could anyone tell me how get it, thx.

    I was able to download. There is an error in the name the first poster has used. (WebSphere instead of Websphere)
    Correct link is:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/websphereepssolib.zip
    Best regards,
    Theo

  • Cannot find the source of NullPointerException

    A program I have built throws a NullPointerException in a line where there is just a curled bracket.
    public void run()
         Packet packet = null;
         while ( alive )
         {     // here is thrown the NullPointerException
              try
                   packet = ( Packet ) ( in.readObject() );
                                          .All the console window says is
    java.lang.NullPointerException
    at ReceivingServerThread.run(ReceivingServerThread.java:53).
    How can I find to which class the null pointer refers?

    That is impossible.
    From the code that is visible in your post, only one line can throw a nullpointer and that is "in.readObject" which would indicate that in is null.

  • The debugger has finished stepping, but it cannot find the source file

    Hi guys, has anyone seen this message while debugging? I've just installed 1.5 and I'm getting it all the time. SQLDeveloper doesn't show on the screen the anonymous block that handles the debugging, even though it seems to be working with it. Tks in advance for your kind advice.

    Hi, I get it during the debugging. In the former version, debugging starts by calling the original function or procedure, and then it goes to an anonymous block, the test block that calls the function/procedure being debugged (usually two anonymous functions.) And the debugger goes step-by-step in the anonymous block.
    But in the new version the debugger works only for the original function and then there is the error of the title, and when you tell the debugger to go ahead anyway (ignore the file,) it goes step-by-step through the anonymous blocks, but nothing is shown on the screen... I am puzzled... I am trying to test it in another PC to see what happens (it seems to be an installation problem)

  • A friend gave me an older Nano 3rd generation. Can anyone tell me how to delete what is on there and how to get rid of his name. It does not connect to my itunes. I cannot even find the source or the place to restore it as suggested in the owners manual.

    I have a 3rd generation ipod that a friend gave me. I cannot find anything on how to get rid of his name and music on it. This is what the owners manual says:
    "Select ipod nano in the soiurce list and click the summary tab" I cannot find the source or the summary tab on itunes. Can any one help me? I would like to delete everything on it and start over but I am afraid I cannot add anything back on it. I know this is detailed and a lot, but I really need help.

    Restore
    Note: Because Restore erases all of the songs and files on iPod, make sure toback up any files you've saved on the iPod disk. All of your songs, videos, podcasts, audiobooks, and games can be loaded back to your iPod provided that you have them stored in your iTunes Library.
    How to restore your iPod:For Windows:
    1. Make sure you've reinstalled the latest version of iTunes.
    2. Open iTunes, and then connect your iPod to your computer.
    3. After a few moments, it will appear in the source list in iTunes. If the iPod's display doesn't show "Connected" or "Do not disconnect" you may need to put the iPod into disk mode to proceed.
    4. Select your iPod in the source list and you will see information about it appear in the Summary tab of the main iTunes windows.
    5. Click the Restore button. You will be prompted with one or more restore options that may prompt iTunes to automatically download of the latest iPod Software. The 4 possible restore options are:
    Restore Option 1: Restore - Restores with same iPod Software version already on iPod.
    Restore Option 2: Use Same Version - Restores with same iPod Software version already on iPod even though a newer version is available.
    Restore Option 3: Use Newest Version - Restores with the latest iPod Software on your computer.
    Restore Option 4: Restore and Update - Restores with the latest iPod Software on your computer.
    6. A progress bar will appear on the computer screen indicating that the first stage of the restore process has started. When this stage is completed, iTunes will instruct you to leave iPod connected to your computer to complete restore.
    7. During the stage 2 of the restore process, the iPod will show an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remains connected to the computer or iPod Power adapter during this stage. Note: The progress bar may be difficult to see since the backlight on the iPod display may be off.
    8. After stage 2 of the restore process is complete and the iPod is connected to the computer, the iTunes Setup Assistant window will appear asking you to name your iPod and choose your syncing preferences similar to when you connected your iPod for the first time.
    For Mac:
    1. Make sure you've reinstalled the latest version of iTunes.
    2. Open iTunes, and then connect your iPod to your computer.
    3. After a few moments, it will appear in the source list in iTunes. If the iPod's display doesn't show "Connected" or "Do not disconnect" you may need to put the iPod into disk mode to proceed.
    4. Select your iPod in the source list and you will see information about it appear in the Summary tab of the main iTunes windows.
    5. Click the Restore button. You will be prompted with one or more restore options that may prompt iTunes to automatically download of the latest iPod Software. The 4 possible restore options are:
    Restore Option 1: Restore - Restores with same iPod Software version already on iPod.
    Restore Option 2: Use Same Version - Restores with same iPod Software version already on iPod, even though a newer version is available.
    Restore Option 3: Use Newest Version - Restores with latest iPod Software version on your computer.
    Restore Option 4: Restore and Update - Restores with latest iPod Software version on your computer.
    6. A message will appear prompting you to enter an administrator's name and password.
    7. A progress bar will appear on the computer screen indicating that the first stage of the restore process has started. When this stage is completed, iTunes will instruct you to leave iPod connected to your computer to complete restore.
    8. During the stage 2 of the restore process, the iPod will show an Apple logo as well as a progress bar at the bottom of the display. It is critical that the iPod remains connected to the computer or iPod Power adapter during this stage. Note: The progress bar may be difficult to see since the backlight on the iPod display may be off.
    9. After stage 2 of the restore process is complete and the iPod is connected to the computer, the iTunes Setup Assistant window will appear asking you to name your iPod and choose your syncing preferences similar to when you connected your iPod for the first time.
    Source:
    iPod nano (3rd generation) Troubleshooting Assistant
    Message was edited by: michael08081

  • HT1349 I have multiple albums that I've purchased that iTunes will not allow me to play stating they cannot locate the source. I then tried going into available downloads in iTunes to see if I needed to download it again, and iTunes tells me it is already

    I have multiple albums that I've purchased through iTunes, and iTunes will not allow me to play them stating they cannot locate content.I tried going into iTunes Store and look for available downloads, but the store shows it's already downloaded. It's a lot of music i've bought and can't play. How do I fix this?

    Forget the pad for a moment and just think about I tunes on your computer.  Every now and then( 3 times over 6 years) when doing an I tunes upgrade, I tunes seems to lose track of some of my music files.  They show up in the I tunes listing, but when you try to play, it cannot find the source.   The cause is always that I have somehow moved some or all of the music to a library that is outside of the set of libraries I have dragged into I tunes.
    On your computer, search for one of the songs.  All the missing ones are probably together, and when you find one, you will find the rest.  When you find it, note the directory  and file path to where it lives, then add that path to your I tunes
    Ibarra.
    Note, the original listing will still be in I tunes, so you will get double listings for theses songs, and no easy way to tell which is the valid ane and which is not, other than the ! Symbol when it cannot find the file.  I know of no good way to get rid of the duplicate listing except manually going through and deleting them.
    One you get them back into your I tunes library, they will sync and play fine.
    Second side effect,  if you are streaming to atv, and it comes accross one of those entries that leads nowhere, it simply stops streaming, and you have to restart the play.

  • SELECT * cannot be used in an INSERT INTO query when the source or destination table contains a multivalued field

    Hi,
    I am using Access 2013 and I have the following VBA code, 
    strSQL = "INSERT INTO Master SELECT * from Master WHERE ID = 1"
     DoCmd.RunSQL (strSQL)
    when the SQL statement is run, I got this error.
    SELECT * cannot be used in an INSERT INTO query when the source or destination table contains a multivalued field
    Any suggestion on how to get around this?
    Please advice and your help would be greatly appreciated!

    Rather than modelling the many-to-many relationship type by means of a multi-valued field, do so by the conventional means of modelling the relationship type by a table which resolves it into two one-to-many relationship types.  You give no indication
    of what is being modelled here, so let's assume a generic model where there is a many-to-many relationship type between Masters and Slaves, for which you'd have the following tables:
    Masters
    ....MasterID  (PK)
    ....Master
    Slaves
    ....SlaveID  (PK)
    ....Slave
    and to model the relationship type:
    SlaveMastership
    ....SlaveID  (FK)
    ....MasterID  (FK)
    The primary key of the last is a composite one of the two foreign keys SlaveID and MasterID.
    You appear to be trying to insert duplicates of a subset of rows from the same table.  With the above structure, to do this you would firstly have to insert rows into the referenced table Masters for all columns bar the key, which, presuming this to be
    an autonumber column, would be assigned new values automatically.  To map these new rows to the same rows in Slaves as the original subset you would then need to insert rows into SlaveMastership with the same SlaveID values as those in Slaves referenced
    by those rows in Slavemastership which referenced the keys of the original subset of rows from Masters, and the MasterID values of the rows inserted in the first insert operation.  This would require joins to be made between the original and the new subsets
    of rows in two instances of Masters on other columns which constitute a candidate key of Masters, so that the rows from SlaveMastership can be identified.
    You'll find examples of these sort of insert operations in DecomposerDemo.zip in my public databases folder at:
    https://onedrive.live.com/?cid=44CC60D7FEA42912&id=44CC60D7FEA42912!169
    If you have difficulty opening the link copy its text (NB, not the link location) and paste it into your browser's address bar.
    In this little demo file non-normalized data from Excel is decomposed into a set of normalized tables.  Unlike your situation this does not involve duplication of rows into the same table, but the methodology for the insertion of rows into a table which
    models a many-to-many relationship type is broadly the same.
    The fact that you have this requirement to duplicate a subset of rows into the same table, however, does make me wonder about the validity of the underlying logical model.  I think it would help us if you could describe in detail just what in real world
    terms is being modelled by this table, and the purpose of the insert operation which you are attempting.
    Ken Sheridan, Stafford, England

  • Bulk Insert Task Cannot bulk load because the file could not be opened.operating system error error code 3(The system cannot find the path specified.)

    Following error i am getting after i chnaged the Path in Config File from
    \\vs01\d$\\Deployment\Files\temp.txt
    to
    C:\Deployment\Files\temp.txt
    [Bulk Insert Task] Error: An error occurred with the following error message: "Cannot bulk load because the file "C:\Deployment\Files\temp.txt" could not be opened. Operating system error code 3(The system cannot find the path specified.).". 

    I think i know whats going on. The Bulk Insert task runs by executing sql command (bulk insert) internally from the target sql server to load the file. This means that the SQL Server Agent of the target sql server should have permissions on the file you trying to load. This also means that you need to use UNC path instead to specify the file path (if the target server in on different machine)
    Also from BOL (see section Usage Considerations - last bullet point)
    http://msdn.microsoft.com/en-us/library/ms141239.aspx
    * Only members of the sysadmin fixed server role can run a package that contains a Bulk Insert task.
    Make sure you take care of this as well.
    HTH
    ~Mukti
    Mukti

  • I read that Chrome was dropping npapi support - In the article it said that firefox was in December. Is this true? I cannot find a source.

    I read that Chrome was dropping npapi support - In the article it said that firefox was in December. Is this true? I cannot find a source.

    http://techcrunch.com/2013/09/23/say-goodbye-to-npapi/
    The article is misleading. As written it looks like it is being blocked, but it is the click to play feature they are talking about.

  • Inconsisten with the protected source The system cannot find the path specified (0x80070003)

    Hi,
    we are getting an error with the DPM server, the disk is on the same server, other disk have no issues
    The replica of Volume H:\ on backup.domain.eu is inconsistent with the protected data source. All protection activities for data source will fail until the replica is synchronized with consistency check. You can recover data from existing recovery points, but
    new recovery points cannot be created until the replica is consistent. 
    DPM encountered an error while performing an operation for \\?\Volume{5d0ecad1-5d88-47eb-8a5c-13dddaf0d41e}\app\invoice\ on backup.domain.eu (ID 2033 Details: The system cannot find the path specified (0x80070003))
    we did a consistency check twice and a disk scan, even deleted the backup and recreated it

    Hi,
    From the following article, you can first try a consistent checking:
    Replica inconsistent
    https://technet.microsoft.com/en-us/library/bb809059.aspx
    To perform a consistency check
    In DPM Administrator Console, click Protection on the navigation bar.
    In the Display pane, select the protection group member for which you want to perform a consistency check.
    In the Actions pane, click Perform consistency check.
    In the dialog that notifies you that a consistency check is a lengthy operation, click OK.
    If it failed, please try to manually synchronize a replica as referred in this article:
    How to Synchronize a Replica
    https://technet.microsoft.com/en-us/library/bb795867.aspx
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Installation error: cannot find the data source checking utility (dbcheck)

    BO XI 3.0:
    During the process of installing "Dashboard and Analytics Servers", we've got this error.
    Installation error: cannot find the data source checking utility (dbcheck)
    Have anyone encountered this issue? We can't move on after this error.
    Thanks,

    I've fixed the problem.
    Lianjun.
    Lianjun (guest) wrote:
    : I've tried to run the latest beta version of OMWB to migrate
    from
    : MS SQLSERVER7.0 to Oracle8i. At step 4:Source Database Details,
    : every time I put in the data source name (which is in the
    control
    : panel-ODBC data source Administrator), it gave an error message
    : that Data source name not found and no default driver
    : specified).Anybody has any ideas?
    : Thanks for the help!
    : Lianjun.
    null

  • Error message on my development workstation: The system cannot find the file specified.

    Post Author: cseverin
    CA Forum: Crystal Reports
    Hi,
    I am currently developing an ASP.NET website using Visual Studio.NET 2005. I am using the .NET 2.0 framework, VB.NET as my programming language and I connect successfully to a SQL Server 2005 database.  I can select, insert, update and delete data from the database elsewhere in my project, so I know basic connectivity isn't an issue.  The problem seems to be with Crystal Reports. 
    I created a folder called 'Reports' in my project and added a Crystal Report file (OpenFiles.rpt) to it.  I designed the report and initally used a hard-coded SQL query as its datasource so I could quickly get the database fields onto the report and preview them.  All worked fine. 
    To make the report accessible to the rest of the website, I created an .xsd dataset file containing the three tables (and their corresponding tableadapters) that the report requires and then redeveloped the report using the dataset as the datasource for the report.  After doing this, the preview no longer worked.
    Next, I added a page to the website and dragged a Crystal Report Viewer Control onto it.  In the code behind the page I wrote:
    Option Strict On
    Imports System.Data
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Partial Class Reports
         Inherits System.Web.UI.Page
         Private objOpenFilesreport As OpenFilesReport
         Private rptOpenFiles As ReportDocument
         Private strLastErrorMessage As String = Nothing
         Private errLastException As Exception = Nothing
         Dim strFileKey As String
         Dim strJurisdictionCode As String
         Dim strStaffId As String
         Dim strReportId As String
         Private Sub ConfigureCrystalReports()
              Dim reportPath As String = Server.MapPath("OpenFiles.rpt")
              Dim rptopenfiles As New ReportDocument
              rptOpenFiles.Load(reportPath)  <== I checked this during execution and the value correctly points to the OpenFiles.rpt file in the Reports     folder of my project
              Dim ConnectionInfo As ConnectionInfo = New ConnectionInfo()
              ConnectionInfo.DatabaseName = my database
              ConnectionInfo.UserID = login id of user
              ConnectionInfo.Password = user's password
              SetDBLogonForReport(ConnectionInfo, rptopenfiles)
              CrystalReportViewer1.ReportSource = rptopenfiles
         End Sub
         Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
             ConfigureCrystalReports()
         End Sub
         Private Sub SetDBLogonForReport(ByVal ConnectionInfo As ConnectionInfo, ByVal myReportDocument As ReportDocument)
              Dim myTables As Tables = myReportDocument.Database.Tables
              For Each myTable As CrystalDecisions.CrystalReports.Engine.Table In myTables
                   Dim myTableLogonInfo As TableLogOnInfo = myTable.LogOnInfo
                   myTableLogonInfo.ConnectionInfo = ConnectionInfo
                   myTable.ApplyLogOnInfo(myTableLogonInfo)
              Next
         End Sub
    End Class
    I added a hyperlink to one of the existing pages on the website to navigate to this page with the report viewer on it.  When I run the website in Visual Studio and click on the hyperlink I get the following:
    Server Error in '/MyTest' Application.
    The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: The system cannot find the file specified.Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace:
    &#91;COMException (0x80004005): The system cannot find the file specified.
    &#93;
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +126
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +442
    &#91;Exception: Load report failed.&#93;
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +513
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +1378
       CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport() +149
       CrystalDecisions.CrystalReports.Engine.ReportDocument.get_DataDefinition() +85
       CrystalDecisions.CrystalReports.Engine.ReportDocument.get_ParameterFields() +158
       CrystalDecisions.Web.CrystalReportSource.BindControlParameter(Parameter parameter) +130
       CrystalDecisions.Web.CrystalReportSource.DataBindParameters() +191
       CrystalDecisions.Web.CrystalReportSource.EnsureParameters(Boolean forceDataBind) +90
       CrystalDecisions.Web.CrystalReportSource.LoadCompleteEventHandler(Object sender, EventArgs e) +47
       System.Web.UI.Page.OnLoadComplete(EventArgs e) +96
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4086
    Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832 
    Any ideas, anyone?
    Also, assuming I can get past this error, I will need to figure out how to fill the tables in the .xsd dataset file.  I have written a class for the dataset that includes functions that populate the tables in the dataset from the database by executing SQL queries.  But how do I call these functions at the time the report is run?
    This is my first Crystal report written in .NET and I've been struggling with it for days now.  Any help would be most appreciated!
    Thanks very much!
    Chris Severin

    hello, the error message is obviously coming from one of the installed mcafee extensions. please directly contact mcafee technical support - they can likely give you more detailed guidance and are the only ones who can fix bugs or make necessary adjustments in the addon.

  • "Windows cannot find the microsoft software license terms" Windows 8.1 Installation Error - Parallels

    I'm trying to install Windows 8.1 via Parallels on my Macbook Pro.
    I create a new VM and use the .ISO file and get the error: "Windows cannot find the microsoft software license terms. Make sure the installation sources are valid and restart the installation."
    I found this question was answered here: http://social.technet.microsoft.com/Forums/windows/en-US/b1021d66-9774-4b5b-b50b-ad860c5ecc89/windows-8-enterprise-rtm-installation-error?forum=w8itproinstall
    However, following the steps of the solution did not work for me. I created a blank VM and chose Windows 8.1. After this, it asks me to insert the installation disc. I cannot figure out how to use the .ISO as the source at this point. I tried copying and
    pasting the path to the file and dragging the file to the VM, but no luck.
    If there is a way I can install this without this error message or by somehow getting the path to the .ISO that'd be perfect.

    Hi,
    According to your description, I would like to confirm if you have unchecked the Express installation box.
    Be sure to uncheck 'Express Installation' when installing, otherwise Windows setup will fail with an error "cannot find license terms" and get stuck in a reboot cycle.
    I suggest you refer to the following link to use Parallels Desktop to install Windows 8.1.
    Using Parallels Desktop to install Windows and the dev tools on your Mac:
    http://msdn.microsoft.com/en-us/library/windows/apps/jj945424.aspx
    Regards,
    Kelvin hsu
    TechNet Community Support

  • While loading site collection in SharePoint 2010, Error shows "Could not find the file or assembly or one of its dependencies. The system cannot find the file specified."

    I have restored one web application in SharePoint Server 2010 from a different domain and  can complete successfully. Changed each users domain also to old to new one by using Move-SPUser. But While accessing the site collection it is showing an error
    that  "Could not load file or assembly 'A##.SP.Intranet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=03b4f320ebedaffc' or one of its dependencies. The system cannot find the file specified."
    What may be the reason? Please help me to solve this issue since I am stuck up on this .
    Regards 
    Mine1981

    Hi Nico
    Martens,
    Thank you for your reply. But
    how can I find out the custom solutions in the source farm. I didn't got any other details regarding this farm other than WSS_Content, Web application Database, SharePoint_Config database back ups.
    Please help me to solve the
    issue.
    Regards
    Mine

Maybe you are looking for

  • Hard Drive not detected during installation

    Hello everyone, I am brand new to this Mac Forum, and I am hoping you can assist a colleague of mine who has a Hardware issue with his Mac. It is a Power Mac G4 and one day he started having issues booting into the MacOS, but after several re-boots i

  • Supplier wise budgeting

    can make budget supplier wise in 11i. or is there any module which supports to Supplier wise budgeting please reply at earliest. Thanks

  • Download link for Developer Suite 10g 10.1.2 for Windows not working

    I cannot download Oracle Developer Suite 10g 10.1.2 for Windows. The link redirects to the Application Server download page following the license agreement.

  • Flashpaper in CFM page question?

    double post

  • Where are my file extensions?

    Hi All, I have two iPhoto libraries (one in the default package and one in a new package), and one of them shows my file extensions and the other does not. In my default library, all of my pictures are in the library because iPhoto sucked them off my