Click here to Skip to main content
15,888,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: Can't open solution file, Format Version 9.00 Pin
leppie16-Oct-08 8:02
leppie16-Oct-08 8:02 
QuestionUsing ContextMenuStrip Pin
samulong15-Oct-08 16:01
samulong15-Oct-08 16:01 
Questionlook for project specification to test my c# knowledge Pin
parkerproject15-Oct-08 15:11
parkerproject15-Oct-08 15:11 
AnswerRe: look for project specification to test my c# knowledge Pin
Caio Kinzel Filho15-Oct-08 19:57
Caio Kinzel Filho15-Oct-08 19:57 
GeneralRe: look for project specification to test my c# knowledge Pin
parkerproject15-Oct-08 23:55
parkerproject15-Oct-08 23:55 
GeneralRe: look for project specification to test my c# knowledge Pin
Caio Kinzel Filho16-Oct-08 4:17
Caio Kinzel Filho16-Oct-08 4:17 
GeneralRe: look for project specification to test my c# knowledge Pin
parkerproject16-Oct-08 6:14
parkerproject16-Oct-08 6:14 
Questionproblem accessing .net Dll from excel Pin
newbieNeeraj15-Oct-08 14:39
newbieNeeraj15-Oct-08 14:39 
I am trying to access a .net dll from excel via VBA. I am able to successfully do that on my machine.

But when I try to do the same on user's machine(which does not have VS 2003 but has .net Framework 1.1) The excel (as soon as I open the excel file) gives me an error "File or assembly name QueryData, or one of its dependencies, was not found".

I follow the following steps on the user's machine:
1. Register the .net dll using regasm tool and create a .tlb file
Regasm QueryData.dll /tlb:QueryData.tlb
2. Add this tlb file to the references of the excel.
3. Close the excel sheet and open it again (I have some code in the workbook_open event of excel).

I don't get any errors while generating the tlb file, but as soon as I open the excel I get the error mentioned above. I have also copied all the dlls from the bin folder of my dev machine to the folder (having QueryData.dll) on the user machine.

I have no clue why the excel file is not able to find the dll. Any pointers??

Thanks,
Neeraj
QuestionCrystal Reports - Image Formats Avaliable Pin
nelsonpaixao15-Oct-08 13:50
nelsonpaixao15-Oct-08 13:50 
AnswerRe: Crystal Reports - Image Formats Avaliable Pin
V.15-Oct-08 21:58
professionalV.15-Oct-08 21:58 
QuestionTcpListener Problem Pin
Pedram Behroozi15-Oct-08 12:37
Pedram Behroozi15-Oct-08 12:37 
AnswerRe: TcpListener Problem Pin
Anthony Mushrow15-Oct-08 13:22
professionalAnthony Mushrow15-Oct-08 13:22 
GeneralRe: TcpListener Problem Pin
Pedram Behroozi15-Oct-08 17:50
Pedram Behroozi15-Oct-08 17:50 
GeneralRe: TcpListener Problem Pin
Anthony Mushrow16-Oct-08 2:43
professionalAnthony Mushrow16-Oct-08 2:43 
AnswerRe: TcpListener Problem Pin
Mark Salsbery15-Oct-08 13:33
Mark Salsbery15-Oct-08 13:33 
QuestionRe: TcpListener Problem Pin
Pedram Behroozi15-Oct-08 17:45
Pedram Behroozi15-Oct-08 17:45 
AnswerRe: TcpListener Problem Pin
Mark Salsbery15-Oct-08 20:04
Mark Salsbery15-Oct-08 20:04 
AnswerRe: TcpListener Problem Pin
Pedram Behroozi15-Oct-08 23:43
Pedram Behroozi15-Oct-08 23:43 
GeneralRe: TcpListener Problem Pin
Mark Salsbery16-Oct-08 4:56
Mark Salsbery16-Oct-08 4:56 
GeneralRe: TcpListener Problem Pin
Pedram Behroozi16-Oct-08 9:14
Pedram Behroozi16-Oct-08 9:14 
GeneralRe: TcpListener Problem Pin
Mark Salsbery16-Oct-08 9:20
Mark Salsbery16-Oct-08 9:20 
QuestionHow to set modeless form to stay modeless? Pin
RYU^^15-Oct-08 11:55
RYU^^15-Oct-08 11:55 
AnswerRe: How to set modeless form to stay modeless? Pin
Hessam Jalali15-Oct-08 12:44
Hessam Jalali15-Oct-08 12:44 
GeneralRe: How to set modeless form to stay modeless? Pin
RYU^^16-Oct-08 16:09
RYU^^16-Oct-08 16:09 
Questionhow to save a Stream class Pin
Hesham Yassin15-Oct-08 11:23
Hesham Yassin15-Oct-08 11:23 

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.