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

C#

 
GeneralRe: Laod a Method from a DLL dynamically Pin
thenewbee16-Jul-07 18:55
thenewbee16-Jul-07 18:55 
GeneralRe: Laod a Method from a DLL dynamically Pin
originSH17-Jul-07 0:12
originSH17-Jul-07 0:12 
QuestionDownload files from FTP Pin
Sallu174916-Jul-07 2:31
Sallu174916-Jul-07 2:31 
AnswerRe: Download files from FTP Pin
Le centriste16-Jul-07 2:44
Le centriste16-Jul-07 2:44 
GeneralRe: Download files from FTP Pin
Sallu174916-Jul-07 3:42
Sallu174916-Jul-07 3:42 
GeneralRe: Download files from FTP Pin
Le centriste16-Jul-07 3:45
Le centriste16-Jul-07 3:45 
AnswerRe: Download files from FTP Pin
Scott Dorman16-Jul-07 5:10
professionalScott Dorman16-Jul-07 5:10 
QuestionInitialization error - how to prevent Pin
fracalifa16-Jul-07 2:23
fracalifa16-Jul-07 2:23 
Hi all,

I'm starting my app (.NET1.1), celebrating good practice, with an info form, which contains nothing but a picturebox and a timer which closes the window after 3 sec. not more. 1000 times it works without problems but sometimes I get the following exception. How do I have to handle such exception ? I have no idea ?

System.TypeInitializationException: Der Typeninitialisierer für System.Drawing.SafeNativeMethods hat eine Ausnahme verursacht. ---> System.Threading.ThreadAbortException: Der Thread wurde abgebrochen.
   at System.Drawing.SafeNativeMethods.GdiplusStartup(IntPtr& token, StartupInput& input, StartupOutput& output)
   at System.Drawing.SafeNativeMethods.Initialize()
   at System.Drawing.SafeNativeMethods..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   at System.Drawing.SafeNativeMethods.CreateIconFromResourceEx(Byte* pbIconBits, Int32 cbIconBits, Boolean fIcon, Int32 dwVersion, Int32 csDesired, Int32 cyDesired, Int32 flags)
   at System.Drawing.Icon.Initialize(Int32 width, Int32 height)
   at System.Drawing.Icon..ctor(SerializationInfo info, StreamingContext context)
   at System.Drawing.SafeNativeMethods.CreateIconFromResourceEx(Byte* pbIconBits, Int32 cbIconBits, Boolean fIcon, Int32 dwVersion, Int32 csDesired, Int32 cyDesired, Int32 flags)
   at System.Drawing.Icon.Initialize(Int32 width, Int32 height)
   at System.Drawing.Icon..ctor(SerializationInfo info, StreamingContext context)
IntPtr CreateIconFromResourceEx(Byte*, Int32, Boolean, Int32, Int32, Int32, Int32)


Thank's for help

Frank

fracalifa
AnswerRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 2:41
sitebuilderLuc Pattyn16-Jul-07 2:41 
GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 2:51
fracalifa16-Jul-07 2:51 
GeneralRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 3:16
sitebuilderLuc Pattyn16-Jul-07 3:16 
GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 3:56
fracalifa16-Jul-07 3:56 
GeneralRe: Initialization error - how to prevent Pin
Luc Pattyn16-Jul-07 4:18
sitebuilderLuc Pattyn16-Jul-07 4:18 
GeneralRe: Initialization error - how to prevent Pin
fracalifa16-Jul-07 4:51
fracalifa16-Jul-07 4:51 
QuestionWorking with multiple monitors Pin
M. J. Jaya Chitra16-Jul-07 1:18
M. J. Jaya Chitra16-Jul-07 1:18 
AnswerRe: Working with multiple monitors Pin
originSH16-Jul-07 1:56
originSH16-Jul-07 1:56 
GeneralRe: Working with multiple monitors Pin
M. J. Jaya Chitra16-Jul-07 2:03
M. J. Jaya Chitra16-Jul-07 2:03 
GeneralRe: Working with multiple monitors Pin
originSH16-Jul-07 2:11
originSH16-Jul-07 2:11 
Questionproblem with Report Viewer In windows 98 Pin
michael@cohen16-Jul-07 1:10
michael@cohen16-Jul-07 1:10 
QuestionRe: problem with Report Viewer In windows 98 Pin
Vikram A Punathambekar16-Jul-07 1:29
Vikram A Punathambekar16-Jul-07 1:29 
AnswerRe: problem with Report Viewer In windows 98 Pin
michael@cohen16-Jul-07 1:37
michael@cohen16-Jul-07 1:37 
QuestionSchedule Auto Update Pin
GermanDM16-Jul-07 1:02
GermanDM16-Jul-07 1:02 
QuestionDateTime Problem Pin
Mohammed Elkholy15-Jul-07 23:44
Mohammed Elkholy15-Jul-07 23:44 
AnswerRe: DateTime Problem Pin
Manas Bhardwaj16-Jul-07 0:11
professionalManas Bhardwaj16-Jul-07 0:11 
GeneralRe: DateTime Problem Pin
Colin Angus Mackay16-Jul-07 0:18
Colin Angus Mackay16-Jul-07 0:18 

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.