Hi Glen, thanks! The files for the website are on the same box as IIS so that shouldn't be an issue there. Still, that's good to know for future reference. M is mapped to the website share on that server from my laptop, which is how I'm opening the site through Visual Web Dev. Would referencing the compiled Dll locally for the custom control take care of this issue?
On Oct 9, 4:47 pm, Glenn <[EMAIL PROTECTED]> wrote: > Your web site is running as a service. Windows services cannot access > mapped drives. If you are referencing the control through the use of a > mapped drive, change it to either a UNC path or a local drive path. > > ...Glenn > > On Thu, Oct 9, 2008 at 6:19 PM, Zac <[EMAIL PROTECTED]> wrote: > > > I've built my first Custom CompositeControl and it works great when > > viewed from a web page. Unfortunately, when I have the page opened up > > in Visual Web Developer, I'm getting the following error on the tag: > > > Error 1 Element 'RangePicker' is not a known element. This can > > occur > > if there is a compilation error in the Web site. M:\application > > \test.aspx 13 13 M:\application\ > > > M is a network drive, and I've tried various CasPol.exe strings, but > > that isn't working. I've gone over my names spaces and tag prefixes, > > and everything looks fine to my knowledge. The website builds fine in > > Visual Web Developer with no errors or warnings. RangePicker builds > > fine in Visual Studio 2008 with no errors or warnings, and as > > mentioned before displays fine when actually on a web page. Am I > > missing something? Oh yeah, unfortunately I'm running Vista32. This > > group hasn't let me down yet, and I know someone here knows the > > answer. :) > > > Thanks!!!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---
