Tagged Questions
1
vote
1answer
25 views
Strange issue with feature activation
I'm having a problem while activating a feature. I have a custom dll that I referenced in this new project, and I'm trying to execute some code on the feature activation. The problem is that I get the ...
1
vote
2answers
497 views
SharePoint 2010: Saving file to local folder: Access Denied
in SharePoint 2010, I created a DLL that I deploy to the GAC. From this assembly, I try to save a file then access the file I just saved in a temporary location, such as C:\temp. Everytime I try to do ...
2
votes
1answer
1k views
SharePoint 2010 still looking for old version of solution assembly
We have a SharePoint 2010 solution developed in Visual Studio, which when deployed adds an assembly to the GAC (let's say MySolution.dll, version = 1.0.0.0).
We make some changes and redeploy the ...
2
votes
1answer
236 views
Assembly has no strong name though i added dll in advanced Package mode
I want to user Twitterizer for posting Status Updates through a WPF-Form. Since i need the Twitterizer2.dll to do this i first included it and then added it to the package using the advanced package ...