Click here to Skip to main content
15,885,365 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invalidate rectangle problem Pin
Luc Pattyn30-Apr-08 8:39
sitebuilderLuc Pattyn30-Apr-08 8:39 
GeneralRe: Invalidate rectangle problem Pin
invader824-May-08 22:21
invader824-May-08 22:21 
GeneralRe: Invalidate rectangle problem Pin
Luc Pattyn4-May-08 22:51
sitebuilderLuc Pattyn4-May-08 22:51 
AnswerRe: Invalidate rectangle problem Pin
Luc Pattyn30-Apr-08 8:24
sitebuilderLuc Pattyn30-Apr-08 8:24 
GeneralRe: Invalidate rectangle problem Pin
invader824-May-08 22:30
invader824-May-08 22:30 
GeneralRe: Invalidate rectangle problem Pin
invader824-May-08 22:47
invader824-May-08 22:47 
GeneralRe: Invalidate rectangle problem Pin
invader824-May-08 23:42
invader824-May-08 23:42 
QuestionCan not find entry point to function - Make sure you have exported the dll Pin
N a v a n e e t h30-Apr-08 2:55
N a v a n e e t h30-Apr-08 2:55 
I have created installation setup with InstallShield. Installation works really well. When the program is uninstalling I need set some flag values on database which is located on a remote server. I am using a webservice for that. Installshield allows to execute a method in supplied assembly when uninstalling the program. So I created a class library and written the flag resetting code in a method say "ResetDBFlag()". I have added necessary entries to installshield wizard. This class library is tested and it communicates perfectly with webservice.

When trying to uninstall, it's showing error Can not find entry point to function - Make sure you have exported the dll. I have googled, and all links says it's an issue with using DLLImport attribute. But I have no DllImport attributes specified. Anyone faced similar kind of issues ? Or do you know any alternative approach to satisfy my requirement ?

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

AnswerRe: Can not find entry point to function - Make sure you have exported the dll Pin
Wes Aday30-Apr-08 4:18
professionalWes Aday30-Apr-08 4:18 
GeneralRe: Can not find entry point to function - Make sure you have exported the dll Pin
N a v a n e e t h30-Apr-08 4:42
N a v a n e e t h30-Apr-08 4:42 
GeneralRe: Can not find entry point to function - Make sure you have exported the dll Pin
Spacix One30-Apr-08 4:53
Spacix One30-Apr-08 4:53 
GeneralRe: Can not find entry point to function - Make sure you have exported the dll Pin
N a v a n e e t h30-Apr-08 17:34
N a v a n e e t h30-Apr-08 17:34 
GeneralRe: Can not find entry point to function - Make sure you have exported the dll Pin
Spacix One1-May-08 8:25
Spacix One1-May-08 8:25 
GeneralRe: Can not find entry point to function - Make sure you have exported the dll Pin
Wes Aday30-Apr-08 5:05
professionalWes Aday30-Apr-08 5:05 
AnswerRe: Can not find entry point to function - Make sure you have exported the dll Pin
Rob Graham30-Apr-08 12:04
Rob Graham30-Apr-08 12:04 
GeneralRe: Can not find entry point to function - Make sure you have exported the dll Pin
N a v a n e e t h30-Apr-08 16:42
N a v a n e e t h30-Apr-08 16:42 
QuestionHow can copy cut and delete files through coding Pin
Naveed72730-Apr-08 2:33
Naveed72730-Apr-08 2:33 
AnswerRe: How can copy cut and delete files through coding Pin
Colin Angus Mackay30-Apr-08 2:46
Colin Angus Mackay30-Apr-08 2:46 
GeneralRe: How can copy cut and delete files through coding Pin
Naveed72730-Apr-08 2:55
Naveed72730-Apr-08 2:55 
AnswerRe: How can copy cut and delete files through coding Pin
Luc Pattyn30-Apr-08 2:57
sitebuilderLuc Pattyn30-Apr-08 2:57 
AnswerRe: How can copy cut and delete files through coding Pin
Simon P Stevens30-Apr-08 3:01
Simon P Stevens30-Apr-08 3:01 
GeneralRe: How can copy cut and delete files through coding Pin
Spacix One30-Apr-08 4:51
Spacix One30-Apr-08 4:51 
QuestionHow can I found out which dlls my (managed/unmanaged) dll depends on ... programmatically ! Pin
Berlus30-Apr-08 2:21
Berlus30-Apr-08 2:21 
AnswerRe: How can I found out which dlls my (managed/unmanaged) dll depends on ... programmatically ! Pin
Ravi Bhavnani30-Apr-08 2:39
professionalRavi Bhavnani30-Apr-08 2:39 
GeneralRe: How can I found out which dlls my (managed/unmanaged) dll depends on ... programmatically ! Pin
PIEBALDconsult30-Apr-08 5:33
mvePIEBALDconsult30-Apr-08 5:33 

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.