|
-
Feb 9th, 2004, 01:54 PM
#1
check to see if the dependency files are present?
I have a bunch of dlls and when I delete them and run my app I get some unexpected errors (duh )
I'm wondering if there is a way to check to see if the dependencies and all the dlls are present. I know I could just use File.Exists to verify it manually, but I'm thinking maybe there is a better way to check this?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Feb 10th, 2004, 02:21 AM
#2
Frenzied Member
If some sick user deletes the dlls that are needed to run your program then it is better that the program doesn't work. However I think you may be able to register your dlls in GAC so the sick user won't see them in your program folder.
Last edited by Lunatic3; Feb 10th, 2004 at 02:47 AM.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Feb 10th, 2004, 02:45 AM
#3
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Feb 10th, 2004, 02:48 AM
#4
Frenzied Member
Originally posted by MrPolite
umm what's GAC btw
Global Assembly Cache.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Feb 10th, 2004, 03:19 AM
#5
hmm never even heard of it... (I don't read books often ) how do you register them in GAC and why would someone really want to do it?
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Feb 10th, 2004, 03:24 AM
#6
Frenzied Member
GAC is were your native assemblies of .NET come from. I think you can register your dll there and also set policies and securities for it. Gacutil is a tool and also some setup programs may be able to register the dlls there.
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|