.NET Framework 2.0
Well I did, and the issue seemed to be intermittent. Here’s what it looked like for me: Here’s what I found out. You can read about the issue on Microsoft’s Help and Support at FIX: You may receive an InvalidCastException error in an ASP.NET-connected Web application (http://support.microsoft.c... Unfortunately, there’s no immediate download or fix. You have to call Microsoft Support to find out if the secret fix applies to your scenario. In my case...
How to: Include a Data File in a ClickOnce Application How to: Include a Data File in a ClickOnce Application
Here's a great post on how to add a desktop shortcut to ClickOnce Deployed Application. (Scott Schecter's post)http://blog.scottschec... Here's the version of this solution in VB. (Julia Lerman's post)http://blog.ziffdavis.... If you don't want to follow the link, here's the code: /// <summary> /// This will create a Application Reference file on the users desktop /// if they do not already...
Great post from dasBlonde: http://www.dasblonde.net/Pe... Here’s the details: The blog is about globalization and how to architect Windows Forms and ASP.NET applications for localization, leveraging .NET resources where appropriate. Here’s the samples she listed: Globalized Windows Sample ClickOnce and Globalization ASP.NET Globalization Here’s the Additional globalization resources she listed: http://www.theserverside.ne...
If anyone has any experience with MSBUILD and Mage.exe to build ClickOnce projects, please let me know if you might be able to help. I used Mike Bouck’s blog on ClickOnce as a guide. (great post Mike) http://blog.gatosoft.com/Pe... I'm having a similar issue from this post in the Microsoft forums: http://forums.microsoft.com... I'm using mage.exe as a part of an MSBuild project. Here's the error I...
Visual Studio 2005 Code Snippets IntelliSense Code Snippets are reusable, task-oriented blocks of code. Visual Studio 2005 includes code snippets covering tasks ranging from creating a custom exception, to sending an e-mail message, to drawing a circle. A set of Visual Basic and Visual C# Code Snippets are included in the Visual Studio 2005 box – additional Code Snippets can be found at: http://msdn.microsoft.com/v... E.Krishna Kumar’s Weblog »...
During the CTO panel discussion hosted by Bill Veghte, Corporate VP of Microsoft North America, Microsoft promised to provide a summary and best practices for their “Security Development Life cycle” (SDL). The following links outline the SDL process and SDL best practices that Microsoft uses internally. There are also reference resources within the blog entries where you can get additional information on the SDL process. You can find those here on my blog: Security Development Lifecycle...
Thought some of you might liek to check this out. Great info from the Microsoft Team. Security Development Lifecycle – Best Practices Leadership and Education · Get management and executive buy in and spread awareness. · All developers, testers and project/program managers must train for security and SDL. · Threat modeling training should be incorporated in security training. Product inception · Identify the team that will be responsible for tracking and managing...
Thought some of you might like to check this out. Great info from the Microsoft Team. Security Development Lifecycle - Overview The goals of Security Development Lifecycle (SDL) is to reduce the number of security related design and coding defects and to minimize the severity of defects that are undetected. SDL mainly focuses on first two elements of Secure by Design, Secure by Default, Secure by Deployment + Communication Process1 ( SD3+C) . SDL is software methodology agnostic. SDL enhances the...
We have been having some problems with our client application timing out on us. We have a .NET C# Smart Client that connects to a remote server.The remote server serves up Remoting Objects over HTTPS to the Smart Client using an IIS .NET 2.0 Web Application.Our remoted objects have a lifetime leaseTime of 0 or “forever”. <lifetime leaseTime="0"/> But for some reason our user’s kept getting timed out after 20 minutes. Finally we figure out that our ASP.NET web application has...
Full .NET Framework 2.0 Archive