Solved! Go to Solution.
<script type="text/javascript" src="../../arcgis_js_api/library/3.1/arcgis/?v=3.1"> </script>
dojoConfig = {
parseOnLoad: true,
// baseUrl:'./',
packages:[{name:'org/mymanatee',location:hostPath+'/js/org/mymanatee'},
{name:'agsjs',location:hostPath+'/agsjs'},
{name:'com/esri/solutions/jsviewer',location:hostPath+'/js/com/esri/solutions/jsviewer'},
{name:'com/studioat',location: hostPath+'/js/com/studioat'},
{name:'org/mymanatee/widgets',location:hostPath+'/js/org/mymanatee/widgets'},
{name:'org/mymanatee/common',location:hostPath+'/js/org/mymanatee/common'},
{name:'com/esri/solutions/jsviewer/widgets',location:hostPath+'/js/com/esri/solutions/jsviewer/widgets'}],
isDebug: false,
usePlainJson: true
};
worlds wierdest base url, but it works. thank you
baseUrl:'/arcgis_js_api/library/3.1/arcgis/js/dojo/dojo',
sorry i was brief, had been starting at the same code for 16 hours
it is wierd because my baseUrl isbaseUrl:'/arcgis_js_api/library/3.1/arcgis/js/dojo/dojo',