Help! References not showing in Publish Application Filkes section.

2010-06-02 Thread Anthony
I my vb.net project references many dlls which usually show up in the publish application files section so i can exclude/include them. But now my Application Files do not show most of my references...i have tried removing/add with no luck..any suggestion?I previously was able to select these

Creating a Data Service that can be consumed from Excel (using C#)

2010-06-02 Thread Arjang Assadi
Any one knows how to make some type of services that can be consumed from Excel? On Excel Data Ribbon, From Other Sources has connecting to Sql Serever table, Is there a way to have something like WebService etc. that is written in C# and one can connect to from Excel in a similar manner?

Re: Ignoring excpetions in catch

2010-06-02 Thread mike smith
On 2 June 2010 14:16, Nick Wienholt li...@dotnetperformance.com wrote: Hi Mike, Fatal exceptions:  you might want to do something like write out a .dmp file before you put the process out of its misery I'd probably prefer to leave this to a tool like ADPlus rather than have application

Re: Creating a Data Service that can be consumed from Excel (using C#)

2010-06-02 Thread noonie
Greetings, I don't know what they do now as I haven't played with external data in Excel for a while but, in th OLD days, there was no problem pointing Excel at a web page that served up csv data (with appropriate MIME TYPE headers) as an external data source. This page

Re: Creating a Data Service that can be consumed from Excel (using C#)

2010-06-02 Thread Dimaz Pramudya
You can expose your service as OData and it will be consumable from Excel. On 6/3/10, Arjang Assadi arjang.ass...@gmail.com wrote: Any one knows how to make some type of services that can be consumed from Excel? On Excel Data Ribbon, From Other Sources has connecting to Sql Serever table,

.NET Obfuscator Software..free!

2010-06-02 Thread Anthony
.NET Obfuscator Software..free! http://www.intellixperience.com/signup.aspx Is your website being IntelliXperienced? regards Anthony (*12QWERNB*) Is your website being IntelliXperienced?

Re: .NET Obfuscator Software..free!

2010-06-02 Thread Sam Lai
Er, Anthony - even spam is more useful than this email; at least they tell me where I can buy, hope and pray for the penis enlargement pills that will cost me my entire life savings :) On 3 June 2010 12:47, Anthony asale...@tpg.com.au wrote: .NET Obfuscator Software..free! Is your website

RE: .NET Obfuscator Software..free!

2010-06-02 Thread Anthony
Oops..after some free .NET Obfuscator Software for my winform vb.net project. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Sam Lai Sent: Thursday, 3 June 2010 12:53 PM To: ozDotNet Subject: Re: .NET Obfuscator Software..free!

RE: .NET Obfuscator Software..free!

2010-06-02 Thread David Kean
Why are you looking at obfuscating you're binary? -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Anthony Sent: Wednesday, June 02, 2010 8:02 PM To: 'ozDotNet' Subject: RE: .NET Obfuscator Software..free! Oops..after some free

RE: .NET Obfuscator Software..free!

2010-06-02 Thread Dylan Tusler
http://lmgtfy.com/?q=.net+obfuscation+free Cheers, Dylan. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Anthony Sent: Thursday, 3 June 2010 1:02 PM To: 'ozDotNet' Subject: RE: .NET Obfuscator Software..free! Oops..after

RE: .NET Obfuscator Software..free!

2010-06-02 Thread David Kean
Wrote below in a hurry, bad grammar and wording. I didn't mean to indicate that a .NET binary (it is a binary format) cannot be decompiled - I meant to ask, why do you want to prevent users from decompiling your code? What are you trying to prevent? State secrets? People from copying your

Re: .NET Obfuscator Software..free!

2010-06-02 Thread Arjang Assadi
If it is written in VB.net nobody will look at it. :) ducks and covers! Regards Arjang On 3 June 2010 13:41, Anthony asale...@tpg.com.au wrote: I have a project which i always reference in any project i develop.  This includes routines, utilities and tasks i use very oftenit has no

Re: .NET Obfuscator Software..free!

2010-06-02 Thread Michael Minutillo
That is potentially a pretty dangerous risk for a client to accept isn't it? Unless it contains some kind of proprietary algorithm or something I'm not sure it's a great idea. Also, doesn't VS come with a free version of dotfuscator community edition? On Thu, Jun 3, 2010 at 11:41 AM, Anthony

RE: .NET Obfuscator Software..free!

2010-06-02 Thread Dylan Tusler
That is potentially a pretty dangerous risk for a client to accept isn't it? Unless it contains some kind of proprietary algorithm or something I'm not sure it's a great idea. That's a pretty weird point of view. After all, clients have been accepting obfuscated code since time immemorial

Re: .NET Obfuscator Software..free!

2010-06-02 Thread Michael Minutillo
Well most clients I have dealt with in the past end up with the source code. After all, clients have been accepting obfuscated code since time immemorial already! (Well, at least since the 1980s.) That's what compiled code is! Unless you wanted to reverse engineer to assembly language, pretty