Click here to Skip to main content
16,005,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: HTML Table Pin
BilalShouman9-May-07 21:24
BilalShouman9-May-07 21:24 
QuestionHow to call dll from asp.net page Pin
sharadshinde_19-May-07 19:04
sharadshinde_19-May-07 19:04 
AnswerRe: How to call dll from asp.net page Pin
Christian Graus9-May-07 19:17
protectorChristian Graus9-May-07 19:17 
AnswerRe: How to call dll from asp.net page Pin
mareers9-May-07 19:25
mareers9-May-07 19:25 
GeneralRe: How to call dll from asp.net page Pin
Sandeep Kumar9-May-07 19:40
Sandeep Kumar9-May-07 19:40 
GeneralRe: How to call dll from asp.net page Pin
sharadshinde_19-May-07 19:48
sharadshinde_19-May-07 19:48 
GeneralRe: How to call dll from asp.net page Pin
Sandeep Kumar9-May-07 19:52
Sandeep Kumar9-May-07 19:52 
QuestionSystem.InvalidOperationException: Unable to generate a temporary class (result=1) Pin
dancelicious9-May-07 14:33
dancelicious9-May-07 14:33 
Hi All,

I have written a Web Service in C#.
When I try to invoke any method from the Web Service, I get the following error.

System.InvalidOperationException: Unable to generate a temporary class (result=1).
error CS2001: Source file 'E:\WINDOWS\TEMP\_3v5lzd-.0.cs' could not be found
error CS2008: No inputs specified

at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, CompilerParameters parameters, Evidence evidence)
at System.Xml.Serialization.TempAssembly.GenerateAssembly(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, Evidence evidence, CompilerParameters parameters, Assembly assembly, Hashtable assemblies)
at System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings, Type[] types, String defaultNamespace, String location, Evidence evidence)
at System.Xml.Serialization.XmlSerializer.FromMappings(XmlMapping[] mappings, Evidence evidence)
at System.Web.Services.Protocols.XmlReturn.GetInitializers(LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.XmlReturnWriter.GetInitializers(LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.MimeFormatter.GetInitializers(Type type, LogicalMethodInfo[] methodInfos)
at System.Web.Services.Protocols.HttpServerType..ctor(Type type)
at System.Web.Services.Protocols.HttpServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)


I have already tried the following:
1. Tried running: aspnet_regiis -ga "NT AUTHORITY\NETWORK SERVICE"
2. Tried giving full read/write access to "NETWORK SERVICE" on 'E:\WINDOWS\TEMP'.

Ps: My setup: Windows 2003, IIS 6.0

Please let me know what am I missing here.

Regards,
DJ.

QuestionASP.Net Web Part connections work fine, until I close then reopen the part (from catalog) Pin
RodEffect9-May-07 13:13
RodEffect9-May-07 13:13 
QuestionRegular Expression for Getting file urls on webpage Pin
Neo_Shehpar9-May-07 12:24
Neo_Shehpar9-May-07 12:24 
AnswerRe: Regular Expression for Getting file urls on webpage Pin
mareers9-May-07 18:50
mareers9-May-07 18:50 
GeneralRe: Regular Expression for Getting file urls on webpage Pin
Neo_Shehpar11-May-07 6:17
Neo_Shehpar11-May-07 6:17 
QuestionAdding a web reference for a web service to a consumer dynamically Pin
steve_rm9-May-07 9:44
steve_rm9-May-07 9:44 
AnswerRe: Adding a web reference for a web service to a consumer dynamically Pin
N a v a n e e t h9-May-07 16:45
N a v a n e e t h9-May-07 16:45 
Questionbackground-image Issue Pin
Brendan Vogt9-May-07 9:21
Brendan Vogt9-May-07 9:21 
AnswerRe: background-image Issue Pin
Tarakeshwar Reddy9-May-07 10:47
professionalTarakeshwar Reddy9-May-07 10:47 
GeneralRe: background-image Issue Pin
Guffa9-May-07 12:31
Guffa9-May-07 12:31 
GeneralRe: background-image Issue Pin
N a v a n e e t h9-May-07 16:38
N a v a n e e t h9-May-07 16:38 
AnswerRe: background-image Issue Pin
Guffa9-May-07 12:28
Guffa9-May-07 12:28 
GeneralRe: background-image Issue Pin
Brendan Vogt9-May-07 20:27
Brendan Vogt9-May-07 20:27 
AnswerRe: background-image Issue Pin
Guffa9-May-07 20:56
Guffa9-May-07 20:56 
GeneralRe: background-image Issue Pin
Brendan Vogt9-May-07 21:04
Brendan Vogt9-May-07 21:04 
AnswerRe: background-image Issue Pin
Guffa10-May-07 5:33
Guffa10-May-07 5:33 
AnswerRe: background-image Issue Pin
N a v a n e e t h9-May-07 16:39
N a v a n e e t h9-May-07 16:39 
QuestionCan i have two Databases for single web application? Pin
SasiP9-May-07 8:37
SasiP9-May-07 8:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.