CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > .net_languages.ironpython_for_asp.net
 TypeRepliesViewsDate
VB webform in IronPython asp.net website

Hi, I tried to bring a previously done webform made in vb.net to an IronPython asp.net website with no luck. After seeing it didnt work, I tried to write the simplest codebehind vb.net webform

 05111/28/2009 1:10:02 PM
Tablecellcollection is not callable

This is a dumb question, but I just cant find an answer. I want to do something as simple as this in IronPython, something I did in asp.net vb.net to capture the id of a table displayed in a grid

 03611/28/2009 12:28:27 AM
Can IronPython use dynamic variables?

I am building a small application that can

1. Dynamically load 2 text boxes on a web form

2. Build a logic on those textboxes in IronPython to sum them and return the result.

3

 03511/11/2009 10:19:25 AM
duplicated workspace

 Hi

 I have a program in C#. I would like to add some scripting ability, so I could run commands of the program via python. For doing that, I have implemented some interface class

 02411/11/2009 10:19:21 AM
Trouble opening MS Word file from Iron Python

 Hello,

I was trying to write a small script that opens an MS Word File and does something to it.
I am getting a weird exception when I try to run the script.
It says &#

 03611/11/2009 10:19:20 AM
where to find ebooks and tutorials?

 Hi I am VS programmer and want to enter Ironpython. where are best ebooks tutorials or articles online with best brevity? any1 know some thing?

I have installed Ironpython but there i

 03211/11/2009 10:19:18 AM
Loading iron python on c# code

If i want to integrate c# and iron python i have to load the iron python class. Will their be a perfomance hit. Cant i implement a WCF only using iron python.

Thanks...

Rohan.

 02611/11/2009 10:19:16 AM
Writing web algorithems with iron Python

Hi,

I hope to write a WCF Service which is going to have lenghty algorithmes.Since perfomnace going to be a major hit in this requirement can any one sugest me a way. Can i achive perfoma

 03111/11/2009 10:19:15 AM
Invoke Web Service From Python

Hello All!

I have developed a test web service, which contains a Testing function which have 2 string parameters and returns a string. This web service is accessible from dotnet clie

 03211/11/2009 10:19:14 AM
Can it be secure to allow users to write theiir code in a form?

Hi, this is the first time to post in this forum.

 

I just started using IronPython a couple of weeks ago, and thinking if I can allow users to write their code like for calculat

 04011/11/2009 10:19:10 AM
Asp.net

Post moved from the IronPython forum by moderator XIII. Reason: I couldn't make up if this was a regular question of which the person didn't specify if the solution should be in I

 03111/11/2009 10:19:10 AM
Where to ask general IronPython questions

This forum is meant for questions that are specific to the use of IronPython in ASP.NET, as described in this page

 03111/11/2009 10:19:07 AM
IronPython datatypes

Hello

I was wondering is the datatypes of IronPython are the same as C#'s datatypes.

For example, do we have datasets, generic lists, generic dictionnaries, etc... in IronPyth

 03511/11/2009 10:19:07 AM
unhandled ObjectDisposedException though exception handler provided

Hi,

I am writing a serial port communication application using Iron Python. Following is my code:

 class serial:
      
  &

 02611/11/2009 10:19:03 AM
Turkish character problem
hey all. i am a new user in ironpython-asp.net. when i try to output a turkish character on the web form i see only squares but same way in c# there is no problem. is there any solution for encoding
 03011/11/2009 10:19:03 AM
How to get the line number of the code being executed

I am new to Iron Python and .Net Programming. Please help me in this.

 I have to display the line number and the file name of the code written in Iron Python. As per my knowledg

 04211/11/2009 10:19:02 AM
IronPython for asp.net and no-compile page advantages?

In accordiance with http://www.asp.net/ironpython/whitepaper/ the only difference (and that is announced as great advantage of dynamic langugues support) is in steps which occurs during THE 1ST L

 03211/11/2009 10:19:01 AM
Strange errors on this script
Hello, Im doing my first IP script and I'm getting really weird mistake I don't understand how to solve. Here's the code and the errors I get: 1> 2 form windows and system tray
 03511/11/2009 10:19:00 AM
Strange errors on this script
Hello, Im doing my first IP script and I'm getting really weird mistake I don't understand how to solve. Here's the code and the errors
 04111/11/2009 10:18:58 AM
How many people are actually using ASP.Net for something useful here?

 I'm just wondering how big is the interest of using IronPython for ASP.Net for something beyond curiousity.

 03311/11/2009 10:18:55 AM
plug in module

 hi

can somebody tell me how to implement yes-pay in e-commerce site

I mean Api or plugin module to implement yes-pay in ecommerce site 


plesae help me

 03711/11/2009 10:18:40 AM
Translating Python Application to .NET language

I have an application written in Python, that I would like to translate to .NET. Problem is I have no idea how to code in Python. Any ideas how to go about handling this problem?? Thanks in Advan

 03511/11/2009 10:18:11 AM
Is there any update to IronPython support for ASP.Net?

The last update to IronPython for ASP.Net was back in July 2007. There hasn't been any movement for almost a year now. 

 03511/11/2009 10:17:57 AM
Hidden reference to IronPython 1.1 assembly ?

 Hi,

 I'm using the asp.net futures (july2007) with VWD 2008 Express and Visual Studio 2008. I also have the VS2008 SDK installed with IronPython integration.

When i cre

 01644/19/2008 3:34:15 PM
IronPython and Mono

I want to use IronPython to write an application in Python, but I'm confused about how to get it to work on Linux as well.

Does Linux need Mono to be able to run a Windows Forms a

 01262/23/2008 10:48:23 AM
if anybody know help me

we are working on callcenter monitoring project in ASp.net2.0.we have time in thsi format:1184623297.we want to extract date and time from thsi string.which function of date time used for

 21192/14/2008 12:24:29 PM
Import directive not recognized in IronPython?

Hi,

on a C# page, this directive would make the members of namespace Foo available:

<%@ Import Namespace="Foo" %> 

To achieve the same on an Ir

 21181/12/2008 5:25:26 PM
Python is not a supported language

I know .aspx files work because I just tested one using C#. But Python is what I want to be working in. The test script I have been using is at http://www.4guysfromrolla.com/webtech/082201-1.shtm

 511712/5/2007 7:41:31 PM
How to test asp.net applications with IronPython
April 22, 2007 - InCisif Software announced the release of InCisif.net 1.3.
InCisif.net is an automation tool designed to implement client-side functional testing of
web applications unde
 111211/29/2007 3:47:24 AM
I got some problem while working with nunittool to test the controls on the (ASP.NET) web page

I am unable to get the namespace like nunitasp even though I imported name spaces like

using NUnit.Framework.SyntaxHelpers;

 110511/29/2007 3:35:02 AM
IronPython or F# or...

I'm currently a c# web developer and i want to learn some dynamic language. What do you thing I should focus on: IronPython or F# or something else and why  

510611/26/2007 6:05:30 AM
Structure for a UserControl?

Hi guys -

I'm playing with the ASP.NET/IronPython integration, trying to work out how best to structure the code-behind for a user control.

I want to write a control that

 610310/16/2007 9:09:47 PM
Dynamically Adding Controls and Detecting Session Begin/End

I'm currently playing with IronPython in ASP.NET.  I have a couple questions, the foremost being, is it possible to add a new control(s) to a page programmatically in the IronPython scri

 211310/3/2007 6:52:36 PM
while building the class file in nunitAsp to test the web form I am getting ERROR like

Error 1 Could not load file or assembly 'nunit.framework, Version=2.1.4.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The located assembly'

 11079/28/2007 4:12:28 AM
Python

Hi:

I am new to programming and I just wanted to find out what exactly is Python and under what circumstance would u use it ?

Thanks
Lisa Green

 11149/28/2007 4:10:04 AM
Python 3000 alpha 1 - For .NET

Hi, I've just read about Python 3000 being released: http://www.artima.com/forums/flat.jsp?forum=106&thread=213583

How does the IronPython project compare to this version of

 11239/4/2007 9:54:37 PM
How to retrive image from database

How I have  to retrive image from database and then store that image in to bitmap file.

i want  complete code for this programe.

 11119/3/2007 9:17:20 PM
I want to show the excetion in message box in asp.Net webpage

try

{

string str = "insert
 11118/30/2007 10:03:00 AM
Evaluating instead of compiling the IronPython page at every request

 Hi there,

 I am working on a Virtual Path Provider that server IronPython .aspx page as needed.

With VPP, I have the ability to modify the IronPython source code of the AS

 21228/21/2007 10:18:43 AM
Error when uninstalling IronPython for ASP.NET CTP

I am trying to uninstall the IronPython for ASP.NET CTP, but Visual Studio is crashing during the uninstall process and Windows Installer keeps rolling back the uninstallation. I encounter the sa

 21497/26/2007 2:51:24 PM
Can't enable session state

I'm working on a project that is using IronPython for ASP.NET and can't seem to get simple session state to work. I don't know if this has anything to do with the IRequiresSessionState marker int

 51037/25/2007 2:03:44 PM
Serialize complex objects in IronPython for ASP.NET?

I'm trying to create an XmlSerializer in an IronPython ASP.NET page to serialize an object with a few properties, but I get this error from the compiler:

 Parser Error Messag

 21257/12/2007 9:35:17 AM
Inheritance in ASP.NET + IP

I'm a longtime ASP.NET / C# developer with a great interest in Python and IP.  I was thrilled to see this CTP published and I look forward to future developments.

 Typical ASP.N

 21206/10/2007 8:03:02 PM
How to use Validation Controls in Dynamic Data Web Site - IronPython for AS P.NET

Hi All Frinds 

1- I need Use The Validation Controls in Dyanamic Controls

2- How to supports arabic language in  Dyanamic Data Controls. Ineed ReName The Capti

 11036/4/2007 8:22:51 PM
Creating a Web Application from Visual Studio Team Suite 2005 ... error!

I get an error message:

The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\V8.0\WebApplications\Microsoft.WebApplication.targets" was not found.  Confirm

 31055/22/2007 7:22:32 PM
IronPyton and Nested Master Pages?

Hi,

Are there any issues with using IronPython and nested master pages?

I tried the following:

  1. Create a simple master page ('ParentMP') with a header/footer/ma
 2993/13/2007 10:46:51 PM
A bug in walkthrough 5

I've followed all IronPython CTP for ASP.NET walkthroughs.

In walkthrough 5,  (to test user control properties) I set 

AllowDuplicates=
 31192/22/2007 1:26:08 AM
Changes to .py files in App_Script requires ASP.NET development server res tart

After starting the ASP.NET dev server by viewing a page in the browser, subsequent changes to .py files in the App_Script directory don't take effect. I have to stop the dev server, then 'view in

 21212/5/2007 11:41:38 PM
web service client with IronPython

The main asp.net/ironpython page says that IronPython cannot be used for developing web services.

 

Can it be easily used for a webservice client?  That is, is there an easy

 21111/11/2007 8:53:24 PM
Work-around for issue caused by Visual Studio 2005 SP1 upgrade

We've discovered one issue caused by VS SP1 installation recently. After having upgraded to SP1, IronPython disappeared from language dropdown when trying to create a new web project.

The

 01141/4/2007 12:22:06 AM










   
  Privacy | Contact Us
All Times Are GMT