Hot answers tagged resources
2
Not much info to go buy, but if you imported a custom web part to another SharePoint site, it will not work!
The reason is that the assembly behind the web part is not allowed to run on that site by the safe mode parser (SafeControls in web.config).
Try and install the web part solution in the new SharePoint solution and see if this solves the problem!
2
You can used Exchange Managed API for building the reservation system. I have developed the similar reservation system using SharePoint 2007 and Exchange Server 2010
You can add all you resources, rooms, projectors and book them very easily. You might need to fix some permissions on resources like FreeBusy information etc. etc.
How to configure the ...
1
I believe I have found it.
As of today 8 april 2013 this seems to be a bug with the current version of Visual Studio 2013 and SharePoint 2013 developer tools.
This link points to the original Connect discussion: here. All context match: attempt to use a resource in the .ascx file, empty g.cs file, error message...
Hello, I am running VS Ultimate 2012 ...
1
See there are several things to consider - if your web-part is designed for all (maybe almost) web applications in the server farm, deploy it in GAC. But if you know that the web-part is developed for one particular application why bother putting it into GAC? rather put it in bin. You also have the option of embedded resource, though very uncommon but that's ...
Only top voted, non community-wiki answers of a minimum length are eligible
