TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tejaswini Prashant J
NA
114
0
Getting error => The CodeDom provider type "Microsoft.CSharp.CSharp3CodeProvider, CSharp3CodeDomProvider" could not be located.
Jun 9 2009 6:56 AM
Hi,
I am using a linqClass in my application. when i run my application it shows the proper output. But when i replace localhost:portnumber with my ipaddress in the url and run the application again it gives me this error -->
The CodeDom provider type "Microsoft.CSharp.CSharp3CodeProvider, CSharp3CodeDomProvider" could not be located.
My web.config settings are
<connectionStrings>
<add name="LinqChat" connectionString="server=Myip;database=databasename;uid=uid;password=pwd" />
</connectionStrings>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharp3CodeProvider, CSharp3CodeDomProvider"/>
</compilers>
I have also added refrence of CSharp3CodeDomProvider in my application's bin .
still getting the error =>
The CodeDom provider type "Microsoft.CSharp.CSharp3CodeProvider, CSharp3CodeDomProvider" could not be located.
Can anybody help me out?
Reply
Answers (
0
)
How to highlight a search text in a text file using c# windows?
How to read UNREAD mails from mail server through .netcode???