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
Bharani Reddy
NA
1
2.2k
Wpf Web Browser unable to access the embedded .js file.
Mar 4 2015 12:19 AM
Hi,
I have a simple wpf application in which I am using web browser to open a html file.html file is embedded resource and html file has some .js files included at the header.Those .js files are also embedded resource.The problem is that when I open that html file,html file is getting opened but throughing javascript error for that .js files..
here is the code I used for browser navigation :
MainBrowser.NavigateToStream(System.Reflection.Assembly.GetEntryAssembly().GetManifestResourceStream("WpfWebBrowserSample.ProductQtyByYear.html"));
Code for including .js files in html
<script src="jquery.min.js" type="text/javascript"></script>
Kindly help me in solving this issue.
Thanks in advance.
Reply
Answers (
0
)
[WPF] Refresh item on datagrid after update on DB
How to design attractive UI with WPF