This is a migrated thread and some comments may be shown as answers.

CAB Kit Fails Build

2 Answers 130 Views
CAB Enabling Kit
This is a migrated thread and some comments may be shown as answers.
spinozagl
Top achievements
Rank 1
spinozagl asked on 01 Nov 2007, 09:31 PM
This is great that Telerik is working on a CAB kit. When you try to build the solution in VS 2005, it lists several files that are missing from the download. Am I missing something? The application runs fine if started from shell.exe in the bin folder

Error    1    Source file 'C:\learning\TelerikCAB\FinanceApplicationCAB\Source\Infrastructure\Infrastructure.Library\Services\XmlStreamDependentModuleEnumerator.cs' could not be opened ('The system cannot find the file specified. ')    Infrastructure.Library

Error    2    Source file 'C:\learning\TelerikCAB\FinanceApplicationCAB\Source\Infrastructure\Infrastructure.Library\Services\WebServiceCatalogModuleInfoStore.cs' could not be opened ('The system cannot find the file specified. ')    Infrastructure.Library

Error    3    Unable to create a manifest resource name for "Views\StockDetailsView\StockItemDetailsControl.resx". Could not find file 'C:\learning\TelerikCAB\FinanceApplicationCAB\Source\Infrastructure\Infrastructure.Module\Views\StockDetailsView\StockItemDetailsControl.cs'.    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CSharp.targets    63    9    Infrastructure.Module

Error    4    Unable to create a manifest resource name for "Views\StockPortfolioView\StockPortfolioTreeView.resx". Could not find file 'C:\learning\TelerikCAB\FinanceApplicationCAB\Source\Infrastructure\Infrastructure.Module\Views\StockPortfolioView\StockPortfolioTreeView.cs'.    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CSharp.targets    63    9    Infrastructure.Module


Error    5    Unable to create a manifest resource name for "Views\StockPortfolioView\StockPortfolioView.resx". Could not find file 'C:\learning\TelerikCAB\FinanceApplicationCAB\Source\Infrastructure\Infrastructure.Module\Views\StockPortfolioView\StockPortfolioView.cs'.    C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.CSharp.targets    63    9    Infrastructure.Module




2 Answers, 1 is accepted

Sort by
0
Jordan
Telerik team
answered on 02 Nov 2007, 08:47 AM
Hi Shailesh Mark,

I suppose that you are experiencing the "long file path" issue. Windows imposes a limitation on the maximum length of a path - 260 symbols. The CAB Kit generates a directory structure consisting of many long folder names. The length of the names of the folders, combined with the length of the names of the folders preceding the location where you have it installed, probably end up exceeding the limit.

Try extracting the .zip file in a place with a shorter path (for example C:\).

Hope that helps.

Best wishes,
Jordan
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
spinozagl
Top achievements
Rank 1
answered on 02 Nov 2007, 09:51 PM
Exactly Right. It is resolved now. Thanks very much.
Tags
CAB Enabling Kit
Asked by
spinozagl
Top achievements
Rank 1
Answers by
Jordan
Telerik team
spinozagl
Top achievements
Rank 1
Share this question
or