|
-
Sep 29th, 2005, 08:17 AM
#1
Thread Starter
Junior Member
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
-
Sep 30th, 2005, 08:11 AM
#2
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|