Browse by Tags
All Tags »
Dot Net Stuff! (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
For all those people who have a problem when they install Visual Studio .Net and IIS is not installed correctly! I was trying to install studio and I was getting the error - “Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services“ I Got this error when I tried to create a new web project on my computer Here is the solution I followed:- Open Visual Studio Command prompt. Steps to reach...
|
-
|
Automated Smart Client Deployment and Update - Today and Tomorrow By Brian Noyes Brian Noyes shows how the ClickOnce features of Visual Studio 2005 will improve on application deployment including security constraints for applications deployed over the Internet. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
|
-
|
Posted by: Paul Ballard on April 01, 2005 @ 03:05 AM In a stunning press release today, Microsoft officially announced that the upcoming Visual Studio 2005 and SQL Server 2005 delays have been caused by a last minute push to port the tools and the .NET Framework to Unix. Supported technologies will include Indigo, Avalon, and the long awaited Object Spaces ORM toolset. Go here to read the full story: Microsoft to Release Visual Studio 2005 for Unix/Linux Share this post: email it! | bookmark it!...
|
-
|
Free ASP.NET Web Development Tool Version 0.6 of ASP.NET Web Matrix is now available as a free 1.3mb download. Web Matrix is a community-supported, easy-to-use development tool for building ASP.NET Web applications. New features include : Access database support, J# support, design time enhancements including improved table editing and user-control rendering, many bug fixes, and much more! Download version 0.6 of Web Matrix today! Share this post: email it! | bookmark it! | digg it! | reddit! | kick...
|
-
|
Description: Versioning of executables are always important in any Business application. We can have different applications that use an assembly with the same name but with a different version. A version number have the following structure. Major.Minor[.Build[.Revision]] This means the Major and Minor are mandatory and that Build and Revision are optional. If the Revision needs to be used, we need to have Build . The value of Major, Minor, Build, Revision can range from value “ 0 ” to...
|
-
|
I am going to post the entire article because the site is a secure one and you need to log in to see the material. So, it follows that if I place a link to this you will not be able to view the contents without going through the schlep of having to register with the site. Code Protection – Prevent Assembly Decompilation. Description: There are a couple of options to prevent the user from reverse-engineering your assembly. Let us discuss the following techniques. 1. Native Image generation 2...
|