Michael Prewecki

1,118
Reputation
218 views

Registered User

Name Michael Prewecki
Member for 1 year
Seen Nov 22 at 3:46
Website
Location Brisbane
Age 33
Software Developer working primarily with C#. Programming Skills include but not limited to T-SQL, C# and VB.NET.
Nov
11
awarded  Popular Question
Nov
5
awarded  Nice Question
Oct
5
accepted Fusion loader can’t find a DLL that is actually there - “Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.”
Sep
23
comment What’s the simplest way to compare an emum to a integer value return from a DB
oh and yes it does work without the global
Sep
23
comment What’s the simplest way to compare an emum to a integer value return from a DB
That's exactly what I was looking for...this also allows me to use the item.SomeNullableInteger (which is of course no longer an integer but the DB type is an integer) in switch statements. I did look at the the DBML definitions and though about changing the type...but because the enum wasn't in the drop down I didn't change it :-), I'm clearly a library user not a library writer.
Sep
23
comment What’s the simplest way to compare an emum to a integer value return from a DB
I'm voting this gets closed...
Sep
23
comment What’s the simplest way to compare an emum to a integer value return from a DB
they are actually...just forgot it in the code I wrote for the question :-)
Sep
23
revised What’s the simplest way to compare an emum to a integer value return from a DB
added 188 characters in body
Sep
23
asked What’s the simplest way to compare an emum to a integer value return from a DB
Sep
18
accepted C# | How Do I Select a Word in a TextBox by Cursor Location?
Sep
18
revised C# | How Do I Select a Word in a TextBox by Cursor Location?
Added Selection of the correct text
Sep
18
answered C# | How Do I Select a Word in a TextBox by Cursor Location?
Sep
17
comment Fusion loader can’t find a DLL that is actually there - “Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.”
That's ok it can run from another directory, but it'll need to be signed I believe, so that it can be added to the config file as in item 2 above.
Sep
17
comment Software to create a knowledge base/FAQ system
The OP doesn't mention open-source
Sep
17
answered Software to create a knowledge base/FAQ system
Sep
17
answered Fusion loader can’t find a DLL that is actually there - “Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.”
Sep
13
comment COM: OLE Viewer unable to create instance of class
Yeah, that could be the case, i'm not exactly sure if OLE Viewer would cause you assembly and it's dependent assemblies to be loaded under it's process space. fuslogvw will almost certainly tell you if your idea is correct by pointing out the exact binding failure.
Sep
10
revised COM: OLE Viewer unable to create instance of class
added 141 characters in body; added 82 characters in body; added 1 characters in body
Sep
10
answered COM: OLE Viewer unable to create instance of class
Sep
4
awarded  Yearling
Aug
24
comment Is it possible to debug .NET Class Library Methods as well?
As pointed out you can debug into the .NET framework using Microsofts published symbols...you're unlikely to have debug symbols for other 3rd Party libraries you might use. One piece of advice though, use the .NET framework debugging symbols to work out what you've done wrong...don't use them to identify bugs in the framework because almost without fail it'll be your fault :-)
Aug
10
answered Why do you still support IE6 while building websites?
Aug
10
awarded  Nice Question
Jun
25
comment VB6 executable icons
No in my case they were indeed in a compiled resource file, I was just unaware of the resource file in the VB6 project. As soon as I opened the resource editor it pointed out that the project contained a compiled resource file and it was the source of my icons. That's the trouble with inheriting legacy applications.
Jun
25
comment VB6 executable icons
That was exactly what I needed!!!
Jun
25
asked VB6 executable icons
Jun
9
awarded  Tumbleweed