|
1.3 - GenWise IDE Topic updated 29-10-2008 |
|
GenWise Resource Support Although it was possible to add certain "files" as embedded resources it was not possible to add icons/images/strings Please read this related topics : GenWise Resources MsBuild Template
Important note: For using GenWise Resource feature you need to have a .NET SDK installed. (resgen.exe needs to be located/accessible). Download for .NET SDK
Synchronize source command was not visible in release mode.
DbProjects (new Commands) In order to simplify new DbProject Templates , we have added 2 new Commands to the project menu options.
Work Connected ERS#596 + ERS#3985 : The command Work Connected checks again if it can connect to the database and changes it’s status TAR (Template Assembly Register) Now it's 3x faster to load + shows some progress information.
GAC Browser
"Building failed with exception: API restriction: The assembly 'file:///C:\WINDOWS\assembly\GAC_MSIL\<AssemblyName>.dll' has already loaded from a different location. It cannot be loaded from a new location withing the same appdomain."
ClassBuilder
Browse Data
SQL Server Provider.
Web Form Designer
ASP.NET Templates
Source Editor
Other
DataSource Template: (New)Query String Support
case DataSourceTemplateSymbols.FiltersItem.FilterTypeEnum.QueryString: filter.PropertyName = pFilter.FilterProperty.Name;
filter.PropertyType = pFilter.FilterProperty.PropertyType;
if (pFilter.FilterValue.StartsWith("@")) filter.PropertyValue = pFilter.FilterValue.Substring(1); else filter.PropertyValue = U.GetParseExpression(pFilter.FilterProperty.PropertyType, U.Quote(pFilter.FilterValue));
filter.SearchType = filter.GetSearchType(pFilter.SearchType.ToString()); filter.CaseSensitive = pFilter.CaseSensitive; break;
|