606 Posted Topics
Re: To be sure its not permissions use this at the top of filewatcher [PermissionSet(SecurityAction.Demand, Name="FullTrust")] also make sure dirinfo is a fully qualified path and one last thing, why pass in the array to dirselected when you are only trying to poll the first folder | |
Re: Definitely a permissions issue. When you say data dependency, do you mean database or file based? | |
Re: Or you could just go the easy route [code] string s= "sample"; s = "daniweb " + s; [/code] | |
Re: The inner join on tb4 will only pull records that are in tb3 and tb4. The query is also limiting tb2.language_code, so the query there is requiring every table to have the data regardless of the left join I don't necessarily understand what you mean by security row, but the … | |
Re: Try this solution. I have had the same issues with dev servers [url]http://blogs.sun.com/andreas/entry/no_more_unable_to_find[/url] | |
![]() | Re: you need to initialize n you can do this [code] int n = 0; [/code] ![]() |
The End.