Allow projects to be created in VB.Net too.
Id #4923 | Release:
None
| Updated: Feb 14 at 1:35 AM by bphillips76 | Created: Sep 16, 2009 at 8:19 PM by bphillips76
We have code behind in templatefiles\controltemplates, but they are excluded from the manifest.xml, solution.ddf and from the cab file. How is code-behind supported if the *.cs files are excluded?
Id #4906 | Release:
None
| Updated: Feb 14 at 1:35 AM by JamesEllis | Created: Sep 14, 2009 at 9:58 PM by JamesEllis
Seems there is a bug there.. When i add <ApplicationResourceFiles> in the manifest.xml stsdev removes the lines when it builds.. looks like i have to build the project manually to get it to work.
Id #4773 | Release:
None
| Updated: Feb 14 at 1:35 AM by kungmidas | Created: Aug 14, 2009 at 4:29 PM by bphillips76
I've had two cases where the public key token for the feature receiver in feature.xml file is not generated correctly. The first time I was getting an error upon solution deployment that it couldn'...
Id #4751 | Release:
None
| Updated: Jun 14 at 8:02 AM by bphillips76 | Created: Aug 12, 2009 at 10:14 PM by royhiggs
If the file size of the WSP is too big then STSDEV won't package everything up into the WSP file. See this blog for more info:
http://blogs.pointbridge.com/Blogs/monnette_jeff/Pages/Post.aspx?_ID=8
Id #4102 | Release:
None
| Updated: Jun 14 at 8:02 AM by bphillips76 | Created: May 27, 2009 at 9:22 PM by royhiggs
The double foreach parsing the <SafeControls> elements in LoadSolutionConfig() does not check what they tries to parse. This is ok but the problem is if someone puts a comment (for example, removin...
Id #3919 | Release:
None
| Updated: Feb 14 at 1:35 AM by kungmidas | Created: Mar 16, 2009 at 9:55 AM by kungmidas
It would be nice to add Projects to an existing Solution. Now, every time I create a WSP Deployment Pit is automatically placed inside a new Solution with the Project Name equal to the Solution Nam...
Id #3796 | Release:
None
| Updated: Feb 14 at 1:35 AM by carlcom | Created: Feb 10, 2009 at 9:34 AM by benzhi
If you download the code from nov 2008, you run into a lot of issues, you don't run into, when you build from latest release build files. The reason i use the november files is, there a certain fix...
Id #3787 | Release:
None
| Updated: Jun 14 at 8:02 AM by bphillips76 | Created: Feb 9, 2009 at 9:15 AM by benzhi
The following chunkof code gets called in Manifestbuilder.cs:
foreach (string folder in Directory.GetDirectories(path)) {
writer.WriteComment("Examining directory " + folder);
if (!fo...
Id #3764 | Release:
None
| Updated: Feb 14 at 1:35 AM by hashtekar | Created: Feb 6, 2009 at 11:30 AM by niklassaers
In the DebugRedeploy, DebugRetract can sometimes create a timer job. Therefore, adding the following line after this line will make DebugDelete on the following line work:
<Exec Command="$(STSADM...
Id #3763 | Release:
None
| Updated: Feb 14 at 1:35 AM by niklassaers | Created: Feb 6, 2009 at 11:27 AM by niklassaers