strong

My DLLs are strong named, but WSPBuilder reports they are not

WSPBuilder Version: 0.9.8.0830 Created by Carsten Keutmann GPL License 2007 Install and deploying [MYDLL] Unable to deploy solution Inner exception(1): This solution contains one or more assemblies targeted for the global assembly cache. You should use a strong name for any assembly that will be in the global assembly cache. ...

encrypting a .Net application and assemblies

Hi, I have an encryption/copy protection question. I'm writing an application for a company that uses a dongle. Please don't tell me that software protection is useless, or that I should just let it fly free into the air, or that any time I spend doing this is a waste; this isn't a philosophical question about the validity of software...

what's wrong with these?

I create a strong typed view ,but i can't get the Mode and viewdata and the Html... This is my sample code: <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<MiniMain.ViewModel.ArticleViewdata>" %> <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> ...

Why i can't call the Model and ViewData, and Html in the strong typed page?

I created a new strong typed View ,something like this: <%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<MiniMain.ViewModel.ArticleViewdata>" %> <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server"> <%Model %> </asp:Content> but when I called...

problem with update strong typed dataset turn to database in C# .net framework 3.5

Hi all, I want to remove some special characters in a table of database. I've used strong typed table to do it. When i got all data into dataset from database and modified it then i called method update() of data adapter to turn dataset to database but it doesn't work. Below is my code DsTel tel = new DsTel(); DsTelTable...

Protecting assembly from hacker

I have a console application references assembly A. I want to ensure that the application will not run if A.dll is tampered or replaced. One option is to use strong-name signing. But do I need to worry about strong name bypass? Are there any other good options? Thanks ...

HTML <strong> tag

Is using more than one <strong> tag actually make the word stronger? i.e. is <strong><strong>abc</strong></strong> stronger than <strong>abc</strong> ? I'm asking this because if you view the HTML source of the official website of North Korea, http://www.korea-dpr.com/ you will see it has many strong tags. Is this supposed ...