hi, i managed to solve both of the problems,
AfzalHassen wrote:
however, for the most part all sub projects of the solution load correclty, but when i attemp to build the solution, i get the following errors from my web.config file: buildProviders add extension=".rdlc" type="Microsoft.Reporting.WebForms.RdlBuildProvider,Microsoft.ReportViewer.WebForms,Version=8.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" appliesTo="All" buildProviders the appliesTo attribute gives me an error "Unrecognized attribute'appliesTo'" for which i'm not sure how to resolve..THIS I SIMPLY REMOVED FROM THE WEB.CONFIG and controls add src="Folder/Folder/Control.ascx" tagName="MyControl" tagPrefix="custom"> add src="Folder/Folder/Control02.ascx" tagName="MyControl02" tagPrefix="custom" controls the error messgae i get here is:" The relative virtual path '**~/**Folder/Folder/Control.ascx' is not allowed here."THIS I ADDED THE tildo'~/' to the begining
AfzalHassen wrote:
and in the designer.cs files for some of my Typed DataSets.. i get the follwing error message: "'System.Nullable' does not contain a definition for 'FromObject'" the code the gets highlighted when i double click is the auto-generated code that Beta2 created when i double-click the error is : return System.Nullable.FromObject(null); FOR THIS A FOUND OUT I NEEDED TO RUN THE CUSTOM TOOL FOR THE DATASETCODEGENERATOR
hopefull this will some other lost soul like me :) Afzal "AV-E" Hassen