Answer Questions
jbierling Intercept MVP.XML XIncludingReader xpointer Attribute
When using MVP.XML XIncludingReader, I can "intercept" the href= attribute by writing an XmlUrlResolver derived class and overriding the ResolveUri() method. Now I would like to do the same with the xpointer Attribute of a <xi:include element. Is there an elegant way to do this Erwin My application uses a hierarchy of XML based configuration files and has a simple mechanism of variable interpolation s ...Show All
Shona Arora No symbols are loaded for any call stack frame. The source code cannot be displayed.
Hello. I installed VisualStudio.NET 2005 a few days ago. ( not beta ) While I'm debugging, I'm faced with strange message box. -- MessageBox -- No symbols are loaded for any call stack frame. The source code cannot be displayed. -- Debug Detail Window -- FatalExecutionEngineError was detected Message: The runtime has encountered a fatal error. The address of the error was at 0x7a2b5aec, on thread 0x358. The error code is 0xc0000005. This ...Show All
alexthedeveloper DataGrid Problem
I have few problems, 1. I am using datagrid with readonly textboxes, i am assigning the null, i could see that null text in datagrid, but when i insert the records through this it is updating null values for the hidden textboxes. 2. How to update the relations created in dataset to the database. 3. I am develping a banking application, in that on of those pages contain datagrid, two users opened the same page with same records at single ...Show All
MrT25 Deploying web service to test server
Hi, I have 2 ASP.Net projects, "client_side" and "server_side". Both have a reference to WSE 2.0 SP 3. My intention is to transfer files between the server and the client. I developed both web services on my development machine and they work great. Now I wanted to move the "server_side" web service to the test server. So I installed WSE 2.0 SP 3 run-time version on the test server and copied "server_side.dll" to the test server. (when ...Show All
killahmik87 Deploying a Web Service (VS 2005 Beta 2) Problem
Hello, I am having the most difficult time trying to deploy a web service created with Visual Studio 2005, Beta 2. I'm hoping that I'm just missing one small detail and that someone can point it out to me. I have stripped this down to the most basic "Hello World" web service. In fact, all I did for this was create a new web site, ASP.NET web service and left everything as is. Here are the steps to reproduce: 1) In Visual Studio ...Show All
CScs Installer error whit aspnet_regiis.exe
I get memory error memory when i'am using aspnet_regiis.exe -u to uninstalle .net 2.0 from the iis 6.0 and it's not being installet correct when i use aspnet_regiis.exe -i or -iru. It's making a error when it is installing the aspnet.mof. Here is the install log . ******************************************************************************** **** Starting ASP.NET Setup at: 2005-11-05 17:22:01 **** Registering ASP.NET isapi: ...Show All
Tom Gillespie HttpWebRequest and SSL
I need to communicate with a web server using https just as a browser would. What steps are necessary to achieve this using HttpWebRequest, is it as simple as the URI beginning with 'https://' or do I need to supply some credentials of some kind I dont have a certificate myself (the server does) so I wont be using client authentication but I assume this is how browsers operate. Will data be encrypted in both directions using h ...Show All
Joe Courchaine Different Named Pipes Provider, error: 40 - Could not open a connection to SQL Server
hi, all, I did check this forum to make sure that I can dig out the solution from others: " Named Pipes Provider, error: 40 - Could not open a connection to SQL Server ], but cannot. My environment setting is SQL 2000 on Windows 2003 w/ VS 2003 and framework 2.0. I use Namepipes, no firewall, no IP connection in SQL Server but IIS. DotNet application works on develop box perfectly. IIS6.0, Windows2003 sp1, SQL 2000 sp4. Windows Update co ...Show All
buick27 SOAP Exception, xml key problem
Hi Guys, I am running a remoting service written in C#.NET and it is in production. It is all working good but one of the functions throws a parse error: Scenario: ItemInfo[] itemInfo = new ItemInfo[1]; Function to call remotly: ItemInfo[] DescribeItems(...., .....); Actual call: itemInfo = remoteObject.DescribeItems(..., ...); Caught SOAP exception: Parse Error, no assembly associated with Xml key a1:http://schemas.microsoft.c ...Show All
Bandit97 Accidently deleted .Net Framework 1.1
I accidently deleted .Net Framework 1.1 from my PC. I used System Restore to go back prior to the deletion but that did not work, it was partially successful. I tried to use Add/Remove but that tells me >net 1.1 it is not installed. I tried to re-install, but the installer says it has problems and then quits. I get "fatal execution engine" errors at startup, AutoCad doesn't work, Visual C# IDE doesn't work... Any suggestions for ...Show All
Piero.B ApplicationBlock
hello, i want to use ExceptionApplicationBlock and i read in the docs that i need to add a reference to Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces.dll assembly but i cant find it in the "Add Reference" window what am i missing thanks ok so i downloaded it but still i cant see any dll i got that thanks for the help Hi, You not f ...Show All
antointhe Receiving unexpected OutOfMemory exceptions
I have a (nearly) released commercial application built in .Net 1.1. At the high level, it is a protocol proxy. Needless to say, it creates and uses many sockets. It is running on a 2003 Std Edition SP1, 2MB memory with 4MB virtual and 2 hyper-threaded XEON CPU’s. and is configured to use server mode GC via the following in the .config file. <runtime> <gcServer enabled="true"/> </runtime> The customer has ...Show All
Rincewind60 ANSI to OEM conversion
How can I convert an ANSI string to a OEM string using .NET Is there any method in the .NET classes Thanks, Felice Russo Try reading up on the documentation for the System.Text namespace. It has conversion functions and coding/decoding methods... Hope this helps, .a ...Show All
daveimme Method Not found error in COM+
Hi all, When i access my COM+ from Dotnet solution, and create an object for this COM+, then i can see the methods which are in the COM+. There is no compilation error when i make use of those methods, but there is a runtime error saying 'Missing Method Exception : Method not found'. The method exists, and it is also shown in dotnet intellisense, and strangely no compilation error as well. Where am i going wrong did any had such problem be ...Show All
yza suklan Reading remote environment variables
I am attempting to read the ProgramFiles, SystemDrive, and SystemRoot environment variables as well as some others from a remote machine. I tried using WMI but Win32_Environment but this did not seem to have these variables; is there somewhere else I should be looking I have also been trying to read them from the registry. I found ProgramFiles in HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\SFC and others in HKCU\Environment ...Show All
