error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs' cou

Stimulsoft Reports.WEB discussion
Post Reply
AbdulAleem
Posts: 37
Joined: Tue Sep 15, 2009 9:42 am
Location: jeddah

error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs' cou

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'

Post 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.
AbdulAleem
Posts: 37
Joined: Tue Sep 15, 2009 9:42 am
Location: jeddah

Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'

Post 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
Attachments
report error2.png
report error2.png (205.83 KiB) Viewed 3873 times
report error2.png
report error2.png (205.83 KiB) Viewed 3873 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'

Post 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.
AbdulAleem
Posts: 37
Joined: Tue Sep 15, 2009 9:42 am
Location: jeddah

Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'

Post 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.
Post Reply