Hi Helmut,

There's an issue with content items in the root of an application not
getting deployed into the application when using MonoDevelop 2.6b3. One of
the work-arounds, that you have already found, is to put all content in a
folder so that it does not come from the root of the application.

You can always use MonoDevelop 2.6b2 to correctly package the app with the
content in the root of the application, you can download MonoDevelop 2.6b2
here - http://monodevelop.com/files/MacOSX/releases/MonoDevelop-2.6.b2.dmg

Hope this helps,

ChrisNTR

On Wed, Aug 10, 2011 at 11:10 AM, helusoft <[email protected]>wrote:

> No, there is no IsDir Parameter.
> I tried the following
>
>   string filename = NSBundle.MainBundle.BundlePath + "/Anleitung.html";
>   Stream s = new FileStream(filename,FileMode.Open,FileAccess.Read);
>
> => Error: File not Found
>
> When i have a look on the package, i see, there is no file (with
> Build-Action "Content"). Only in Folders.
>
> so i created a new Folder "Dokumente" and copied the file to this folder
> and
> all works fine and i see the content of the file in my webview.
>
> This problem is new to me.
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/No-Content-in-UIWebView-from-Local-File-tp3731667p3732485.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
>



-- 
ChrisNTR
Microsoft ASPInsider
http://weblogs.asp.net/chrishardy
http://twitter.com/chrisntr
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to