I have been using .NET obfuscator for about couple of years and it has worked great for me. I have used it for .net cf stuff, asp.net, win forms and web service. Cheers, Fahad
Nothing is impossible.....even impossible has the word possible
I have been using .NET obfuscator for about couple of years and it has worked great for me. I have used it for .net cf stuff, asp.net, win forms and web service. Cheers, Fahad
Nothing is impossible.....even impossible has the word possible
http://www.pushok.com/soft_short_info.php[^] Push OK have VS.net plugins for CVS and SVN. I have used CVS plugin at our company for more than year and it works great . Cost is $24 per user.
Is it possible to display mainmenu at the bottom in wince 4.2 using C#, .net cf 2.0? please help. -- modified at 17:58 Thursday 31st August, 2006
Previously I had VS.net 2005 installed on my computer. Due to a problem i decided to reinstall VS.net 2005 Pro. Now installation fails. I have tried a few things like coping the setup package to the hard drive, stop all non-microsoft services including anti virus but same result :(. Any suggestions? Error log is below. [08/14/06,17:04:47] Microsoft Visual Studio 2005 Professional Edition - ENU: [2] ACTION FAILURE:Action ended 17:04:47: InstallFinalize. Return value 3.See MSI log for details. [08/14/06,17:06:56] Microsoft Visual Studio 2005 Professional Edition - ENU: [2] ACTION FAILURE:Action ended 17:06:56: INSTALL. Return value 3.See MSI log for details. [08/14/06,17:07:23] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023293. [08/14/06,17:07:23] setup.exe: [2] Component error string not specified in ISetupManager::AddToActionResultCollection() [08/14/06,17:07:29] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2005 Professional Edition - ENU is not installed. [08/14/06,17:07:29] VS70pgui: [2] Unknown component status for.NET Compact Framework 1.0 SP3 [08/14/06,17:07:29] VS70pgui: [2] Unknown component status forMicrosoft Device Emulator version 1.0
The problem is the Membership provider has no interface to change the underlying connection string, it is in the web.config file. Should i try to add connection string property to the SQLMembership provider and try to use that. How that sounds?
I am developing an application for which I have to provide a hosted version for the client.Well the problem that is bugging me is as follows: Different users from different companies will be connecting to the ASP.net application. I want to keep each company's data and login information in a separate database and one ASP.net application in the front. Now the problem is how to make this possible? In SQL Server Role and Membership provider, database connection string is in web.config. If I have to write a custome provider, then what should be the approch by keeping one ASP.net application in the front for multiple databases. I would appreciate ideas and comments on the problem Thanks, Fahad