all groups > dotnet framework > recent posts
RE: code encryption (dotfuscation)
Posted by LogicNP at 2/22/2010 9:07:07 PM
An absolutely unbreakable protection scheme does not exist so dont waste your time looking for one. The main criteria should be reasonable protection, ease-of-use and affordibility. Have a look at Crypto Obfuscator. It not only does renaming, but also string encryption, resource protection, assembly... more >>
RE: Application Deployment
Posted by LogicNP at 11/23/2009 11:25:40 PM
Crypto Obfuscator (http://www.ssware.com/cryptoobfuscator/obfuscator-net.htm) supports various obfuscation methods. It also does string, resource and dependant assembly compression and encryption. This provides both protection and reduced deployment size.
From http://www.google.co.in/url?sa=t&sou... more >>
RE: Need success stories / tool info. reg. implementing Licensing for WinForms !
Posted by LogicNP at 11/20/2009 9:33:09 PM
CryptoLicensing ( http://www.ssware.com/cryptolicensing/cryptolicensing_net.htm ) may fit your needs:
1. Supports trial/eval licenses.
2. Even if customer reinstalls, the original license is used and if its expired, the app won't work.
3. You can deploy your app with a pre-generate trial licens... more >>
RE: How do I get the type for "out System.Data.DataTable" in code?
Posted by uzma khan at 11/6/2009 2:16:06 AM
Type.GetType("System.Data.DataTable&, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
From http://www.google.co.in/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla:en-US:official&q=Type.GetType("System.Data.DataTable&")&btnG=Search&meta=&aq=f&oq=
Posted via ... more >>
RE: Using WebClient/WebRequest/WebResponse to post postdata and get the result
Posted by chittibabu at 10/15/2009 4:59:27 AM
Please help me
From http://www.google.co.in/search?hl=en&q=WebRequest/WebResponse+to+post+postdata+and+get+the+result&btnG=Search&meta=&aq=f&oq=
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: System.Diagnostics.StackTrace future ?
Posted by Lars Ole Avery Simonsen at 10/13/2009 3:26:52 AM
Forgive and/or ignore this thread resurrection at will.
Just wanted to say thank you for bringing up this issue. I was unable to find any other discussions on this slight inconsistency of the framework. I find the StackTrace constructor in question immensely useful and will be sorry to see it go.... more >>
RE: Read Bitmap and create Method to Create Image at runtime
Posted by anna at 8/27/2009 2:48:46 PM
plz learn to me
From http://search.yahoo.com/search;_ylt=A0oGkij4_ZZK3lQB1yVXNyoA?p="create+image+at+runtime"&y=Search&fr=yfp-t-152&fr2=sb-top&sao=0
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
www.fashionsmell.com retail nike shoes, puma shoes, prada boots, gucci shoes, bags, sunglasses, etc.
Posted by Elaine at 8/12/2009 12:24:11 AM
http://www.fashionsmell.com is specilized in wholesale, retail and dropship of many kinds of top brand shoes(nike,adidas,puma,converse,gucci,prada,D&G,LV……), clothes, jeans, purses/bag, sunglasses,caps,belts,jewellery, etc, which are from Putian city, Fujian province, China.
1.We supply door to doo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Change TableRow height in FlowDocument (WPF)
Posted by Kenny Chen at 8/9/2009 3:19:42 PM
Hi,
Does anybody know how to change the height of TableRow in FlowDocument?
Thanks
Kenny
From http://www.google.com/search?hl=en&q=Tablerow+height+flowdocument&aq=f&oq=&aqi=
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: System Center Service Manager Install Prerequisite Help
Posted by Nagaraj at 8/4/2009 4:00:00 AM
927888 unable to install
From http://www.google.com.sg/search?hl=en&q=hotfix+927888&meta=&aq=f&oq=
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: .Net Framework Install Errors 2908 & 1935
Posted by azmeer at 6/18/2009 9:41:06 PM
got the same error. But the is no mscoree.dll in the system32 directory. please advice
From http://www.developmentnow.com/g/6_2003_11_0_0_68804/-Net-Framework-Install-Errors-2908-1935.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
vb.net
Posted by Ramadevi Sundaresan at 3/5/2009 7:23:29 AM
I have used SelectCommand with a sqldataadapter which fills a table with data. The following is the code:
DAName.SelectCommand = myComm
Try
DAName.Fill(TableName)
Catch err1 As Exception
MessageBox.Show(err1.Message)
End Try
rowCo... more >>
RE: WCF Error
Posted by Ian at 1/6/2009 7:08:01 AM
I have exactly the same error. I am consuming a WCF service manually from a windows form (have also tried from web form)... and I am doing a self hosted version of the WCF service, all running locally, on my dev box. I can debug all the way through the to point the call returns from the WCF service,... more >>
RE: System Centre Service Manager
Posted by Kelly Bakri at 10/5/2008 2:19:10 AM
hello everyone, need help with this one too. the link you posted does not work. returns back to this same page. also, connect site for service manager is offline. we need those QFEs urgently. any help is appreciated. thanks. kelly.
From http://www.developmentnow.com/g/6_2007_8_0_0_1012876/System-Ce... more >>
Error
Posted by Mujeeb at 9/12/2008 4:09:39 AM
I've got an error while opening an xml file and the error is :
System.Runtime.InterOpService.ComException. Could you please help me for solving this error and send me the solution on my email id.
From http://www.developmentnow.com/g/6_2003_10_0_3_0/dotnet-framework.htm
Posted via DevelopmentNow.... more >>
Re: ASP.Net Hosting
Posted by Jeff Winn at 6/23/2008 9:34:10 PM
You might want to try re-registering ASP.NET with IIS if you have access to
the server. Just run aspnet_regiis.exe from the command prompt. It's in the
%WINDIR%\Microsoft.NET\Framework\<version> folder on the machine.
Can you access the site locally on the box when connecting to localhost?
... more >>
Re: FileSystemWatcher
Posted by Alvin Bruney [ASP.NET MVP] at 6/23/2008 8:17:12 PM
How do you know it's not working? There maybe an exception which you won't
see since it is a service. A simple test project I created as a service is
working fine. Here is my test case.
using System;
using System.ServiceProcess;
using System.IO;
namespace WindowsService1
{
public p... more >>
Re: FileSystemWatcher
Posted by Jeff Winn at 6/23/2008 7:46:26 PM
FileSystemWatcher gets kinda tricky at times. Things you expect to work
often don't, since you never really know how the files are getting
manipulated and often times the events get raised more than you expect them
to. The system service thing wouldn't be a problem (unless you're running it
... more >>
Re: Microsoft Word 2003 Saving Problem
Posted by PvdG42 at 6/23/2008 5:05:13 PM
"alliann11" <alliann11@discussions.microsoft.com> wrote in message
news:8B8A6F04-C4F1-456D-8201-ECB37A7D64FE@microsoft.com...
> I am having problems with losing information that I am working on. Twice
> now
> I have lost a document I was working on because when I go to save it, and
> error a... more >>
Re: task bar
Posted by Fernando Gómez at 6/23/2008 5:00:43 PM
hershel wrote:
> could someone help me get rid of the yahoo search bar on the task bar it is a
> new vista pc, the search bar is drivng me crazy and I want the room on the
> task bar for other things
> Thanks
Sure! Just uninstall the Yahoo bar, or don't install it at all.... more >>
FileSystemWatcher
Posted by Waldy at 6/23/2008 4:19:27 PM
Hi there,
I cannot get the FileSystemWatcher to work. I want to monitor
a directory for when files are copied into it. I have set the Filter
property to *.* and the NotifyFilter property to CreationTime. However, the
Created event never gets raised. I'm running it from a sys... more >>
Avoiding new references
Posted by D Browne at 6/23/2008 2:07:03 PM
This is probably going to be an obvious answer for some, but I'm just
looking for directions or where to look or read. How can you make an
application that references a specific file ... say foo1.2 ... not break
when foo1.3 is released.
For example, I have an application that uses a commerc... more >>
Microsoft Word 2003 Saving Problem
Posted by alliann11 at 6/23/2008 2:04:17 PM
I am having problems with losing information that I am working on. Twice now
I have lost a document I was working on because when I go to save it, and
error an error message pops up asking if I want to continue and save. If I
click no, it takes me to another box where it says:
"File Conver... more >>
task bar
Posted by hershel at 6/23/2008 1:43:01 PM
could someone help me get rid of the yahoo search bar on the task bar it is a
new vista pc, the search bar is drivng me crazy and I want the room on the
task bar for other things
Thanks
--
hershel... more >>
%CLRVERSION%
Posted by Axel Bender at 6/23/2008 12:06:17 PM
Hi all!
Since I had to repair my system (Windows Server 2003 R2 SP2) using the
installation CD, and after having applied the system updates that
Windows suggested, I encounter the following error: When I start Visual
Studio, a message appears stating that
*c:\windows\Microsoft.NET\Framewo... more >>
Re: Remote Win64 registry access from Win32 managed app?
Posted by Lance at 6/23/2008 9:59:52 AM
Jeroen & Jeffrey -
Thanks for your replies. Looks like we'll need to use the p/invoke
solution.
-Lance
""Jeffrey Tan[MSFT]"" <jetan@online.microsoft.com> wrote in message
news:NxMxOfR1IHA.3644@TK2MSFTNGHUB02.phx.gbl...
> Hi Lance,
>
> I have added a reply to same issue of you in this ne... more >>
RE: Remote Win64 registry access from Win32 managed app?
Posted by jetan@online.microsoft.com ( at 6/23/2008 9:59:15 AM
Hi Lance,
I have added a reply to same issue of you in this newsgroup. Please feel
free to give it a follow-up, thanks.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
=========================================
Delighting our customers is our #1 priority. We welcome your comm... more >>
ASP.Net Hosting
Posted by john at 6/23/2008 9:30:35 AM
I have hosted my site designed by Dreamweaver for quite some time. The
first page was named indexhtml. I recently re-designed my site using
Asp.net where the first page is Default.aspx.
Now my site cannot be accessed from the internet. I made sure the new
files are copied in the website, on the ... more >>
Re: Identifying the Publish Version of a ClickOnce app at Runtime
Posted by Marc Gravell at 6/23/2008 8:03:34 AM
You need to add a reference to System.Deployment.dll
Marc... more >>
webbrowser control
Posted by jaroslaw.pawlak@gmail.com at 6/23/2008 6:53:37 AM
Hello, I'm trying to automate webbrowser using webbrowser control.
I have problem with pages using ajax, as when LoadComplete event is
executed, ajax part is not yet loaded, and after it is loaded -
webbrowser does not throw next complete event. How should I use
webbrowser control in order to ge... more >>
|