Re: [ADVANCED-DOTNET] Associated File Extensions...

2006-11-01 Thread Brandon Manchester
gards, Brandon Manchester On 11/1/06, Mike Andrews <[EMAIL PROTECTED]> wrote: Guys, I need to know how to retrieve the associated executable for an existing file extension. Example: I want to know the path and executable name for a xxx.pdf file. Any suggestions? T

Re: [ADVANCED-DOTNET] Compilation error

2004-02-11 Thread Brandon Manchester
h is one of the reasons I think it happened. James -Original Message- From: Brandon Manchester [mailto:[EMAIL PROTECTED] Sent: 10 February 2004 16:47 To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Compilation error Hello all, I'm hoping that someone here has seen this error and kno

[ADVANCED-DOTNET] Compilation error

2004-02-10 Thread Brandon Manchester
Hello all, I'm hoping that someone here has seen this error and knows how to resolve it. A colleague of mine receives this error when trying to compile a project. "Satellite assemblies could not be built because the main project output is missing" He also tried to open a new project and receives

Re: [ADVANCED-DOTNET] Trying to avoid the GAC using the /codebase option

2004-01-09 Thread Brandon Manchester
NET] Trying to avoid the GAC using the /codebase option At 04:23 PM 1/8/2004, Claus Brod wrote >Brandon Manchester wrote: >>In your client's app.config file you can add an >>section that can specify things like binding redirects (for >>versioning), codebases, and probing infor

Re: [ADVANCED-DOTNET] Trying to avoid the GAC using the /codebase option

2004-01-08 Thread Brandon Manchester
Don't know if this is what your after or not but here goes... In your client's app.config file you can add an section that can specify things like binding redirects (for versioning), codebases, and probing information. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/htm

Re: [ADVANCED-DOTNET] windows service memory footprint

2003-08-01 Thread Brandon Manchester
I may be misstating this so if I am please correct me. There are 2 levels that objects are kept at in regards to garbage collection. The actual name of these "levels" evades me at this moment so I will just refer to them as level 1 and 2. With that said, the first level is where all objects are at

Re: [ADVANCED-DOTNET] Implementing an interface with an argument of datatype 'variant' in dotnet

2003-07-21 Thread Brandon Manchester
There is not a Variant datatype in the .NET framework. Try changing the datatype to Object instead. Brandon -Original Message- From: MAHACO [mailto:[EMAIL PROTECTED] Sent: Sunday, July 20, 2003 6:13 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Implementing an interface with an arg