Try to reinstall VS 2005
2007/6/11, Tim Rowe <[EMAIL PROTECTED]>:
I can open IronPython.sln ok, but when I try to build it VS crashes
("Microsoft Visual Studio has encountered a problem and needs to
close"). The error signature is:
AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333
Actually, it's a result of System.Text.ASCIIEncoding, which replaces bytes
greater than 0x7f with a question mark. I filed this as CodePlex work item
#10983 (http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10983).
Thanks,
John
-Original Message-
From: [EMAIL PROTECTED]
Hello all,
If I create a file with the following code:
open(r'c:\temp\test.txt', 'w').write('\xa33')
And then read it in using the Python 'open', I get different results
with Python and IronPython:
CPython 2.4.4:
>>> data = open(r'c:\temp\test.txt').read()
>>> data
'\xa33'
>>> ord(data[0])
Does it still fail if you run "msbuild IronPython.sln" from a VS2005 or .NET
SDK command prompt?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Rowe
Sent: Monday, June 11, 2007 6:13 AM
To: users@lists.ironpython.com
Subject: [IronPython] Unable to in
I can open IronPython.sln ok, but when I try to build it VS crashes
("Microsoft Visual Studio has encountered a problem and needs to
close"). The error signature is:
AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333e699
ModName: msenv.dll ModVer: 8.0.50727.42 ModStamp:4333e