Page 1 of 1
error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs' cou
Posted: Wed Jun 05, 2013 1:47 pm
by AbdulAleem
Hi,
I have deployed stimulsoft web reports in a 64 bit server I have received the following error.
C:\WINDOWS\TEMP\dnjgoekp.o.cs could not be found error : No inputs specified
the i updated in pageload the following code Stimulsoft.Report.StiOptions.Engine.FullTrust = false;
After the update I have received the following error
error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs' could not be founderror : No inputs specified
How can I resolve this,All my reports are not working now.
Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'
Posted: Thu Jun 06, 2013 1:10 pm
by HighAley
Hello.
To solve a problem rapidly we need the following information from you:
* Product name and its version;
* Detailed description of the problem and how to reproduce it;
* Your operational system (98, ME, 2000, XP, Vista or NT), its version and localization, installed service-packs;
* Version the of Microsoft .Net Framework package installed and its localization;
* Name of your development framework and its version;
* Additional information that can help us to solve your problem.
Thank you.
Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'
Posted: Sun Jun 09, 2013 11:35 am
by AbdulAleem
* Product name and its version;
Stimulsoft.Report.Web and Version 2009.3.509.0
* Detailed description of the problem and how to reproduce it;
Pls see the attachment.
* Your operational system (98, ME, 2000, XP, Vista or NT), its version and localization, installed service-packs;
Windows Server 2008 R2 server:
* Version the of Microsoft .Net Framework package installed and its localization;
Microsoft .NET Framework 4
* Name of your development framework and its version;
Visual Studio and Version 2010
* Additional information that can help us to solve your problem.
It is a virtual server and SQL Server 2012 Enterprise Edition with SP1
Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'
Posted: Mon Jun 10, 2013 10:38 am
by HighAley
Hello.
The compilation is forbidden in none full trust mode.
Please, try to use interpretation mode or save your reports as class and add it to your project.
Thank you.
Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'
Posted: Tue Jun 11, 2013 12:05 pm
by AbdulAleem
Hi,
Please explain what is interpretation mode.
Is this issue related with permissions on deployment server since reports are working fine in development environment.
Abdul Aleem.
Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'
Posted: Wed Jun 12, 2013 10:46 am
by HighAley
Hello, Abdul.
AbdulAleem wrote:Please explain what is interpretation mode.
Is this issue related with permissions on deployment server since reports are working fine in development environment.
You could read about Trust levels on the MSDN
http://msdn.microsoft.com/en-us/library/wyts434y.aspx.
Also please, read Stimulsoft Programmer's Manual
http://www.stimulsoft.com/en/documentat ... mblies.htm
The interpretation mode could be set with Calculation mode property of the report.
Thank you.