473,379 Members | 1,379 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,379 software developers and data experts.

C# / XML / WebSvc problem

VJ
Here is a problem that happened about a few times, on non-development
Windows XP Tablet PC with SP2, running NET Framework 2.0 and 1.1. The
windows application invoking the web service was written/complied for .NET
2.0 and loads all 2.0 dll's from GAC, even when the below error occurs. In
case of space concerns, the Tablet has 10GB or greater of space always. Our
application at no point need more than 10MB of space. The machine is a
Compaq TC1000 Tablet, yes we know its old, a slow processor and has 256MB of
RAM. At the time of error only our application was running, memory tests
have shown our applications need no more than 25-40MB memory at peak
operation point. The web service is on our server running Windows 2003, with
IIS 6.0, and is never down at the time of error there were other machines
accessing the web service.

The code line that gave the exception - MobileService.PublicWebSvc
frmWebSvc = new MobileService.PublicWebSvc();

Why would the below happen??

System.InvalidOperationException: Unable to generate a temporary class
(result=1).
error CS0583: Internal Compiler Error (0xc000001d at address 5A10383F):
likely culprit is 'BEGIN'.
error CS0587: Internal Compiler Error: stage 'BEGIN'

at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
CompilerParameters parameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAsse mbly(XmlMapping[]
xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMap ping[] xmlMappings,
Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.FromMapping s(XmlMapping[]
mappings, Type type)
at System.Web.Services.Protocols.SoapClientType..ctor (Type type)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol..ctor()
at Company.Solution.MobileService.PublicWebSvc..ctor( )

VJ
Mar 13 '07 #1
12 2120
I heard that XML Web Services are being replaced by Named Pipes in the
next version; it shoudl be out next month

-Todos
Mar 13 '07 #2
VJ
How is that related to the problem I reported? Sorry I am not able to
understand what you are saying!

VJ

"Todos Menos [MSFT]" <to**************@hotmail.comwrote in message
news:11**********************@y66g2000hsf.googlegr oups.com...
>I heard that XML Web Services are being replaced by Named Pipes in the
next version; it shoudl be out next month

-Todos


Mar 13 '07 #3
VJ <no***********@yahoo.comwrote:
How is that related to the problem I reported? Sorry I am not able to
understand what you are saying!
He's a troll - don't bother with him.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Mar 13 '07 #4
VJ
John..thanks for confirming.. I almost believed that, then after it went
through I was like, why did I fall for that

VJ

"Jon Skeet [C# MVP]" <sk***@pobox.comwrote in message
news:MP************************@msnews.microsoft.c om...
VJ <no***********@yahoo.comwrote:
>How is that related to the problem I reported? Sorry I am not able to
understand what you are saying!

He's a troll - don't bother with him.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Mar 13 '07 #5
VJ
Can't somebody block that user?

VJ

"VJ" <no***********@yahoo.comwrote in message
news:OL*************@TK2MSFTNGP02.phx.gbl...
Here is a problem that happened about a few times, on non-development
Windows XP Tablet PC with SP2, running NET Framework 2.0 and 1.1. The
windows application invoking the web service was written/complied for .NET
2.0 and loads all 2.0 dll's from GAC, even when the below error occurs. In
case of space concerns, the Tablet has 10GB or greater of space always.
Our application at no point need more than 10MB of space. The machine is a
Compaq TC1000 Tablet, yes we know its old, a slow processor and has 256MB
of RAM. At the time of error only our application was running, memory
tests have shown our applications need no more than 25-40MB memory at peak
operation point. The web service is on our server running Windows 2003,
with IIS 6.0, and is never down at the time of error there were other
machines accessing the web service.

The code line that gave the exception - MobileService.PublicWebSvc
frmWebSvc = new MobileService.PublicWebSvc();

Why would the below happen??

System.InvalidOperationException: Unable to generate a temporary class
(result=1).
error CS0583: Internal Compiler Error (0xc000001d at address 5A10383F):
likely culprit is 'BEGIN'.
error CS0587: Internal Compiler Error: stage 'BEGIN'

at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
CompilerParameters parameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAsse mbly(XmlMapping[]
xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMap ping[] xmlMappings,
Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.FromMapping s(XmlMapping[]
mappings, Type type)
at System.Web.Services.Protocols.SoapClientType..ctor (Type type)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol..ctor()
at Company.Solution.MobileService.PublicWebSvc..ctor( )

VJ

Mar 13 '07 #6
I'll make you a fucking deal bro

you build a time machine.. and make it so that MS didn't fire me for
COMPLAINING ABOUT SQL SERVER SECURITY

and you convince Microsoft to NOT BLOCK MY POSTS

and maybe I'll stop being so obnoxious

until that time; you're MS fanboys so lick my nuts
-Anything but microsoft


On Mar 13, 2:41 pm, "VJ" <nonewsaddr...@yahoo.comwrote:
Can't somebody block that user?

VJ

"VJ" <nonewsaddr...@yahoo.comwrote in message

news:OL*************@TK2MSFTNGP02.phx.gbl...
Here is a problem that happened about a few times, on non-development
Windows XP Tablet PC with SP2, running NET Framework 2.0 and 1.1. The
windows application invoking the web service was written/complied for .NET
2.0 and loads all 2.0 dll's from GAC, even when the below error occurs. In
case of space concerns, the Tablet has 10GB or greater of space always.
Our application at no point need more than 10MB of space. The machine is a
Compaq TC1000 Tablet, yes we know its old, a slow processor and has 256MB
of RAM. At the time of error only our application was running, memory
tests have shown our applications need no more than 25-40MB memory at peak
operation point. The web service is on our server running Windows 2003,
with IIS 6.0, and is never down at the time of error there were other
machines accessing the web service.
The code line that gave the exception - MobileService.PublicWebSvc
frmWebSvc = new MobileService.PublicWebSvc();
Why would the below happen??
System.InvalidOperationException: Unable to generate a temporary class
(result=1).
error CS0583: Internal Compiler Error (0xc000001d at address 5A10383F):
likely culprit is 'BEGIN'.
error CS0587: Internal Compiler Error: stage 'BEGIN'
at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns,
CompilerParameters parameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAsse mbly(XmlMapping[]
xmlMappings, Type[] types, String defaultNamespace, Evidence evidence,
CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMap ping[] xmlMappings,
Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.FromMapping s(XmlMapping[]
mappings, Type type)
at System.Web.Services.Protocols.SoapClientType..ctor (Type type)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol..ctor()
at Company.Solution.MobileService.PublicWebSvc..ctor( )
VJ- Hide quoted text -

- Show quoted text -

Mar 13 '07 #7
I am saying

'dont reinvent the wheel'
'dont use obsolete languages'
'dont use obsolete practices'

I'm saying FUCK .NET and USE VB6.

Vb6 works _GREAT_ on Vista.

Does VS 2002 work on Vista?
ROFL

On Mar 13, 1:57 pm, "VJ" <nonewsaddr...@yahoo.comwrote:
How is that related to the problem I reported? Sorry I am not able to
understand what you are saying!

VJ

"Todos Menos[MSFT]" <todos_menos_m...@hotmail.comwrote in messagenews:11**********************@y66g2000hsf.g ooglegroups.com...
I heard that XML Web Services are being replaced by Named Pipes in the
next version; it shoudl be out next month
-Todos- Hide quoted text -

- Show quoted text -

Mar 13 '07 #8

"Jon Skeet [C# MVP]" <sk***@pobox.comwrote in message
news:MP************************@msnews.microsoft.c om...
VJ <no***********@yahoo.comwrote:
>How is that related to the problem I reported? Sorry I am not able to
understand what you are saying!

He's a troll - don't bother with him.

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
How did you know that was our neighborhood troll?

Robin S.
Mar 14 '07 #9
because I'm the only one to stand up to an oppressive regime?

time for REGIME CHANGE IN REDMOND!

the babies and children that are getting shot and raped in Iraq are
nothing compared to what this oppressive company does

THEY BLOCK MY POSTS!

MAY THEY BURN IN HELL, THE INFIDELS!
-Todos


On Mar 13, 5:51 pm, "RobinS" <Rob...@NoSpam.yah.nonewrote:
"Jon Skeet [C# MVP]" <s...@pobox.comwrote in messagenews:MP************************@msnews.micr osoft.com...
VJ <nonewsaddr...@yahoo.comwrote:
How is that related to the problem I reported? Sorry I am not able to
understand what you are saying!
He's a troll - don't bother with him.
--
Jon Skeet - <s...@pobox.com>
http://www.pobox.com/~skeet Blog:http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

How did you know that was our neighborhood troll?

Robin S.

Mar 14 '07 #10
RobinS <Ro****@NoSpam.yah.nonewrote:
He's a troll - don't bother with him.
How did you know that was our neighborhood troll?
Common sense after reading a few posts...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Mar 14 '07 #11
your so called 'languages' was never invented

-Todos Menos MSFT

On Mar 14, 12:39 am, Jon Skeet [C# MVP] <s...@pobox.comwrote:
RobinS <Rob...@NoSpam.yah.nonewrote:
He's a troll - don't bother with him.
How did you know that was our neighborhood troll?

Common sense after reading a few posts...

--
Jon Skeet - <s...@pobox.com>http://www.pobox.com/~skeet Blog:http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too

Mar 14 '07 #12

"Jon Skeet [C# MVP]" <sk***@pobox.comwrote in message
news:MP************************@msnews.microsoft.c om...
RobinS <Ro****@NoSpam.yah.nonewrote:
He's a troll - don't bother with him.
>How did you know that was our neighborhood troll?

Common sense after reading a few posts...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Good point. Repetitive, isn't he?

Robin S.
Mar 16 '07 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bruce Davis | last post by:
I'm having a problem on windows (both 2000 and XP) with a multi-threaded tkinter gui application. The problem appears to be a deadlock condition when a child thread pops up a Pmw dialog window in...
117
by: Peter Olcott | last post by:
www.halting-problem.com
28
by: Jon Davis | last post by:
If I have a class with a virtual method, and a child class that overrides the virtual method, and then I create an instance of the child class AS A base class... BaseClass bc = new ChildClass();...
2
by: Vai2000 | last post by:
Hi All, I am trying 2 invoke a websvc dynamically. All I will have is the WSDL. I want to avoid the design time programming (i.e adding web reference etc). How will I achieve this goal? TIA ...
3
by: Vai2000 | last post by:
Hi All, I have a box outside the DMZ that calls my WebSvc 's. I have 2 boxes running the WebSvc's though one is like backup (so both don't run concurrent). Incase of outage when the first box is...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
16
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by...
2
by: Mike Collins | last post by:
I cannot get the correct drop down list value from a drop down I have on my web form. I get the initial value that was loaded in the list. It was asked by someone else what the autopostback was...
2
by: Vai2000 | last post by:
Hi All, I have a COM+ Component that calls a webservice internally. It works super on Windows 2000, unfortunately when I deployed this application to Windows 2003 Standard Server, I am getting the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.