Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: Embedding Win32 dll Pin
Dave Kreskowiak7-Dec-04 4:32
mveDave Kreskowiak7-Dec-04 4:32 
GeneralRe: Embedding Win32 dll Pin
Yaakov Davis7-Dec-04 8:10
Yaakov Davis7-Dec-04 8:10 
GeneralRe: Embedding Win32 dll Pin
Dave Kreskowiak7-Dec-04 11:42
mveDave Kreskowiak7-Dec-04 11:42 
GeneralAnother question Pin
Yaakov Davis7-Dec-04 11:54
Yaakov Davis7-Dec-04 11:54 
GeneralRe: Another question Pin
Dave Kreskowiak8-Dec-04 1:53
mveDave Kreskowiak8-Dec-04 1:53 
GeneralCustom Web Component Problem Pin
Jacob Koppang6-Dec-04 16:33
Jacob Koppang6-Dec-04 16:33 
GeneralRegister dll files Pin
johnie836-Dec-04 14:24
johnie836-Dec-04 14:24 
GeneralRe: Register dll files Pin
sreejith ss nair6-Dec-04 21:32
sreejith ss nair6-Dec-04 21:32 
You wrote
I am making windows application using C# which used a number of dll library files.
But, it cannot run in every computer, it says that "the class is not registered" or something like that.


Here i am little confused. Reason is the matter of registeration. Tell me how you are refering those assemblies in your application. ?

You wrote
"Failure adding assembly to the cache: Attempt to install an assembly without a strong name"

This error is cause, there is no strong name in your assembly which you are trying to install into GAC. What you can do is, use sn.exe tool to create a .snk file( Strong Name Key File). And refer this file name and location in your actuall assembly which you are trying to install into GAC.

Sreejith Nair
[ My Articles ]
GeneralRe: Register dll files Pin
johnie837-Dec-04 0:22
johnie837-Dec-04 0:22 
QuestionHow to extract default page margin of a printer? Pin
sachinkalse6-Dec-04 14:23
sachinkalse6-Dec-04 14:23 
GeneralCalculating ticks per second Pin
Tristan Rhodes6-Dec-04 10:33
Tristan Rhodes6-Dec-04 10:33 
GeneralRe: Calculating ticks per second Pin
leppie6-Dec-04 10:48
leppie6-Dec-04 10:48 
GeneralRe: Calculating ticks per second Pin
Tristan Rhodes6-Dec-04 11:01
Tristan Rhodes6-Dec-04 11:01 
GeneralRe: Calculating ticks per second Pin
Dave Kreskowiak7-Dec-04 4:15
mveDave Kreskowiak7-Dec-04 4:15 
GeneralRe: Calculating ticks per second Pin
Daniel Turini6-Dec-04 20:09
Daniel Turini6-Dec-04 20:09 
Generalhelp->mirror printing in c# Pin
bigmega6-Dec-04 9:08
bigmega6-Dec-04 9:08 
GeneralRe: help->mirror printing in c# Pin
Anonymous6-Dec-04 14:29
Anonymous6-Dec-04 14:29 
GeneralRe: help->mirror printing in c# Pin
bigmega7-Dec-04 18:00
bigmega7-Dec-04 18:00 
Questionreturn objects or raw data? Pin
Judah Gabriel Himango6-Dec-04 7:04
sponsorJudah Gabriel Himango6-Dec-04 7:04 
AnswerRe: return objects or raw data? Pin
Stanciu Vlad6-Dec-04 8:25
Stanciu Vlad6-Dec-04 8:25 
GeneralRe: return objects or raw data? Pin
Judah Gabriel Himango6-Dec-04 9:02
sponsorJudah Gabriel Himango6-Dec-04 9:02 
GeneralRe: return objects or raw data? Pin
leppie6-Dec-04 10:52
leppie6-Dec-04 10:52 
GeneralRe: return objects or raw data? Pin
Judah Gabriel Himango6-Dec-04 11:02
sponsorJudah Gabriel Himango6-Dec-04 11:02 
GeneralRe: return objects or raw data? Pin
Stanciu Vlad7-Dec-04 1:13
Stanciu Vlad7-Dec-04 1:13 
Generalopen form from another pc Pin
Anonymous6-Dec-04 6:32
Anonymous6-Dec-04 6:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.