thiele replied...
09-Dec-06 03:49 PM
Hi;

On one system here (and only 1 system), when we build two of our J# projects
(the rest build fine), we get the following problems:
...
C:\src\WindwardReports\DotNetEngine\JFreeChart\Properties\AssemblyInfo.jsl(1,1):
error VJS1581: Internal Compiler Error:
f:\rtm\vjsharp\sdk\bjdev\compiler\vjsc\codegen\emitter.cpp
Compile complete -- 1 errors, 5 warnings
...
C:\src\WindwardReports\DotNetEngine\WindwardReports\Properties\AssemblyInfo.jsl(1,1):
error VJS1581: Internal Compiler Error:
f:\rtm\vjsharp\sdk\bjdev\compiler\vjsc\codegen\emitter.cpp
Compile complete -- 1 errors, 0 warnings
...
========== Rebuild All: 12 succeeded, 0 failed, 0 skipped ==========

So there are three major problems above. First/second - two projects don't
build and we have no idea why or what to do about it. Third, devenv (this was
called from the command line so we could save the output) reports that all 12
projects built successfully. So the errors building the projects are not
reported in the devenv exit code.

What do we need to do to work around this?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
Error
(1)
Compiler
(1)
System
(1)
Projects
(1)
Problems
(1)
WindwardReports
(1)
DotNetEngine
(1)
JFreeChart
(1)
  wawan replied...
10-Dec-06 10:10 PM
Hi Dave,

Does it work in Visual Studio IDE? Is it possible to send me a reproducible
VJ# project? Thanks.


Sincerely,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
  thiele replied...
10-Dec-06 10:15 PM
It only happens on one computer. On the other computers it's fine. So I don't
think sending you the code will reproduce it. We would have to ship you the
computer and we can't do that.

What does this error mean. Can you look at the compiler source to see what
causes it?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
  wawan replied...
11-Dec-06 03:04 AM
Hi Dave,

I'm this same compiler error code is used in many places, therefore it's
not easy to tell what exactly went wrong. Also, from the documentation of
this compiler error:

http://msdn2.microsoft.com/en-us/library/27c1208c(vs.80).aspx


It stated:

Try to determine if the compiler is failing because of its inability to
parse unexpected syntax. Then, contact Microsoft Product Support Services.


For PSS support or a local on site, you can also try contacting the global
support center through the following link:

http://support.microsoft.com/gp/assistsupport

They will provide you the detailed info on how to contact the local
developer support center.


At last, we're sorry for the inconvenience caused by this issue and thank
you for your feedback.


Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
  natha replied...
11-Dec-06 02:05 PM
In article <4D2B7D58-EE50-4E20-A413-A14A5AD19203@microsoft.com>,

If something's happening only on one machine, with the exact same
source code, then I'd guess it isn't the compiler at fault.  You might
want to try reinstalling the compiler, or doing an overnight memory
test (see http://www.memtest.org/ , download an ISO and let it run
overnight). Compilers tend to stress systems more than most other apps
(see http://www.ibiblio.org/pub/linux/docs/faqs/GCC-SIG11-FAQ -- this
isn't just Windows only), so the compiler may just be the canary in
the coal mine about problems on that system with hardware/software.

Nathan Mates
--
.NET Framework - We already uninstalled & reinstalled .NET and VS 2005 - still get it.
Asked By thiele
11-Dec-06 03:28 PM
We already uninstalled & reinstalled .NET and VS 2005 - still get it. We're
talking to CSS right now.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm
help
unexplained partial classes compiler error between 2005 and 2008 .NET Framework Hi, im moving a project from vs2005 to vs 2008. is doing so i have come across a compiler error regarding partial classes that i dont understand if anyone can explain it to me please compiles and runs fine in vs2005 is bellow. . . . . . However in porting this to vs2008 the compiler throws up errors indicating the need for a missing partial keyword reference in FrameMessage.cs. Do this clears that error but then throws up heaps of warnings about duplicate declerations in both classes. I dont cleanly in 2005 and throws up errors in 2008. I would have expected the 2005 compiler to also produce errors becasue at first glance it seems the 2008 way is correct direction of whats hapening it would be appreciated thanks Peted FrameMessage.cs namespace BillingCommon { using System; using System.Data; using System.Xml; using System.Runtime.Serialization; [Serializable()] [System.ComponentModel.DesignerCategoryAttribute("code
Compiler Error when using VB Namespace .NET Framework I get an error when use Microsoft.VisualBasic.CompilerServices: Compiler Error Message: CS0234: The type or namespace name 'CompilerServices' does not exist in the namespace 'Microsoft VisualBasic' (are you missing an assembly reference?) using Microsoft.VisualBasic.CompilerServices; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; C# Discussions Microsoft.VisualBasic.CompilerServices (1) System.ComponentModel (1) VB (1
Compiler Error CS0201 .NET Framework I get this error when I try to perform; Application.Exit; Here is the code from my form; using System; using System.IO; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Diagnostics; namespace
Compiler Error CS0702 .NET Framework I'd really like to be able to constrain a generic type to System.Enum or, better, enum. But of course that results in "Compiler Error CS0702". So far I've been checking the type parameter at runtime and throwing an 4.4 of the C# 3.0 spec I see no reason why constraining to System.Enum should not be allowed. So my questions are: Are there reasons why these types can't or shouldn't be supported as constraints? (If so, the documentation of Compiler Error CS0702 ought to state them.) Is this simply a limitation of the compiler rather than