Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: dropdown to enum Pin
Alan N11-Apr-11 5:53
Alan N11-Apr-11 5:53 
QuestionHow to sync Data of 2 c# projects? Pin
akosidandan11-Apr-11 3:04
akosidandan11-Apr-11 3:04 
AnswerRe: How to sync Data of 2 c# projects? Pin
Wayne Gaylard11-Apr-11 3:11
professionalWayne Gaylard11-Apr-11 3:11 
GeneralRe: How to sync Data of 2 c# projects? Pin
akosidandan11-Apr-11 3:28
akosidandan11-Apr-11 3:28 
GeneralRe: How to sync Data of 2 c# projects? Pin
Wayne Gaylard11-Apr-11 3:36
professionalWayne Gaylard11-Apr-11 3:36 
GeneralRe: How to sync Data of 2 c# projects? Pin
akosidandan11-Apr-11 3:41
akosidandan11-Apr-11 3:41 
GeneralRe: How to sync Data of 2 c# projects? Pin
Wayne Gaylard11-Apr-11 3:52
professionalWayne Gaylard11-Apr-11 3:52 
QuestionNot able to see the dll which is registered successfully in cache Pin
meeram39511-Apr-11 1:44
meeram39511-Apr-11 1:44 
I have created a class library called TestCOM.dll and build the solution successfully and even though I created the application in different directory, I just copied the dll and put it in C:\Meeram395\TestCOM.dll

Inorder to register the dll, I use the following command
regasm TestCom.dll /tlb:TestCom.tlb /codebase TestCom

I got the message that the dll registered successfully. When I tested in assembly folder, I couldn't see the assembly. So I used the following command again to register:

gacutil /i testCOM.dll

I got the message that "Assembly registered successfully in cache".

But still I am not able to see the same in assembly folder. Not sure what's happening.
When I try to unregister, I am getting an error message assembly file not found. But then, why it is giving successful message initially? Should i do something else.

Thanks in advance,
meeram395.
Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

AnswerRe: Not able to see the dll which is registered successfully in cache PinPopular
Wayne Gaylard11-Apr-11 2:01
professionalWayne Gaylard11-Apr-11 2:01 
GeneralRe: Not able to see the dll which is registered successfully in cache Pin
meeram39511-Apr-11 2:13
meeram39511-Apr-11 2:13 
GeneralRe: Not able to see the dll which is registered successfully in cache Pin
meeram39511-Apr-11 2:16
meeram39511-Apr-11 2:16 
GeneralRe: Not able to see the dll which is registered successfully in cache Pin
Wayne Gaylard11-Apr-11 2:21
professionalWayne Gaylard11-Apr-11 2:21 
Questionread pst file and convert in Thunderbird,live [modified] Pin
situ2111-Apr-11 0:55
situ2111-Apr-11 0:55 
AnswerRe: read pst file and convert in Thunderbird,live Pin
Dave Kreskowiak11-Apr-11 1:13
mveDave Kreskowiak11-Apr-11 1:13 
GeneralRe: read pst file and convert in Thunderbird,live Pin
situ2111-Apr-11 2:06
situ2111-Apr-11 2:06 
GeneralRe: read pst file and convert in Thunderbird,live Pin
Dave Kreskowiak11-Apr-11 2:21
mveDave Kreskowiak11-Apr-11 2:21 
GeneralRe: read pst file and convert in Thunderbird,live Pin
Pete O'Hanlon11-Apr-11 2:38
mvePete O'Hanlon11-Apr-11 2:38 
GeneralRe: read pst file and convert in Thunderbird,live Pin
situ2111-Apr-11 3:00
situ2111-Apr-11 3:00 
GeneralRe: read pst file and convert in Thunderbird,live Pin
Pete O'Hanlon11-Apr-11 3:04
mvePete O'Hanlon11-Apr-11 3:04 
AnswerRe: read pst file and convert in Thunderbird,live Pin
Richard MacCutchan11-Apr-11 3:12
mveRichard MacCutchan11-Apr-11 3:12 
Questionfixed-Length formatting of String Pin
Ravi Sant10-Apr-11 20:14
Ravi Sant10-Apr-11 20:14 
AnswerRe: fixed-Length formatting of String Pin
Abhinav S10-Apr-11 20:20
Abhinav S10-Apr-11 20:20 
AnswerRe: fixed-Length formatting of String Pin
GlobX10-Apr-11 20:29
GlobX10-Apr-11 20:29 
AnswerRe: fixed-Length formatting of String Pin
OriginalGriff10-Apr-11 20:38
mveOriginalGriff10-Apr-11 20:38 
AnswerRe: fixed-Length formatting of String Pin
Rob Grainger10-Apr-11 23:53
Rob Grainger10-Apr-11 23:53 

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.