Click here to Skip to main content
15,913,944 members
Home / Discussions / C#
   

C#

 
Questioncrystal report SelectionFormula Error Pin
Robi-Robo9-Dec-06 21:28
Robi-Robo9-Dec-06 21:28 
AnswerRe: crystal report SelectionFormula Error Pin
gnadeem10-Dec-06 4:14
gnadeem10-Dec-06 4:14 
Questionhelp me with the last step in C#.Database Project Pin
kifahhk9-Dec-06 20:59
kifahhk9-Dec-06 20:59 
AnswerRe: help me with the last step in C#.Database Project Pin
Christian Graus9-Dec-06 21:22
protectorChristian Graus9-Dec-06 21:22 
QuestionAdd reference to a .exe assembly? Pin
karam chandrabose9-Dec-06 20:58
karam chandrabose9-Dec-06 20:58 
AnswerRe: Add reference to a .exe assembly? Pin
mav.northwind10-Dec-06 1:53
mav.northwind10-Dec-06 1:53 
GeneralRe: Add reference to a .exe assembly? Pin
karam chandrabose10-Dec-06 2:26
karam chandrabose10-Dec-06 2:26 
QuestionRegister a .dll created in C# Pin
hotnreddyfreddy9-Dec-06 11:58
hotnreddyfreddy9-Dec-06 11:58 
I created a .dll in C# using the "Class Library" option in Visual Studio .NET 2005. I also created a test application, and the .dll works flawlessly with it. The problem comes when I try to add it to Access (2000 or 2003). Access says it can't be done. I have come to believe that I need to register the .dll and I've tried to do so using the following lines in the command prompt:

cd /d %windir%\system32
regsvr32 "(absolute path to .dll)"

When I do this, I get an error saying that it can't find the entry point of the .dll. I don't know how to fix this. Any help is greatly appreciated.


-Fred Morstatter

AnswerRe: Register a .dll created in C# Pin
karam chandrabose9-Dec-06 18:45
karam chandrabose9-Dec-06 18:45 
AnswerRe: Register a .dll created in C# Pin
Christian Graus9-Dec-06 21:25
protectorChristian Graus9-Dec-06 21:25 
GeneralRe: Register a .dll created in C# Pin
karam chandrabose10-Dec-06 2:27
karam chandrabose10-Dec-06 2:27 
Question4 simple problems Pin
-Yoyosh-9-Dec-06 7:12
-Yoyosh-9-Dec-06 7:12 
AnswerRe: 4 simple problems Pin
Christian Graus9-Dec-06 21:23
protectorChristian Graus9-Dec-06 21:23 
GeneralRe: 4 simple problems Pin
-Yoyosh-9-Dec-06 22:34
-Yoyosh-9-Dec-06 22:34 
GeneralRe: 4 simple problems Pin
gnadeem10-Dec-06 4:49
gnadeem10-Dec-06 4:49 
QuestionUpdating Many-to-Many Relations via Two Listboxes Pin
The Prisoner9-Dec-06 5:56
The Prisoner9-Dec-06 5:56 
Questionhow to view a file in a new window Pin
veluru krishna9-Dec-06 5:49
veluru krishna9-Dec-06 5:49 
AnswerRe: how to view a file in a new window Pin
teejayem9-Dec-06 6:26
teejayem9-Dec-06 6:26 
Questionhow to open a file in a new window Pin
veluru krishna9-Dec-06 5:48
veluru krishna9-Dec-06 5:48 
AnswerRe: how to open a file in a new window Pin
Christian Graus9-Dec-06 21:24
protectorChristian Graus9-Dec-06 21:24 
QuestionLimit Download Pin
Vertyg09-Dec-06 5:22
Vertyg09-Dec-06 5:22 
QuestionHow to control the controls of another form from current form Pin
rs20069-Dec-06 4:04
rs20069-Dec-06 4:04 
AnswerRe: How to control the controls of another form from current form Pin
Karthik Kalyanasundaram9-Dec-06 4:47
Karthik Kalyanasundaram9-Dec-06 4:47 
GeneralRe: How to control the controls of another form from current form Pin
rs20069-Dec-06 16:53
rs20069-Dec-06 16:53 
GeneralRe: How to control the controls of another form from current form Pin
Colin Angus Mackay11-Dec-06 0:13
Colin Angus Mackay11-Dec-06 0:13 

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.