Please help me friends...

G

Guest

Hello,

Actually, I have problem with installing software in vista,
At first this installation request to access to registry, and i face to
below error message:

Error performing installer tasks - System.Security.SecurityException:
Requested registry access is not allowed.
at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)
at Microsoft.win32.RegistryKey.OpenSubKey(String name, Boolean Writable)
at VBLibraries.Common.LicenseManager.RegistryKeyExist(RegistryKey Group,
String Section)
at ORION_V2._0.Install(IDictionary stateSaver)
The Zone of the assembly taht failed was:
MyComputer


*ORION_V2._0 is name of my software.
Then I have solved this problem,
But now I have below new error message:

Error performing installer task -
System.Runtime.InteropServices.COMException (0x80005000): Unknown
error(0x80005000)
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_IsContainer()
at
System.DirectoryServices.DirectoryEntries.ChildEnumerator..ctor(DirectoryEntry container)
at System.DirectoryServices.DirectoryEntries.GetEnumerator()
at
VBLibraries.Common.DirectoryServices.DirectoryServicesManager.CreateVirtualDirectory(String WebSite, String AppName, String Path)
at ORION_v2._0.Install(IDictionary stateSaver)


I looking forwards to hear from you,
Appreciate your consideration.
 
D

Don

Farhad said:
Hello,

Actually, I have problem with installing software in vista,
At first this installation request to access to registry, and i face to
below error message:

Error performing installer tasks - System.Security.SecurityException:
Requested registry access is not allowed...
*ORION_V2._0 is name of my software...

My guess is that orion is not yet compatible with Vista. I used google
to search for orion and I got too many responses for me to tell what
your software does. Does the maker of orion say that it should work
with Vista?
Then I have solved this problem...

Please tell us how you solved it!
 
M

Malke

Farhad said:
Acctually ORION_V2._0 is the Off-line plant information management system for
performance monitoring system, you can check out the link below to get to
know about ORION:

http://www.mpgtech.com/voyager.html

Appreciate your consideration,

I can't imagine why you wouldn't have contacted MPG Technologies first
with this question. This is very specific software for a very specific
usage. Contact them to see if their software is compatible with Vista.

http://www.mpgtech.com/contacts.html



Malke
 
G

Guest

I'm working in MPG and they told me, I should solve this problem for them,
and make their software compatible with vista, I should find the solution if
there is any solution for this error.
 
M

Malke

Farhad said:
I'm working in MPG and they told me, I should solve this problem for them,
and make their software compatible with vista, I should find the solution if
there is any solution for this error.

You must be kidding. You work for the company and they told you to ask a
peer-to-peer newsgroup for help instead of sitting down and rewriting
the code?

I'm sure there is a wealth of information about writing programs that
will work on Vista aimed at programmers. Start with MSDN.


Malke
 
G

Guest

Actually company developers have developed this software by Visual
Studio2005, and they said because Visual Studio2005 is compatible with vista
our software also should be compatible, what is your sugestion?
By the way, this software has to kind of installation, one is the Server
side second is the Client side, once i want to install the client side it
gave me the below error message:

Retrieving the COM class factory for component with
CLSID{10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following
error: 80040154.

Appreciate your consideration.
--
Best Regards,
Farhad.




Richard G. Harper said:
If the software maker doesn't want to update their software, there isn't
much we can do for you about it. Sorry.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website - http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm
 
S

Seth

Farhad said:
Actually company developers have developed this software by Visual
Studio2005, and they said because Visual Studio2005 is compatible with
vista
our software also should be compatible, what is your sugestion?
By the way, this software has to kind of installation, one is the Server
side second is the Client side, once i want to install the client side it
gave me the below error message:

Yes, VS2005 with a service pack (forget which one) is compatible with Vista.
But that still doesn't take the repsonsibility of making sure the app
written in VS2005 is Vista compliant away form the developers. I can write
an app in WBASIC that will or won't work on a Vista machine. Same for any
other language.
 
M

Malke

Farhad said:
Actually company developers have developed this software by Visual
Studio2005, and they said because Visual Studio2005 is compatible with vista
our software also should be compatible, what is your sugestion?
By the way, this software has to kind of installation, one is the Server
side second is the Client side, once i want to install the client side it
gave me the below error message:

Retrieving the COM class factory for component with
CLSID{10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following
error: 80040154.

Appreciate your consideration.

My suggestion is what it was before - post to a Vista developers'
newsgroup or a Visual Studio developers' group or tell your developers
that your application isn't working and they need to stop being lazy and
figure it out.


Malke
 
H

Holly

Hello Farhad!!

Would you please tell me (and others) how you solved the first problem ?? !

Could be, that I?m facing the same or a similar situation ... :)

Thank you for your help!! :)

With kind regards!
Holly
Hello,

Actually, I have problem with installing software in vista,
At first this installation request to access to registry, and i face to
below error message:

Error performing installer tasks - System.Security.SecurityException:
Requested registry access is not allowed.
at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)
at Microsoft.win32.RegistryKey.OpenSubKey(String name, Boolean Writable)
at VBLibraries.Common.LicenseManager.RegistryKeyExist(RegistryKey Group,
String Section)
at ORION_V2._0.Install(IDictionary stateSaver)
The Zone of the assembly taht failed was:
MyComputer


*ORION_V2._0 is name of my software.
Then I have solved this problem,
But now I have below new error message:

Error performing installer task -
System.Runtime.InteropServices.COMException (0x80005000): Unknown
error(0x80005000)
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_IsContainer()
at
System.DirectoryServices.DirectoryEntries.ChildEnumerator..ctor(DirectoryEntry container)
at System.DirectoryServices.DirectoryEntries.GetEnumerator()
at
VBLibraries.Common.DirectoryServices.DirectoryServicesManager.CreateVirtualDirectory(String WebSite, String AppName, String Path)
at ORION_v2._0.Install(IDictionary stateSaver)


I looking forwards to hear from you,
Appreciate your consideration.
--
Best Regards,
Farhad.
My guess is that orion is not yet compatible with Vista. I used google
to search for orion and I got too many responses for me to tell what
your software does. Does the maker of orion say that it should work
with Vista?


Please tell us how you solved it!
On Wednesday, June 27, 2007 5:22 AM Richard G. Harper wrote:
If the software maker doesn't want to update their software, there isn't
much we can do for you about it. Sorry.

--
Richard G. Harper [MVP Shell/User] (e-mail address removed)
* NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website - http://rgharper.mvps.org/
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


news:[email protected]...
 
J

John Turco

Holly said:
Hello Farhad!!

Would you please tell me (and others) how you solved the first problem ?? !

Could be, that I?m facing the same or a similar situation ... :)

Thank you for your help!! :)

With kind regards!
Holly

<edited for brevity>

Uh, Holly...did you notice the >date< (above) of the post that you replied
to? (It's nearly four years old!)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top