Hi
I m using
microsoft application blocks Enterprise Library june 2005 with .net
framework 1.1 and VStudio2003 And C# as coding language
Sql server 2000 database
the project is running properly on the localhost server
but my online server does not have the ms Ent lib installed and also
de\oes not have visual studio that simply a .net 1.1 installed on that.
That means the windows services that the MS entLIb 2005 requires are not
installed on the server. SO the project is giving error and not
connecting to the database.
*SO how can i use MS ent Lib without installing the services on the
server and Simply refering the dll's provided with MS entLib.
Plz Help me
Mukesh Kumar Agarwal
Mukesh@.efextra.com
Delhi, India
*Hi,
My understanding of your issue is:
Your application used Microsoft application blocks Enterprise Library with
Net framework 1.1. However when you deployed your application at your
production environment, the application failed to run due to no libraries
installed on that server.
You want to know how you can use MS Ent Lib without installing the services
on the server.
If I have misunderstood, please let me know.
Since this is a .NET development issue, I'm afraid that you may have a new
post at .NET public community for best support.
According to my experiences, you can find the assembly reference path at
your local server and copy the assemblies to your application path; then
try re-referencing them from the local application path.
Also, you can make a installation project by VS.NET so that you can install
all related components on other computers.
For how to make an setup project with .NET, you can refer to:
http://msdn.microsoft.com/library/d...-us/vsintro7/ht
ml/vbtskCreatingOrAddingSetupProject.asp
If you have any other questions or concerns, please feel free to let me
know. It's my pleasure to be of assistance.
Sincerely,
Charles Wang
Microsoft Online Community Support
========================================
==============
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
========================================
==============
This posting is provided "AS IS" with no warranties, and confers no rights.
========================================
==============|||Hi Mukesh,
I see community member "sloan" already replied you in newsgroup
microsoft.public.dotnet.languages.csharp which I think should be useful to
your question. Would you please check it there and tell us whether or not
you need further information? I'll be glad to follow up if you have other
questions.
By the way, there's no need to cross-post in multiple newsgroups. Most of
the newsgroups are managed and monitored by our team.
Regards,
Walter Wang (wawang@.online.microsoft.com, remove 'online.')
Microsoft Online Community Support
========================================
==========
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.|||The only thing you need to do to get Ent Lib working on a server is run
installutil on all the ent lib DLLs in order to register the event logs,
performance counters and WMI sinks associated with them.
There are no services (if by that you mean a Windows service) in Ent Lib.
Your code should just be referencing and using the DLLs.
Joe K.
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Mukesh" <efextra@.newsgroups.nospam> wrote in message
news:4524EEDD.1060600@.newsgroups.nospam...
> Hi
> I m using
> microsoft application blocks Enterprise Library june 2005 with .net
> framework 1.1 and VStudio2003 And C# as coding language
> Sql server 2000 database
> the project is running properly on the localhost server
> but my online server does not have the ms Ent lib installed and also
> de\oes not have visual studio that simply a .net 1.1 installed on that.
> That means the windows services that the MS entLIb 2005 requires are not
> installed on the server. SO the project is giving error and not connecting
> to the database.
> *SO how can i use MS ent Lib without installing the services on the server
> and Simply refering the dll's provided with MS entLib.
> Plz Help me
> Mukesh Kumar Agarwal
> Mukesh@.efextra.com Delhi, India
> *
Monday, March 12, 2012
how to use microsoft application blocks ent lib june 2005
Labels:
application,
blocks,
coding,
database,
ent,
enterprise,
hii,
languagesql,
lib,
library,
microsoft,
mysql,
netframework,
oracle,
server,
sql,
usingmicrosoft,
vstudio2003
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment