Designer throwing null error
I have a dll with a group of widgets embedded into it and I have embedded the designers and js files as well but I keep getting this error when I try to launch the designer to edit properties for a widget. I have the virtual path configuration setup and at this point I don't know where to go further.
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
|
|
Hi,
The error message is thrown because the virtual path is registered incorrectly (a mistake in the path or the resolver type
the virtual path should be registered like
Virtual Path: ~/mypath/*
Resource location: SitefinityWebApp (name of the assembly)
ResolverName: EmbeddedResourceResolver
), the application was not restarted after registering the virtual path (it is required to activate the virtual path) or the file that is loade trough virtual path doesn`t have its built action set to embedded resource (right click the file ->properties->Build action).
All the best,
Stanislav Velikov
the Telerik team
I am having the same issue with the exact same stack trace. I am setting up my local environment on a new computer and am getting this error every time that I try to open the local website. I tried to follow the instructions above, but they are a little vague. Where exactly do you change the build action for an entire solution?
Best