1 Replies - 1094 Views - Last Post: 05 April 2009 - 07:14 AM Rate Topic: -----

#1 sachin635  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 26
  • Joined: 10-September 08

Doesn't show any effect by registering a visual Studio 2008 C# Exp

Posted 05 April 2009 - 05:42 AM

I had made an application using Microsoft Visual C# 2008 Express Edition such that I had obtained obtained a "dll".
If I register the dll using Visual Studio 2008 Command Prompt, it works perfectly, but, If I register using windows command prompt, the dll gets registered, but that effects had not been made. are there any issues in registering the Express Edition's DLL through normal command prompt.
If there are any, let me know?
I want this to be made because my application should work perfectly eventhough if .Net framework is not present also.
Plz help...

As windows command prompt does not execute "regasm" commmand, I was Intially including "Regasm.exe" in the environment variable's path variable, such that my dll gets registered through the instruction regasm /codebase "Mydll.dll" through windows command prompt.

It gets successfully registered, but it doesn't show any effect what it is really meant for?

How can I achieve this?

Is This A Good Question/Topic? 0
  • +

Replies To: Doesn't show any effect by registering a visual Studio 2008 C# Exp

#2 sachin635  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 26
  • Joined: 10-September 08

Re: Doesn't show any effect by registering a visual Studio 2008 C# Exp

Posted 05 April 2009 - 07:14 AM

My dll is created though an application of BHO.
Earlier I use to register the dll using Visual Studio 2008 Command Prompt, dll gets injected on browser (IE), and the browser's information had been given in a log file.

But when I had registered the dll using C:\WINDOWS\system32\cmd.exe , here also dll gets injected on browser, but I can't get the browser Information in a log file.

What may be error? Is .Net frame should compulsarly needed for this?
what was the problem causing this?
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1