Click here to Skip to main content
15,896,359 members
Home / Discussions / C#
   

C#

 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
Richard MacCutchan8-Feb-12 6:25
mveRichard MacCutchan8-Feb-12 6:25 
AnswerRe: The type or namespace name 'Excel' could not be found Pin
Eddy Vluggen8-Feb-12 9:12
professionalEddy Vluggen8-Feb-12 9:12 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
Richard MacCutchan8-Feb-12 21:41
mveRichard MacCutchan8-Feb-12 21:41 
AnswerRe: The type or namespace name 'Excel' could not be found Pin
Eddy Vluggen9-Feb-12 0:17
professionalEddy Vluggen9-Feb-12 0:17 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
Richard MacCutchan9-Feb-12 0:58
mveRichard MacCutchan9-Feb-12 0:58 
AnswerRe: The type or namespace name 'Excel' could not be found Pin
Eddy Vluggen9-Feb-12 4:59
professionalEddy Vluggen9-Feb-12 4:59 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
Richard MacCutchan9-Feb-12 6:21
mveRichard MacCutchan9-Feb-12 6:21 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
Eddy Vluggen9-Feb-12 6:45
professionalEddy Vluggen9-Feb-12 6:45 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
Richard MacCutchan9-Feb-12 6:52
mveRichard MacCutchan9-Feb-12 6:52 
AnswerRe: The type or namespace name 'Excel' could not be found Pin
Luc Pattyn8-Feb-12 6:42
sitebuilderLuc Pattyn8-Feb-12 6:42 
AnswerRe: The type or namespace name 'Excel' could not be found Pin
Dinesh928-Feb-12 20:31
professionalDinesh928-Feb-12 20:31 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
pmcm8-Feb-12 21:46
pmcm8-Feb-12 21:46 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
Richard MacCutchan9-Feb-12 6:28
mveRichard MacCutchan9-Feb-12 6:28 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
pmcm10-Feb-12 4:13
pmcm10-Feb-12 4:13 
GeneralRe: The type or namespace name 'Excel' could not be found Pin
Richard MacCutchan10-Feb-12 6:28
mveRichard MacCutchan10-Feb-12 6:28 
Questioncreate and moving a polygan on the form c# code Pin
Member 86251607-Feb-12 23:00
Member 86251607-Feb-12 23:00 
AnswerRe: create and moving a polygan on the form c# code Pin
Pete O'Hanlon7-Feb-12 23:23
mvePete O'Hanlon7-Feb-12 23:23 
AnswerRe: create and moving a polygan on the form c# code Pin
Luc Pattyn7-Feb-12 23:34
sitebuilderLuc Pattyn7-Feb-12 23:34 
AnswerRe: create and moving a polygan on the form c# code Pin
Abhinav S8-Feb-12 0:55
Abhinav S8-Feb-12 0:55 
GeneralRe: create and moving a polygan on the form c# code Pin
BillWoodruff8-Feb-12 3:39
professionalBillWoodruff8-Feb-12 3:39 
GeneralRe: create and moving a polygan on the form c# code Pin
Abhinav S8-Feb-12 6:45
Abhinav S8-Feb-12 6:45 
AnswerRe: create and moving a polygan on the form c# code Pin
BobJanova8-Feb-12 4:16
BobJanova8-Feb-12 4:16 
Questionname & count of tables in a MS Access database Pin
phowarso7-Feb-12 21:30
phowarso7-Feb-12 21:30 
AnswerRe: name & count of tables in a MS Access database Pin
Keith Barrow7-Feb-12 22:01
professionalKeith Barrow7-Feb-12 22:01 
PiebaldConsultant gave you and Answer yesterday[^]. If you want more help you will need to be more specific:
1) Did you try his suggestion it should work- if not what went wrong
2) How are you accessing MSysObjects (supply code)?

Point 2 is most important as there are several scenarios:
A: You are accessing the table directly in which case you need to be an admin on the database

B: You are accessing via an application
If this is using windows authentication to the database: The account the app is running under needs to be an admin on the database. For a winforms app, it would be running under your account. Web apps are more complicated and you'll need to work out which account is being used.
If this is using an "SQL account" (i.e. you have supplied a username and password)to the database: The account specified needs to be an admin on the database

AnswerRe: name & count of tables in a MS Access database Pin
Luc Pattyn7-Feb-12 23:04
sitebuilderLuc Pattyn7-Feb-12 23:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.