No-Touch Ent Lib

J

Jerry M

I am getting an error with no touch deployment using Enterpise Lib. in my
project.

The error is: Invalid section name. The section 'dataConfiguration' does
not exist in the requested configuration file myapp.exe.config or
machine.config. Make sure that the
'enterpriseLibarary.configurationSections' configuration sectino exists in
tone of the files and that th esection 'dataConfiguration' is defined'.

It is defined I just think it may not be copying down the
dataconfiguration.config file. Has anyone else run into this or have any
insight on how I would attack this.

Thanks for your help!

Jerry
 
J

Jeffrey Tan[MSFT]

Hi Jerry,

Thanks for your post.

I do not think this issue has much to do with .Net Windows Forms, and you
should get better help from dotnet.framework or dotnet.general newsgroup.

Anyway, there are several known issues with this, you can find the solution
to this problem in the feedback messages of the link below:
http://blog.hishambaz.com/archive/2005/01/29/194.aspx

Note: you may search "Invalid section name" to find the related messages

Hope this helps

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
J

Jerry M

Thanks for your help Jeff.

I moved the message to the dotnet.framework group and reposted there. FYI
the app works fine when ran locally it just fails when running via a browser
using no-touch depolyment.

Thanks Again,

Jerry
 
J

Jeffrey Tan[MSFT]

Hi Jerry,

Thanks for your feedback.

Yes, I see that you have pasted a new issue in dotnet.Framework newsgroup.
But, have you viewed the link I provided? Does the workarounds in that link
resolve your problem? Please feel free to tell me, thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
J

Jerry M

I checked out the link and it was directed more at people getting ent. lib.
up and running. My application works perfectly fine when distributed with
an install program. The problem I am having is that I would like to put
everything on a shared web site and run it via IE from there (no-touch
deployment).

When running the application from a url everything works fine as long and I
don't hit any data access code. As soon as I do I get the error mentioned
above.

Thanks,

Jerry
 
J

Jeffrey Tan[MSFT]

Hi Jerry,

Thanks for your feedback.

Yes, just as I stated in my first reply, you can search "Invalid section
name" in that link, there are some people in that link mett the same
problem as you. And you can refer the solution resolved their problem. Have
you tried that? Thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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