473,395 Members | 1,931 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

File Uploading to Access Database c#

30
Hi
I followed the example on
http://www.stardeveloper.com/articles/display.html?article=2003031201&page=1

Expand|Select|Wrap|Line Numbers
  1. <%@ Page language="c#" Codebehind="defaultfile.aspx.cs" AutoEventWireup="false"
  2.     Inherits="Stardeveloper.UploadAccess.DefaultForm" %>
  3. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 
  4.  
  5. <html>
  6. <head>
  7. <style>
  8. body { margin: 0px 0px 0px 0px; padding: 10px 10px 10px 10px; }
  9. body, input, td, select { font: 11pt Verdana; }
  10. a { color: #5A7193; }
  11. .stdInput { width: 500px; }
  12. .smInput { width: 250px; }
  13. .dimColor { color: Gray; }
  14. </style>
  15. </head>
  16. <body>
  17.  
  18. <table align="center" width="100%" border="1" bordercolor="silver"
  19.     cellpadding="2" cellspacing="2">
  20.     <tr>
  21.         <td align="right">
  22.         Main Page · <a href="upload.aspx">Upload Files</a> 
  23.  
  24.         </td>
  25.     </tr>
  26. </table><br>
  27.  
  28. <table align="center" width="100%" border="1" bordercolor="silver"
  29.     cellpadding="2" cellspacing="2">
  30.     <tr>
  31.         <td bgcolor="#CCDDEE" align="center">
  32.         Uploaded Files On Access Database
  33.         </td>
  34.     </tr>
  35.     <tr>
  36.         <td bgcolor="#F7F7F7" align="center">i. All Files</td>
  37.     </tr>
  38.     <tr>
  39.         <td>
  40.         <div id="allFiles" runat="server" />
  41.         </td>
  42.     </tr>
  43. </table>
  44.  
  45. </body>
  46. </html>
  47.  
I am receiving the following error.

Could not load type 'Stardeveloper.UploadAccess.UploadForm'.

I have done some research on the net and it seems the problem is that the
/bin folder and its contained .dll file not being accessable.

I am not able to find the bin folder anywhere.
Where should I find it or do I need to create the folder ?
Nov 24 '10 #1

✓ answered by Tinus

never mind.I found the solution.

1 1484
Tinus
30
never mind.I found the solution.
Nov 24 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Mark | last post by:
Not sure this is the right place for this questions, but here goes: I get an error message when deleting an table from a Access database. The code is as follows and the error message is after...
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
1
by: elena | last post by:
I have large flat file with fixed record lenght, i have to parse record and populate table with multi columns with the data, please any links or code snipets to this topic will be greatly...
1
by: kelly | last post by:
I am trying to create a mde file from a mdb file. (I usually have no problem doing this). I have updated my database to have a form dump into Outlook to be mailed out. When I try to create the mde...
0
by: Dodong | last post by:
Hi, i am a new vb6 programmer. I would like to know the vb6 code to read excel file and save it to access database. I am using ADO.
3
by: Stephan | last post by:
Hi all, I am new to access and I face the following "issue": I would like to create a database, to which users can upload files (=pdf, doc, xls...). The files shall be stored locally on a...
1
by: mitucse | last post by:
Hi I am in touble to connect my html file with access database. please reply me if anybody can send me the connection code. thank you
0
by: fahimg | last post by:
Hi, I know how to import the .rpt file into Access database using import. can some body tell about how to import .RPT to SQL Server 2005 database, both front end (using some utility or...
2
by: shireen Eason | last post by:
How to create a text output file from access database?
2
by: HeMan_Speaks | last post by:
I m currently developing a java based application and want to know how can i make client access database located on the server?
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.