Answer Questions
fritzbane Step into webservice from ASP.NET project - Typed Dataset parameter
I have a VS 2005 solution with two ASP.NET web projects. The first one is the front end and the second one has the web services which are getting called from the front end. I have defined a Typed dataset in the webservice project. I have a web method in the webservice project which takes the typed dataset as a parameter. When I debug the front end project and try to step into this webmethod which takes the typed dataset it does not seem to go ...Show All
Lordnikon981 Installing Net Framework 2.0
I made a boo boo. Whilst the sandman was pulverizing me one night I accidently tried to install Net Framework 2.0 before installing the redist pack. Now when I try to install Net Framework 2.0 I get a message saying that there was an error creating process. The computer says that the reason for the error is because of C:\windows\system32\advpack.dll. If anyone can show me a way to correct my error without reformatting my hard drive I would be mo ...Show All
jrfinkel Passing NTLM credentials from a web application to a web service.
I have a web application that has impersonation set to TRUE, and anonymous access disabled. The only authentication I am allowing is NTLM integrated auth. I am making a web service call to another server in the same forest. I have set the web service call's Credentials to the DefaultCredentials in the CredentialCache, yet it returns a 401 Unauthorized when I attempt to make the call. I checked the logs and it does not appear that the username is ...Show All
RWClardy ADO.net, how to use INSERT statement
when execute insert statement, happend exception "fail to connect datasource". if change the value( , , ) to real value(3,'dfdf',11). it work well. so it prove that it can connect to DB. and execute select statement, no problem. why insert can happened the problem how to handle it CageNo defined to AutoNumber, CageName to Text and Food to Number(long integer) in Access. Any help, i will appreciate it. using System; using System.Drawing; us ...Show All
Freeman Shen Screen Size
I have an app in VB .Net that I utilize on all user's desktop as a desktop interfeace with shortcuts and what not on it. Not a big fan of it, but it is a directive I was given. The question I have is when I open the form, I do a "maximize" so it covers the desktop. However, it when it expands, it also covers the taskbar at the bottom of the screen. The user has to press the window key of CTRL-ESC in order to get to the St ...Show All
Bineon ADO.NET Driver of Sybase
I need to connect to a Sybase database server (Version : 11.0.3.3); are there any free ADO .NET driver for Sybase 11 Preferably native driver; having no dependency on any other thing like Sybase Open Client, as my web application is needed to deploy on a commercial web hoster. If anyone has personal expereince; please share. Hi, You dont need a specific provider for a Sybase database. OleDb provider and ODBC provider can be used to connec ...Show All
RaaH Passing streams in .NET remoting
I have a class implementing MarshalByRefObject, it has a method that return a stream. When the client consume the method the stream returned has all the properties OK except the data, it contains no data even when its length is > 0. If in the server I put the stream in a byte array and the method returns this byte array instead of the stream, the client get all the data OK. I'm using remoting with TCP binary formatted in VS2005. ...Show All
Maclau SOAP Exceptions handling Question
My app uses web services between, say, UI and Business layers. The exceptions raised by business layer will be thrown back by the service layer to UI. In the UI, I need to handle each type of exceptions seperately. (For eg 'dividebyzero' exception, 'dllnotfound' exception etc). The errors raised by webservices will always be of type soapexception. What would be the best implementation other than parsing the exception message string. - Man ...Show All
bez_333 Client information available to server
Hi, I have an remoted object served by IIS. I'm looking to find out what information I can get about the client that has connected or is making a particular method call. I saw an MSDN article saying that I could use System.Web.HttpContext.* to get some information about the client, but I'm unable to use .HttpContext for some reason. All I get available to me under the System.Web namespace is ASPNetHostingPermission, ASPNetHostingP ...Show All
Schmidty6060 WSE3 doesn't work in VS2005 (add-in not installed and proxy not generated correctly)
Hi all, I've got a lot of problem using WSE3 with my installation of VS2005 Team Suite. I installed the WSE3 with the "visual studio developer" option but I don't have the add-in for the configuration. I can bypass the problem using manually the Configuration tool to edit the configuration files. But I've also another problem: this happens both with my application and with the quickstart examples: when I add a web reference, the genera ...Show All
chadiswar MTOM Interoperability
Hi, I wrote a Service based on the Java-Technology JAX-WS which provides documents MTOM encoded and I wrote a consumer-client in c#.NET. On client-side I get an exception during deserialisation the response-message: System.InvalidOperationException Client found response content type of 'Multipart/Related; type=\"application/xop+xml\"; boundary=\"----=_Part_0_24598445.1143476873406\"; start-info=\"text/xml\"', but ...Show All
Midet WSE 'Bad Key' Exception
This error has been driving me mad for weeks...Hope someone can help me out here...Thanks in adv... I am sending a soap msg encrypted using WSE 2.0 sp2, while the 'bad key' exception just keep coming out. I thought it has something to do with the certificate permission for the ASPNET accout which is generated by the .net framework automatically after it starts. However, the error still exists after I added the Read permission for that ASPNE ...Show All
Steven Wilmot SENS Events in .NET 2.0
I have discovered how to catch SENS events using .NET 1.1, and recently found out that .NET 2.0 will raise similar SENS events. Unfortunately, these events that 2.0 raises do not provide as much information as what I can get from SENS directly. I will be providing links to both my local documentation, as well as the online WinFX documentation on the http://winfx.msdn.microsoft.com/library/ website in regards to the following question ...Show All
Andy D WebService Timout troubles
My webservice times out after insterting 15 or 16 rows into an access database from a mobile device. I read that databse querys and things of that nature take a long time. (well longer than regular methods) Ive gone into my iis server setting and changed the script timout to a higher value (longer than what its timeing out at) no change. i put <httpRuntime executionTimeout="600"/> in the web.config for the service. Not sure if this even do ...Show All
Olle SW Error adding to GAC
Hi, Only over the last few days I have started getting an error adding a dll to the GAC. Failure adding assembly to the cache: Access denied. You might not have administrative credentials to perform this task. Contact your system administrator for assistance. I have admin access to the box. When I get this error, if I open explorer and navigate to the WINDOWS\assembly folder no files are listed. If I log out and back in the error goe ...Show All
