VS 2005 Protect Your Compiled Apps?

Mar 29, 2011

Have you ever bother about protecting you apps from reverse engineering, should i obfuscate, encrypt of pack my executable?

which method is ok enough that is not waste of time and resource?

View 22 Replies


ADVERTISEMENT

Protect A Dll VS 2005

Jul 10, 2009

I am wondering if anyone here knows of a method to protect a dll from unregistered usage. I have a few useful dlls that I am thinking about putting online for sale but I want to protect them so that they can not be used by a developer without paying the proper fees.

View 1 Replies

VS 2005 Speed Of Compiled .net With VPN?

May 1, 2010

my problem is the speed of the compiled vb.net program on VPN..after working 4-8 hours (without closing the software) the compiled program taking too slow. in reading the records or even modifying it..I installed it in VPN and the backend database is MS Access..

View 3 Replies

VS 2005 Protect The Project From Duplication?

May 23, 2011

i developed a project using VB.Net 2005 and sql server 2005 standard edition at back end. now its complete and have to deliver to company now. but i am afraid that the company may reproduce a new copy of this software from the original and may sell to any other company or in open market. I want to implement some mechanism on my project for its security, which enables it to not to work on other computers or some similar type security.

View 12 Replies

Running Pre-Compiled & Non-Pre-Compiled Webpages Under One Virtual Directory

Feb 21, 2011

I've a requirement to have PreCompiled webpages and Non-PreCompiled webpages under same application. For example below is my structure:

/Bin
/Test1 (PreCompiled)
/Test2 (NonPreCompiled)
/Test3 (PreCompiled)

I would like these to have their separate "Bin" folders too if possible at all (I tried using "Probing" but I guess that's not allowed for web apps and defaults to "Bin" folder). If not that then definitely some ability for these to work together under one app/virtual directory because I'm not allowed to create another at any cost :(

View 3 Replies

VS 2005 Building .NET 3.0 Apps On VS 2005?

Sep 4, 2009

I don't have a license for vs 2008, but I want to use the Packaging namespace in .net 3.0. What do I need in order to build .net 3.0 apps using visual studio 2005?

View 4 Replies

Password Protect Project In Visual Studio 2005?

Aug 26, 2009

How can I password protect my VB.NET project in Visual Studio 2005?

View 6 Replies

VS 2005 - Way To Keep Up To Date With Things - Write PDA And ASP.Net Apps

Feb 3, 2011

I am a software developer developing in VS2005. I write mainly VB.Net application but also write PDA and ASP.Net apps. I am still using .Net Framework 2.0. Can anyone suggest and sites where I can keep up to date with things?

View 2 Replies

VB 2005 Win Application Can Run In Debug Mode But Cannot Run In Compiled / Release Mode

Oct 14, 2010

i am using visual studio 2005 on win 7 with office 2007. i have developed win application. i am using microsoft activex spreadsheet component in my program. so it automatically creates reference to AxInterop.OWC11.dll When i run program in debug mode (open program and click RUN in toolbar it works) but if i run directly .exe (go to bin elease doubleclick .exe) it give error at loading point of that component. It says "Attempted to read or write protected memory. This is often an indication that other memory has been corrupted." An unhandled exception occurrs.

[Code]...

View 3 Replies

Windows.Forms Based Apps Vs WPF Based Apps?

Jun 21, 2010

what WPF based apps are?Is it an application that runs under Silverlight? If so, how?I know; Windows Forms based apps,console apps,DLL _ Class Library Projectsand I've had an introduction to ASP.Net.What I mostly want to know is, if WPF apps are for Silverlight then do they also run in a server based fashion like anASP.NET website would when you create ASP.Net webpages?Is it a way of creating what looks like a FORMS BASED application but it runs in a browser instead or what?Please enlighten me a bit further as I have no idea what WPF is all about.

View 3 Replies

Compile A Solution In Visual Studio 2005 Which Was Compiled In Visual Studio 6?

Sep 15, 2009

I have to compile projects which was compiled in Visual Studio 6 in Visual Studio 2005. When i compiled i got a set of same error. I opened the project for VS6 by selecting File->open->project/solution and tried to build a solution by Build option but i am getting the following error.

[Code]...

View 7 Replies

Way To Protect My App

Jul 31, 2011

I like to have a Licensing key generator (generate keys from CPU or BIOS) to protect my application and a similar code in my application to confirm the Licensing key.Is there any solution for VS 2010?[url]...

View 19 Replies

.net - How To Protect My File

Aug 2, 2011

After generating a file, I don't want to allow anyone to open it. How do I protect it, by using a password? Is there any better way? How do I do it programmatically?

View 3 Replies

C# - Protect DLL From Use In Other Projects Other Than Own?

Apr 14, 2011

I'm going to build a large project and want to create several libraries (DLL) for it. I don't want to merge them all in one EXE, but want to use seperate DLL files.I don't want those DLL's to be used by others, so these DLL's should be protected so that they can only be used in my own project.I was thinking of using some sort of password in the New() proc, but that doesn't work for shared classes.

Other solution I was thinking of: is it possible to check if the calling assembly has the same strong name as the DLL?These solutions are just one of my ideas. I don't know if those will work and am not saying that one of them is the way to go.What is the best approach to accomplish this?

BTW: I also use a obfuscator to protect my code.

View 1 Replies

How To Protect A Document

Aug 4, 2009

I am trying to protect a document. I made a macro but it gives me an error in VB.net. I just need to find out how to change one bit to get it working in VB.net.

oDoc.Protect(Password:=".protect", NoReset:=False, Type:=wdAllowOnlyReading, UseIRM:=False, EnforceStyleLock:=True)

View 4 Replies

How To Protect A Process

May 1, 2009

I would like a program where the process is not another program or task management can be stopped. An anti-malware program, how can you protect a process?

View 3 Replies

How To Protect My Project

Aug 7, 2010

i made a small project and i want to sell it, there is any way to make user name and password for the project, or serial, or some thing like that?

View 3 Replies

Protect Dll Library In .net?

Mar 6, 2010

i have created a dll library and now i want to secure it....and distribute it to other...i want to provide a trial so that the user can see what it can do....how can i protect it...

View 2 Replies

Call To A Sub In The Compiled Exe?

Feb 20, 2009

I am learning to use the ScriptControl. I have been able to get it working with out much trouble. But I do not know how or if it can be done to have the user write in the script to call a fuction/sub in the main app. How can I have the user make a call to a sub in the compiled exe?

View 1 Replies

Compiled EXE To Be Compatible With?

Jun 2, 2010

If I'm running VB Express 2008, how do I choose what NET Framework I need the compiled EXE to be compatible with?

How do I do it in Visual Studio 2010?

View 1 Replies

Run A Compiled Program?

Feb 25, 2009

I am not a programmer or anything like that but I have managed to create a little program.The program is for work. It is VERY simple - it adds a few figures the user inputs and then generates a text output so the user can copy and paste it to a customers diary notes on the customers account.Here's the problem: It works on the managers computer but not on the consultants computers who will be using it! The reason it doesn't work is because the normal consultants computers don't have .NET installed :( The solution is simple - install .NET! lol however the company I work for is quite massive (corporate size) and our department is quite small and insignificant so if we want to install something like .NET on all the consultants computers it will take around 6-8 weeks! Now we desperately need to start using this mini program ASAP! Is there any humanly possible way to run a Visual Basic program without installing .NET? Is there some kind of file I can download and put in the folder of the mini program that will allow it to work?

View 2 Replies

Will App Compiled On 64 Bit Run On 32 Bit Machine

Nov 20, 2010

I'm buying a new computer this week and the one I want has Windows 7 Home Edition 64 bit. I program in VB.NET using VS2008. If I write a program and compile on this 64 bit windows, will it run in 32 bit? I did some reading and from what I understand is if it is not using any specific 64 bit drivers I should be good. I'm not doing anything fancy that I know of as far as drivers. I just wanted to see what everyone's past experience has been.

View 3 Replies

Best Way To Protect Program From Cracking?

Jul 22, 2010

I've written a VB program. How do I add anti-tamper code so people can't crack it?

View 2 Replies

How To Protect Project From Duplication

May 23, 2011

i developed a project using VB.Net 2005 and sql server 2005 standard edition at back end. now its complete and have to deliver to company now. but i am afraid that the company may reproduce a new copy of this software from the original and may sell to any other company or in open market. I want to implement some mechanism on my project for its security, which enables it to not to work on other computers or some similar type security.

View 3 Replies

How To Protect The Code Being Hacked

Dec 7, 2009

I know maybe it is impossible, but how to make hacking more difficult?

View 1 Replies

Password Protect A Folder?

Jun 5, 2009

i need to password protect a folder in a way that just the wpf appliction that has created it can access it.

View 8 Replies

Password Protect A Zip Package?

Jun 7, 2010

How do you password protect a zip package?

View 6 Replies

Php - Password Protect A Folder?

Apr 17, 2010

I am trying to create a similar way to Cpanel password protect directory, where a pop up comes out asking the user for a username and a password, but Cpanel way is amazing but my client doesn't know anything on how to do that, so i wanted to create a pop up msgbox informing the visitor to enter a user name and a password, and i totaly confused on how to create it, and which programming language support similar to CPanel

View 2 Replies

Protect Against Packet Sniffing?

Jun 17, 2011

Now, I have a executable build in vb .net with MySQL.Data.dll (library to allow connection to my remote database) that checks for data in a databaseNow then, when using a packet sniffer tool, I can see all my detailsHow can I prevent thisAlso, as a security measure, I have tried obfuscating the connection string in the exe, but that is only on the code part so I'm sure is not enough as I've seen my string in Wireshark

View 2 Replies

Protect Program From Being Copied

Oct 7, 2010

Does anybody know an effective way to protect your application from being copied? I 'd like to make my application as shareware for limited numbers of trials and after that the application shouldn't not run anymore on the same PC.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved