Cannot open winform..help

2012-05-27 Thread ifumust
I have a winforms project that has many forms but one specific form will not open and freezes vs2010. Anyone suggest a method by which i can determine the line or control causing this to happen? Anthony

RE: Cannot open winform..help

2012-05-27 Thread ifumust
Great idea..will comment out code till it worksJ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Wallace Turner Sent: Monday, 28 May 2012 12:31 PM To: ozDotNet Subject: Re: Cannot open winform..help check all the properties of the Form, do any have (e

RE: Win8 Release Preview

2012-06-07 Thread ifumust
I agree, i have found that Microsoft is changing the development paradigms so often that i have been looking at learning android/ios because i no longer see any gap differences between learning non MS development. I have had a wp7 phone for a year and still find the android better suited t

RE: One one way sync from sql to sql thru webservice?

2012-08-03 Thread ifumust
Sorry been out of office all week, wish to about 1000 thousand records a day one way. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Low (GregLow.com) Sent: Thursday, 2 August 2012 4:16 PM To: 'ozDotNet' Subject: RE: One one way sync from sql to sql

RE: One one way sync from sql to sql thru webservice?

2012-08-05 Thread ifumust
Never used azure...is this free, or can i get trial? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Low (GregLow.com) Sent: Saturday, 4 August 2012 12:11 PM To: 'ozDotNet' Subject: RE: One one way sync from sql to sql thru webservice? I'd be tem

RE: Server Monitoring

2012-08-26 Thread ifumust
I like PRTG as well. I also use ipmonitor v6 (MediaHouse) but is still works great and simple. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Grant Castner Sent: Monday, 27 August 2012 2:56 PM To: ozDotNet Subject: RE: Server Monitoring Another one

EF 5 ..create database

2012-09-12 Thread ifumust
I am new to Entity Framework...i have created a EF5 model , how do i persist this to a sql compact database file... i do not appear to see a method like db.createdatabse..is this possible? Examples suggest something like using (var context = new MyDbContext()) { if (!context.Database.

RE: [OT] BigPond You Tube throttling

2012-10-30 Thread ifumust
I have noticed my youtube being slow compared to my internet connectioni think you are right. I am on bigpond liberty as well. I will be looking for a alternative youtube anyay, too many ads are showingagain..getting too powerful for my liking... From: ozdotnet-boun...@ozdotnet.

Help..reference not working..

2012-11-18 Thread ifumust
I have class project that i use everywhere but some of the projects that are using it as a project reference will not compile anymore. Project is sba.common Says 'common' is not a member of 'sba' When i look at the build log..i can see that it is trying to use framework 4 when all th

RE: Help..reference not working..

2012-11-19 Thread ifumust
Found the issue its appears nugget was causing the problem...i have removed nugget to resolve the issue and might re-install it if i have the courage. Thanks for you help -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Mark Hurd S

RE: Help..reference not working..still no resolution..

2012-11-19 Thread ifumust
Common.dll is set to framework v3.5 but he output panel says i'm trying to use v4...see output below... C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360, 9): warning MSB3258: The primary reference "C:\Common.dll" could not be resolved because it has an indirect dependenc

RE: Help..reference not working..still no resolution..

2012-11-19 Thread ifumust
Projects targeting v3.5...i have checked everwhere..i di accentually change the project to v4 before but i reverted it From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Grant Molloy Sent: Tuesday, 20 November 2012 5:22 PM To: ozDotNet Subject: RE: Help..re

RE: Help..reference not working..still no resolution..

2012-11-20 Thread ifumust
Will trynever heard of a tfptclean before.. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Kean Sent: Tuesday, 20 November 2012 6:50 PM To: ozDotNet Subject: RE: Help..reference not working..still no resolution.. Do this, either: 1)

vs 2010 and 2012

2013-01-14 Thread ifumust
Can you install vs 2012 in parallel with vs 2010?

RE: vs 2010 and 2012

2013-01-14 Thread ifumust
Thanks guys..yes it is! From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Kean Sent: Tuesday, 15 January 2013 4:35 PM To: ozDotNet Subject: RE: vs 2010 and 2012 Most definitely yes. Be aware, however, that VS 2012 will install 4.5 over the top of

[OT] Office 2010 and windows 8 possible or what will work?

2013-01-17 Thread ifumust
Anyone know if office 2010 works on windows 8 or is there a compatible version for it? Anthony

RE: [OT] Office 2010 and windows 8 possible or what will work?

2013-01-17 Thread ifumust
Had to MS to install office 2010 for us..appears to be a common issue...new laptop...office 2010 don't play well From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Katherine Moss Sent: Friday, 18 January 2013 12:49 PM To: ozDotNet Subject: RE: [OT] Office 2

Dll Version Tool Utiliuty exist?

2013-03-12 Thread ifumust
It would be great if their existed a find file tool that allows you to find a dotnet dll with a particular version no? I have many projects using the same dll reference but sometimes the versions differ, hence, having issues deploying. Anthony

RE: Dll Version Tool Utiliuty exist?

2013-03-12 Thread ifumust
Didn't know that J thanks From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Wednesday, 13 March 2013 3:30 PM To: ozDotNet Subject: Re: Dll Version Tool Utiliuty exist? You can also search for files in Windows Explorer details view and

RE: Encryption

2013-03-21 Thread ifumust
Is this the sort of thing you after? Anthony 'The function used to encrypt the text Private Shared Function Encrypt(ByVal strText As String, ByVal strEncrKey As String) As String Dim byKey() As Byte = {} Dim IV() As Byte = {&H12, &H34, &H56, &H78, &H90, &HAB, &HCD

MVC Partialview help

2013-04-01 Thread ifumust
Hi People...i am fairly new to MVC and have a fundamental implementation issue. In asp.net webforms..i can have a usercontrol that has a submit button...when you click submit...you can change the data on that usercontrol and it will postback to the same page. All good. Eg a login userc

Glimpse...trace.write

2013-04-23 Thread ifumust
Using glimpse which is great but I have noticed an issues..i think? It appears to output my trace.write("") to glimpse most of the time except for example.. Function requestbyemail(oEmail As ForgotModel) As ActionResult Trace.Write("ForgotController::requestby

RE: Glimpse...trace.write

2013-04-24 Thread ifumust
Appears to be sometimes. Debug mode. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Mark Hurd Sent: Wednesday, 24 April 2013 4:31 PM To: ozDotNet Subject: Re: Glimpse...trace.write I haven't looked into glimpse (or the code corr

RE: .Net based Email Newsletter

2013-06-12 Thread ifumust
We used telerik editor to achieve this...and you could use something like mailbee to do the bulk email Anthony From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Iain Carlin Sent: Thursday, 13 June 2013 10:02 AM To: ozDotNet Subject: .Net based Email New

RE: A simple tick the boxes data entry system

2013-06-23 Thread ifumust
Omnipage has an api that could achieve some of this I think From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Harris Sent: Monday, 24 June 2013 10:21 AM To: ozdotnet@ozdotnet.com Subject: A simple tick the boxes data entry system Hi Everybody I

Static resources in MVC 4

2013-06-25 Thread ifumust
Anyone know the proper way to pass static files to the web bypassing MVC..ie image files etc I'm using MVC 4 I am using this but doesn't take into account sub-directories. routes.IgnoreRoute("{resource}.gif") 'Works /hello.gif /images/hello.gif doesn't work routes.Ig

RE: Static resources in MVC 4

2013-06-25 Thread ifumust
Found a bug i think... If i have a ignore routes.IgnoreRoute("members/{*pathInfo}") It will show all files except if there is a directory that is a no? Eg http://localhost:3027/members/ 11366/hello.gif'The resourc

RE: Static resources in MVC 4

2013-06-25 Thread ifumust
Found the problem after 6 hours.I had a web.config within the directory that had the static resource! I removed it and was good. Appreciate everyone help. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Nathan Chere Sent: Wednesday, 26 June 2013

CoLocation in Melbourne going cheap[OT]

2013-06-30 Thread ifumust
Anyone need some RU's space in a datacentre, we have some surplus RU's going cheap if anyone is interested? We have space in PACNET datacentre in Melbourne in a new facility. Anthony

Anyone work for MS[OT]

2013-07-07 Thread ifumust
Anyone work for MS, i have developed an netmf product that i wish to promote and get funding for. I was hoping to contact someone at MS who could assist with some form of sponsorship. Do you know a department or person i could contact? Anthony

Winforms\WIndows Service

2013-07-21 Thread ifumust
I found some code a while back that allowed me to have an application that could run as a service or a winform interface.anyone done this before? Anthony

RE: [OT] Search engines (not a complaint)

2013-07-21 Thread ifumust
Just block them..Google are becoming too powerful and hope to see a new player soon , maybe one that is decentralised. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Monday, 22 July 2013 10:30 AM To: ozDotNet Subject: Re: [OT] Search eng

RE: Winforms\WIndows Service

2013-07-21 Thread ifumust
Found this article. http://coding.abel.nu/2012/05/debugging-a-windows-service-project/ From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Greg Keogh Sent: Monday, 22 July 2013 11:58 AM To: ozDotNet Subject: Re: Winforms\WIndows Service I found some code

RE: Winforms\WIndows Service

2013-07-21 Thread ifumust
I have gui that provides extra functionality when required but installed as service so a reboot doesn't affect operation. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Tom Rutter Sent: Monday, 22 July 2013 3:26 PM To: ozDotNet Subject: Re: Winforms\WIn

RE: Winforms\WIndows Service

2013-07-22 Thread ifumust
For anyone interested..this is what i did... static class Program { public static void Main(string[] args) { ServiceBase[] servicesToRun; servicesToRun = new ServiceBase[] { new Service1()

[ot] Anyone have g+ invite?

2011-07-14 Thread ifumust

[ot] Junior dotnet/web programmer required to start yesterday!

2011-07-15 Thread ifumust
Looking for a junior dotnet/web programmer to start immediately. if you know of anyone or are interested. Send email to smallbizaustra...@gmail.com http://www.seek.com.au/Job/gra duate-dotnet-web-programmer/in /melbourne-northern-

Re: [ot] Junior dotnet/web programmer required to start yesterday!

2011-07-17 Thread ifumust
On 18/07/2011 8:59 AM, Scott Barnes wrote: urgent Jnr Developer wanted = Can't afford Snr Developer Pay. Spidey senses tell me this is a classic case of "McDonalds Cook vs Jnr Developer" equation. My money would be McDonalds ;) work less hours for the same pay :D --- Regards, Scott Barnes

RE: Very Weird VS 2010 Issue

2012-02-06 Thread ifumust
Issue still occurs with new solutions.can i reset the VS IDe any way..or discable or plugins etc -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Friday, 3 February 2012 6:44 PM To: ozDotNet Subject: Re: Very Wei

XML Question

2012-02-06 Thread ifumust
7118 Services Pty Ltd 123456 22270 ZZ How do i get the SBranchID? I can use Linq.XElement.Parse(rt2)..(3)..Value but

RE: XML Question

2012-02-06 Thread ifumust
Any code on how i would do this, fairly new to linq From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Tuesday, 7 February 2012 8:23 AM To: ozDotNet Subject: Re: XML Question Rather than working by index, look at the attribute value f

RE: XML Question

2012-02-06 Thread ifumust
Thank you J From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Tuesday, 7 February 2012 8:29 AM To: ozDotNet Subject: Re: XML Question http://msdn.microsoft.com/en-us/library/bb387086.aspx On 7 February 2012 08:25, wrote: Any code

RE: XML Question

2012-02-06 Thread ifumust
Learning all the time...awesome thanks! -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Bill McCarthy Sent: Tuesday, 7 February 2012 10:48 AM To: 'ozDotNet' Subject: RE: XML Question I'm guessing form the original post, Anthony is

RE: Anyone doing XBAP?

2012-02-06 Thread ifumust
XBAP looking pretty cool, but wouldn't it be better to have a app that works on more platforms? I assume this will not work on an ipad considering it is using dotnet3 Anthony From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Kirsten Greed Sent: Tu

RE: Barcode printing recomendation for label printers?

2012-02-15 Thread ifumust
I have used telerik reporting and devexpress reportsyou just need to treat the label as a page with smaller dimensions, their is nothing different to normal page printing. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Arjang Assadi Sent: Wednesday,

vs 2010 keyboard driving me crazy solved.

2012-02-15 Thread ifumust
It has been about 3 weeks trying to solve my vs2010 phanton keypress situation. Finally solved the issue, i just had to turn of the uncheck 'enable the visual studio hosting process'!! Used procmon to find this outi didn't try to reinstall vs2010 cause it usually takes me 3 days to reins

RE: vs 2010 keyboard driving me crazy solved.

2012-02-15 Thread ifumust
A process was allowing me to have focus on anything with a popup...it was like the ESC key was being constantly pressed From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Dave Walker Sent: Thursday, 16 February 2012 12:12 AM To: ozDotNet Subject: Re: vs

Logging to database without installation

2012-02-15 Thread ifumust
I trying to develop a simple logging assembly that doesn't rely on any installation. Should i use sqllite or sql server compact 4(do i need to install anything?) Anthony

RE: vs 2010 keyboard driving me crazy solved.

2012-02-15 Thread ifumust
See last checkbox From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Ian Thomas Sent: Thursday, 16 February 2012 12:38 PM To: 'ozDotNet' Subject: RE: vs 2010 keyboard driving me crazy solved. Anthony Can you attach a small pic of the setting in VS2010

RE: vs 2010 keyboard driving me crazy solved.

2012-02-15 Thread ifumust
Yes it was..i'm sure it has something to do with an extension but i removed them all and by unchecking this option, problem went away From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Ian Thomas Sent: Thursday, 16 February 2012 1:09 PM To: 'ozDotNet' Subje

RE: Logging to database without installation

2012-02-15 Thread ifumust
Wasn’t aware of that..i think i will use that... From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Joseph Cooney Sent: Thursday, 16 February 2012 3:52 PM To: ozDotNet Subject: Re: Logging to database without installation Any reason not to use log4net,

RE: US Hosted VPS

2012-02-16 Thread ifumust
Rackspace are pretty good..performance was awesome..features extensive! From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Craig van Nieuwkerk Sent: Friday, 17 February 2012 2:40 PM To: ozDotNet Subject: Re: US Hosted VPS And to add to this, Amazon has a

redirect trace to textbox performance

2012-02-22 Thread ifumust
I have been redirecting the trace.writeline output to a textbox in most of my applications. Its works great and helps me resolve issues very quickly but i find it can decrease the performance of the application dramatically. Anyone suggest the better way do this? I am aware of log4net etc but

RE: redirect trace to textbox performance

2012-02-23 Thread ifumust
You are correct i probably am running out of memory..will create a FILO buffer for the test -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of David Kean Sent: Thursday, 23 February 2012 6:44 PM To: ozDotNet Subject: RE: redirect trac

RE: Business Logic Service

2012-03-20 Thread ifumust
I'm pretty sure there is an open source biz logic engine...i was once looking for this type of functionality...biztalk does this but pretty expensive and maybe a over-kill. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Rob Andrew

installer/updater applcations

2012-04-04 Thread ifumust
Interested to know what people are using to install dotnet applications on computers and how they are updated. I currently use clickonce to deploy all my applications(and update as well) but has its limitations. I.e. cannot use to install a service and not able to install for all users. You

Dump EntityFramework for LLBLGen

2012-04-12 Thread ifumust
Been using llbLgen for years but finding that EF would do what i need. Would save me a step(time) using EF in vs 2010 instead of generate DAL using LLblgen Anyone have an opinion on this? Anthony

RE: Dump EntityFramework for LLBLGen

2012-04-12 Thread ifumust
What about disconnected scenarios... I currently able to serialize(using LLBLGEN) an entity(or entity collection) from a web service and pass it to a client to be de-serialized very easily, can EF do this without much hassle? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdo