In win form project i use WebBrowser control. I assign DocumentText property to html file. in file i have link to Google Maps API's like this:
<script
type="text/javascript"
src="http://maps.googleapis.com/maps/api/js?key=****&sensor=false" />.
All works good . But after any time i got error:
Line: 99
Error: Unable to get property 'k' of undefined or null reference.
In my javascript code i don't use property 'k'. please help, what's the problem,I can't fix problem. In javascript code i use Google API's features.