473,770 Members | 2,136 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with registering Vb Dll

I need to register a Vb DLL under restricted acess privilages
please provide me a solution

Regards and thanks
Nov 20 '05 #1
23 1234
* "Catherine Jones" <no*@moreply.co m> scripsit:
I need to register a Vb DLL under restricted acess privilages
please provide me a solution


Please include only groups to your posts which are related to the topic!

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #2
is your middle name Zeta, by any chance?
"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:uC******** ******@TK2MSFTN GP11.phx.gbl...
* "Catherine Jones" <no*@moreply.co m> scripsit:
I need to register a Vb DLL under restricted acess privilages
please provide me a solution


Please include only groups to your posts which are related to the topic!

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #3
"Jose Caliente" <jc@noble.net > schrieb
is your middle name Zeta, by any chance?


Herfried K. Zeta Wagner??

;-)
--
Armin

Nov 20 '05 #4
I was asking Catherine Jones

:)
"Armin Zingler" <az*******@free net.de> wrote in message
news:e0******** ******@TK2MSFTN GP09.phx.gbl...
"Jose Caliente" <jc@noble.net > schrieb
is your middle name Zeta, by any chance?


Herfried K. Zeta Wagner??

;-)
--
Armin

Nov 20 '05 #5
* "Armin Zingler" <az*******@free net.de> scripsit:
"Jose Caliente" <jc@noble.net > schrieb
is your middle name Zeta, by any chance?


Herfried K. Zeta Wagner??

;-)


ROTFL

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #6
* "Jose Caliente" <jc@noble.net > scripsit:
is your middle name Zeta, by any chance?


No, not mine...

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #7
Don't mind these guys LMAO
There is some solutions, I'll leave it up to you to decide which is better
or not...

1) pay $$$ to Desiware and export the functions out of the VB6/.NET DLL's
and use API declerations to call the DLL's, no Registration needed.
2) Rewrite the DLL's in C++, exporting the functions and calling them using
API declerations.
3) {Not recommended, but hey, sometimes...} If you are under a domained
environemnt, allow the users access to the registry, or certian keys, then
the issue goes away.
4) Rewrite the DLL's in VB.NET, no registration needed.

Otherwise, you can ask these guys, I've been banging my head against the
walls over this one for some time, and #3 is my solution, but in-process on
#4.

HTH
Sueffel

"Catherine Jones" <no*@moreply.co m> wrote in message
news:OO******** ******@TK2MSFTN GP10.phx.gbl...
I need to register a Vb DLL under restricted acess privilages
please provide me a solution

Regards and thanks

Nov 20 '05 #8
"Catherine Jones" <no*@moreply.co m> wrote in message <news:OO******* *******@TK2MSFT NGP10.phx.gbl>. ..
I need to register a Vb DLL under restricted acess privilages
please provide me a solution


This sounds like an organizational problem. In effect, you've been
required to run a marathon, but you must wear dancing clogs instead
of running shoes. You won't even be able to properly update the VB
run-times, and God help you if you need to install MDAC, MSDE, or
Jet!

--
Joe Foster <mailto:jlfoste r%40znet.com> Sign the Check! <http://www.xenu.net/>
WARNING: I cannot be held responsible for the above They're coming to
because my cats have apparently learned to type. take me away, ha ha!
Nov 20 '05 #9
But ultimately, Joe Foster is correct. This is an organizational /
administrative problem. As such, this will require an organizational /
administrative solution. Setting up such a scenario and then asking your
development department to solve it is foolhardy IMO. Some of what you
propose is cumbersome at best and changes the whole strategy of VB6/ActiveX
development. How are you going to deploy user controls? Third party DLLs? At
worst, some of what you propose is not even possible, if write access is
restricted to the user login.

If domain administration is going to take control of user workstations in
this manner, then they need to take control of software deployments as well.
This means developers need to release MSI installs and domain admins need to
set up group policies to push these products out to the users' workstation.

- Joe Geretz -

"Sueffel" <so*****@somewh ere.com> wrote in message
news:ub******** ******@TK2MSFTN GP10.phx.gbl...
Don't mind these guys LMAO
There is some solutions, I'll leave it up to you to decide which is better
or not...

1) pay $$$ to Desiware and export the functions out of the VB6/.NET DLL's
and use API declerations to call the DLL's, no Registration needed.
2) Rewrite the DLL's in C++, exporting the functions and calling them using API declerations.
3) {Not recommended, but hey, sometimes...} If you are under a domained
environemnt, allow the users access to the registry, or certian keys, then
the issue goes away.
4) Rewrite the DLL's in VB.NET, no registration needed.

Otherwise, you can ask these guys, I've been banging my head against the
walls over this one for some time, and #3 is my solution, but in-process on #4.

HTH
Sueffel

"Catherine Jones" <no*@moreply.co m> wrote in message
news:OO******** ******@TK2MSFTN GP10.phx.gbl...
I need to register a Vb DLL under restricted acess privilages
please provide me a solution

Regards and thanks


Nov 20 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
15075
by: Stangonline.com | last post by:
Ok, im familiar with typical troubleshooting of this type on problem, but I do not do any programming myself. Im hoping you guys can help me with an install problem that I am having. I have an application that fails to register 2 .ocx files during installation. The OS is Windows Server 2003 running as a terminal server. I have since tried to install the same application in Windows 2000 Terminal server and it worked fine. SO im...
16
1847
by: Catherine Jones | last post by:
I need to register a Vb DLL under restricted acess privilages please provide me a solution Regards and thanks
1
1618
by: Kelly G. | last post by:
I need to register a Vb DLL under restricted acess privilages please provide me a solution. Here is the complete issue: I building a MSI using Vs.net ,One of the Dll's is Vb Component ( A shim component basically) , Our application has to install both with Administrative privialges and restricted user privilages . The actual problem is that of registering this dll ,Since it tries to register under Hkey_local_machine ,But under...
6
7936
by: harry | last post by:
Hi, I have a program that runs on multiple client pc's. Occasionally one or more of those pc's use VPN to connect to another corporate network. When using VPN they need to set proxy server in Internet Explorer connection settings (proxy:8080). However, as soon as this setting is enabled, the remoting program running on their pc stops communicating with the server it sends data to. I've disabled proxy setting on the affected pc, rebooted...
4
1104
by: Colin | last post by:
Hi there, Can anyone tell me what is wrong with my VS.NET? Recently I am trying to create a new Web project by the VS.NET 2003 in the win2000 prof, however I get a message say:"VS.NET has detect that the specified Web server is not running ASP.NET version1.1. You will be unable to run ASP.NET Web applications." I have done following to try to get rid this problem. 1) remove the framework 2.0 beta from Window "Add/remove programs" and...
0
265
by: rakesh_nits | last post by:
Hi All, I want to add a contextual menu item when the user drag and drop any folder or file using right mouse button from local folder to a shared web folder or vice a versa.how can i achieve this and which interface i have to implement and where in registry i have to register it.using icontextmenu and ishellextinit interface and registering them for HKCR\Folder\shellex\dragdrophandlers and HKCR\Directory\shellex\dragdrophandlers works...
0
1345
by: unknown; | last post by:
hi i've got a problem about howto register a COM in a Visual Studio 2005 setup-project. this is the situation: i've got a project (unmanaged C++ ATL that will generate a COM dll as result). my second project is written in Visual Basic.NET (2005). When I compile my COM project i see in the log that it will be registered. When i start my second project it can use the registerd
2
1617
by: styliek | last post by:
I know this might not be the right place for a sql problem but as im writhing in php I thought someone might be able to help. Im creating a registering page, where the scripts should first check if the business name exists or not, if it doesnt exist it should bring the user to a page to create the business details. If the business name already exists it should check if it has been activated already, again if it has been activated it will...
1
2475
by: WT | last post by:
Hello, My code is using a class inherited from TextWriterTraceLister, creating a new object on Application_Start and inserting it in the listeners collection. This has run for years,but on a new 2003 server with all last fixes, I am unable to get a trace, it seems that our code is not called, no trace file is writen on disk. trying a remote debug with vs2005, we step in Application_Start after changing web.config, and then it start...
4
3169
by: Dave Burns | last post by:
I am self hosting a Web Service in a Windows service. I am trying to start the service using the NT AUTHORITY\NetworkService account. I get a NullReferenceException on ServiceHost.Open() in the ServiceBase.OnStart() method. SCM throws a 1067 error as well. I get the same problem with NT AUTHORITY\LocalService. When I use the LocalSystem account, my domain account, or another regular user account, the windows service starts just fine.
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10101
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.