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

C#

 
AnswerRe: add a page Pin
T.EDY16-Jul-07 17:06
T.EDY16-Jul-07 17:06 
AnswerRe: add a page Pin
Sathesh Sakthivel16-Jul-07 17:20
Sathesh Sakthivel16-Jul-07 17:20 
Questionthrow exception does not work in timer event??? Pin
Togg16-Jul-07 12:38
Togg16-Jul-07 12:38 
AnswerRe: throw exception does not work in timer event??? Pin
Luc Pattyn16-Jul-07 14:23
sitebuilderLuc Pattyn16-Jul-07 14:23 
GeneralRe: throw exception does not work in timer event??? Pin
Togg16-Jul-07 19:55
Togg16-Jul-07 19:55 
GeneralRe: throw exception does not work in timer event??? Pin
J4amieC16-Jul-07 22:23
J4amieC16-Jul-07 22:23 
GeneralRe: throw exception does not work in timer event??? Pin
Togg17-Jul-07 8:30
Togg17-Jul-07 8:30 
QuestionAdd versioning to interop DLL created with tlbimp now can't find in GAC Pin
vbtmikem16-Jul-07 12:38
vbtmikem16-Jul-07 12:38 
I had a dll that was being created by tlbimp from a com component. However these dlls had no versioning info.

So I used this:
http://blogs.msdn.com/ianhu/archive/2005/06/16/429903.aspx
to add versioning and it worked.

However now my applications aren't finding the library in the gac. (I have to drop in the output folder of the application).

What could be going on here?

In the assembly my dll shows up as

MyLibrary 1.0.0.0 119e4efc79848a50 MSIL

The version is incorrect but it gives the correct when right clicking and checking in properties/version.
119e4efc79848a50 is the PublicTokenKey
and MSIL (under column 'processor architecture) is new (the library before adding versioning didn't have this).

When I run an application I get this:

=== Pre-bind state information ===
LOG: DisplayName = MyLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=119e4efc79848a50
(Fully-specified)
LOG: Appbase = file:///E:/Program Files/Test/MyApp
LOG: Initial PrivatePath = bin
Calling assembly : MyApp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null.
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (E:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from E:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: MyLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=119e4efc79848a50

Thanks,
Mike
Questionremove white spacing between letters in string Pin
monafr8116-Jul-07 10:50
monafr8116-Jul-07 10:50 
AnswerRe: remove white spacing between letters in string Pin
snorkie16-Jul-07 11:18
professionalsnorkie16-Jul-07 11:18 
GeneralRe: remove white spacing between letters in string Pin
monafr8116-Jul-07 22:13
monafr8116-Jul-07 22:13 
AnswerRe: remove white spacing between letters in string Pin
BoneSoft16-Jul-07 11:20
BoneSoft16-Jul-07 11:20 
GeneralRe: remove white spacing between letters in string Pin
monafr8116-Jul-07 22:11
monafr8116-Jul-07 22:11 
QuestionUser Control Default Properties? Pin
Chase Davis16-Jul-07 9:28
Chase Davis16-Jul-07 9:28 
AnswerRe: User Control Default Properties? Pin
Dave Kreskowiak16-Jul-07 10:15
mveDave Kreskowiak16-Jul-07 10:15 
GeneralRe: User Control Default Properties? Pin
Chase Davis17-Jul-07 6:01
Chase Davis17-Jul-07 6:01 
Questioncopying a file to a remote location Pin
waqas_2k16-Jul-07 9:00
waqas_2k16-Jul-07 9:00 
AnswerRe: copying a file to a remote location Pin
Dave Kreskowiak16-Jul-07 10:02
mveDave Kreskowiak16-Jul-07 10:02 
Questionabout research proposal Pin
s4_sabahatf16-Jul-07 8:40
s4_sabahatf16-Jul-07 8:40 
AnswerRe: about research proposal Pin
mav.northwind16-Jul-07 8:49
mav.northwind16-Jul-07 8:49 
AnswerRe: about research proposal Pin
Dave Kreskowiak16-Jul-07 8:50
mveDave Kreskowiak16-Jul-07 8:50 
JokeRe: about research proposal Pin
Paul Conrad16-Jul-07 12:31
professionalPaul Conrad16-Jul-07 12:31 
GeneralRe: about research proposal Pin
Dave Kreskowiak16-Jul-07 13:41
mveDave Kreskowiak16-Jul-07 13:41 
GeneralRe: about research proposal Pin
Paul Conrad16-Jul-07 13:51
professionalPaul Conrad16-Jul-07 13:51 
GeneralRe: about research proposal Pin
swjam16-Jul-07 14:34
swjam16-Jul-07 14:34 

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.