error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs' cou
-
- Posts: 37
- Joined: Tue Sep 15, 2009 9:42 am
- Location: jeddah
error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs' cou
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.
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'
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.
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.
-
- Posts: 37
- Joined: Tue Sep 15, 2009 9:42 am
- Location: jeddah
Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'
* 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
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 (205.83 KiB) Viewed 3873 times
-
- report error2.png (205.83 KiB) Viewed 3873 times
Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'
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.
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.
-
- Posts: 37
- Joined: Tue Sep 15, 2009 9:42 am
- Location: jeddah
Re: error cs2001:sourcefiles 'C:\Windows\TEMP\sutxas2.0.cs'
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.
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'
Hello, Abdul.
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.
You could read about Trust levels on the MSDN http://msdn.microsoft.com/en-us/library/wyts434y.aspx.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.
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.