Crystal Report ''Load report failed"
-
Hey guys i have an issue need help or solution string ReportName = "ShareOfBox.rpt"; string ReportPath = Server.MapPath(ReportName); DSSOBReport.Load(ReportPath); I have tried given permission and all the but i still have this error "Error in File C:\WINDOWS\TEMP\ShareOfBox {1FE83225-94B4-4116-8BEF-C2B22B46A298}.rpt: Access to report file denied. Another program may be using it. " Please Advise and thanks a million
KaKaShi HaTaKe
-
Hey guys i have an issue need help or solution string ReportName = "ShareOfBox.rpt"; string ReportPath = Server.MapPath(ReportName); DSSOBReport.Load(ReportPath); I have tried given permission and all the but i still have this error "Error in File C:\WINDOWS\TEMP\ShareOfBox {1FE83225-94B4-4116-8BEF-C2B22B46A298}.rpt: Access to report file denied. Another program may be using it. " Please Advise and thanks a million
KaKaShi HaTaKe
Do you have it open in another program ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Do you have it open in another program ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
No bro that's the problem!! i am dealing in WS2003
KaKaShi HaTaKe
-
Hey guys i have an issue need help or solution string ReportName = "ShareOfBox.rpt"; string ReportPath = Server.MapPath(ReportName); DSSOBReport.Load(ReportPath); I have tried given permission and all the but i still have this error "Error in File C:\WINDOWS\TEMP\ShareOfBox {1FE83225-94B4-4116-8BEF-C2B22B46A298}.rpt: Access to report file denied. Another program may be using it. " Please Advise and thanks a million
KaKaShi HaTaKe
Why, if you're trying to map to the server path, is the error in the temp directory ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Why, if you're trying to map to the server path, is the error in the temp directory ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
my rpt file in not the temp folder is in the web folder however by default it will go create in C:\temp i read a few article about the issue they indidcate that CRY report will create in temp all i have to do is to set permission but it did work for mi
KaKaShi HaTaKe