Results 1 to 2 of 2

Thread: Help with link

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2002
    Posts
    20

    Help with link

    I have found an example that looks like it will be right up my alley but I can't get the project to run. I was wondering if someone could try to open a project and run it, if successful could you give me the steps you took to do it. I am getting errors pointing to global asa, authentication errors and had a few others. I suspect I am doing something wrong. The zip file is at the following url..about halfway down the page.

    Thanks,

    http://www.builderau.com.au/architec...9129443,00.htm

  2. #2
    Fanatic Member aconybeare's Avatar
    Join Date
    Oct 2001
    Location
    UK
    Posts
    772

    Re: Help with link

    Hi,

    I've got it working.

    I downloaded the zip extracted it.
    Opened asp.net created a new asp project called onetomany (mine is under C:\inetpub\wwwroot\onetomany)
    Imported all the relevant files except for -
    .vbproj, web.info, aspx.resx, aspx.vb
    created the db folder imported the db
    created the documents folder imported the images

    Built the solution and attempted to load the probject - got the error - "Could not load type '[can't rember exactly what it said here].Global'.

    I tried deleting the bin directory and rebuilding but that didn't work

    I then opened the global.aspx in code view and copied out the string "Provider=Microsoft.Jet.OLEDB.4.0;Password=;User ID=admin;Data Source=" + Server.MapPath("db\transactions.mdb")

    Searched the project for -"Application("gblstrConn")" and replaced it with the above string (2 instances)

    Then deleted the global.aspx file, saved all, rebuilt reran and it worked.

    Hope this helps Good luck

    Cheers Al

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width