Ryan ONeill

792
Reputation
138 views

Registered User

name Ryan ONeill
member for 1 year
seen 13 hours ago
website
location England
age 39
Software developer and entrepreneur.
Dec
4
awarded  Taxonomist
Nov
25
comment Help with SQL structure for creating a schedule of notifications
No you don't, I'll create some SQL then. Although a calendar lookup would be faster (and you could include stuff like 'avoid december as it is a big booze up).
Nov
25
answered Help with SQL structure for creating a schedule of notifications
Nov
2
answered OutOfMemoryException during remote method call
Nov
2
comment OutOfMemoryException during remote method call
Can you provide a code sample please?
Oct
15
awarded  Tumbleweed
Oct
13
awarded  Autobiographer
Oct
12
answered ASP.NET RequiredFieldValidator not letting me navigate away from an asp:Wizard
Oct
9
awarded  Yearling
Oct
8
asked Are there any good image hosting, uploading and manipulation services for embedding in ASP.Net sites?
Oct
5
accepted Opening XPS document in .Net causes a memory leak
Oct
2
comment Opening XPS document in .Net causes a memory leak
Aha! At last, someone believes me, I'm not mad, see! Can I leave now doctor? Seriously, I can't remember. I think I just fiddled as you say, but how the hell I found such an obscure fix I can't recall.
Sep
29
awarded  Self-Learner
Sep
15
asked How do I group by a property in an object collection using LINQ?
Sep
14
asked Is there a tool for .Net that creates a programme / dependency flow chart from IL / source?
Sep
8
comment How do I send a PDF in a MemoryStream to the printer in .Net?
From Adobe 'In order to use the OLE objects made available by Acrobat, you must have the full Acrobat product installed on your system and the Acrobat.tlb file included in the project references for your Visual Basic project.'. So no go on the purely programmatic route.
Sep
8
comment How do I send a PDF in a MemoryStream to the printer in .Net?
It works in the latest version, but means I'll have to do a little work to hide the window and kill the process in the background. But that's a ton better than installing another component.
Sep
8
comment How do I send a PDF in a MemoryStream to the printer in .Net?
I thought there were issues with the window staying open and the newest version not having print support via the cmd line. I'll check though, thanks.
Sep
8
comment How do I send a PDF in a MemoryStream to the printer in .Net?
The C# wrapper sounds handy, I'd appreciate it. Thanks
Sep
8
asked How do I send a PDF in a MemoryStream to the printer in .Net?
Aug
25
comment Using a var based on an enum in a Where clause in Entity Framework throws an exception.
Bit of a naff bug that. Thanks.
Aug
25
asked Using a var based on an enum in a Where clause in Entity Framework throws an exception.
Aug
11
comment How to recognise vehicle licence / number plate (ANPR) from an image?
I've converted a couple of the classes, but it is going to take some time.
Aug
6
comment Opinion of Hosted SVN providers?
The poster asked for SVN options, not an alternative to SVN.
Aug
6
comment How do I add multiple integer values in C#?
Can you reformat your code and restate your question as they are both hard to understand?
Jul
31
answered sIFR can’t render capital L on Crayon font — any ideas?
Jul
31
answered ASP.NET Application Object looses values
Jul
31
comment How to recognise vehicle licence / number plate (ANPR) from an image?
Nope, nothing yet. I'm so busy that unless I get paid to do something it does not get done. I keep meaning to look into it for an open source .Net project.
Jul
28
answered How to prevent non-local access, using ASP.NET windows forms authentication
Jul
24
comment How do I use a common class between winforms client and web service?
It does some rather nasty re-creation of all objects and the code is spaghetti where you can't see whether an instance is web service or common. I'll do manual translation of collections etc now until I migrate to WCF. Thanks
Jul
24
asked How do I use a common class between winforms client and web service?
Jul
16
answered MSBuild “Unable to copy file” in CI environment
Jul
15
answered SQL select joined string for set of ids
Jul
15
comment SQL select joined string for set of ids
I think you need to normalise the Countries field first into a join table 'UserCountry'.
Jul
14
comment How can I write to my own app.config using a strongly typed object?
Actually, it does not work. The new property value is not saved out to the config file.
Jul
11
comment Generating PDF files from .NET by using standard .NET GDI printing classes
My mistake, I missed the GDI part of your question.
Jul
10
answered Generating PDF files from .NET by using standard .NET GDI printing classes
Jul
10
answered Do Intel and AMD processor have the same assembler?
Jul
9
answered Using a bitwise flag for a primary key?
Jul
9
comment How can I write to my own app.config using a strongly typed object?
Thanks, that works. I was nearly there but confused by that damn CodeProject article that insisted I had to add and remove the config section to resave.
Jul
8
answered What is the best way to return two lists in C#?
Jul
8
answered What is the point of a “Build Server”?
Jul
8
answered Retrieve Public IP Address in Visual Basic
Jul
7
awarded  Popular Question
Jul
3
answered How can I write to my own app.config using a strongly typed object?
Jul
3
comment How can I write to my own app.config using a strongly typed object?
Nope, overriding the IsReadOnly property does not have any effect.
Jul
1
answered How to add more than 65,535 columns in a data grid view in C# windows application?
Jun
29
comment How can I write to my own app.config using a strongly typed object?
I translated that article (translate.google.co.uk/translate?u=http%3A%2F%2Fw…) but could not see where it mentions a read/write app.config file.
Jun
25
asked How can I write to my own app.config using a strongly typed object?
Jun
16
comment How to recognise vehicle licence / number plate (ANPR) from an image?
I decided to mark this as the answer because although it does not provide an open source solution, it gives me enough to go on.