Answer Questions
Flopik 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
Lance Colton Webservice deployment
Hi, I am facing some issues trying to create a Setup project for my webservice. I have done this thousand of times on 1.1 but things are a little different on 2.0 I have a simple webservice, with all these new folders that have mess my file organization (app_code, app_data, app_globalResources, etc). The webservice works fine and now I need to create a setup project so I can distribute the webservice in a single installation file. The p ...Show All
nunoborges Capturing console window close event
Howdy, I'm writing a console application and I'm looking to get notified, either via an event or delegate, when someone closes a console window either by the system menu or clicking on the X. Thanks, Chris Interesting... so far none of my finalizers or Dispose() methods get called. Good approach though. I'll try messing with other framework objects as they are disposed/finalized. As messy as it ...Show All
tank959 Removing IIS site port from WSDL
Due to the arrangement we have with our firewall, our IIS server sits behind our firewall and hosts websites on different ports. When requests come though the firewall for different URLs, the firewall handles these and passes them onto the appropriate sites by their port. This is fine for everything but web services. When you try to capture a web service on a site behind the firewall, for some reason the WSDL keeps putting the port of the websit ...Show All
Luis Coimbra Server currupt when Client close.
I have made a "Hello world" Remoting example. The Client works fine when connecting with the Server. While I close the Client, a message comes out as below, and the Server close. Server has encountered a problem and needs to close. We are sorry for the inconvenience. The debug information is as below: System.AccessViolationException was unhandled Message="Attempted to read or write protected memory. This is often a ...Show All
boms Problem with continous polling using HttpWebrequest and HttpWebresponse
Hi, I am currently developing a PDA program that continously polls for data on a java servlet running on a tomcat server. Usually during the first 15-20 minutes the program works fine, however after that I begin to recieve the following exceptions in: - "Internal Error 500 (from webserver)" -after a few minutes I begin to recieve this web exception : "The operation has timed out" - finally it this error occurs "Unable to connect to Web Server" f ...Show All
SJINDAL Specifying ClientChannel outbound communication Port
Hey All, Hopefully someone can help here, I have yet to find a solution to my problem. I am using .net remoting in the 2.0 framework. Everything works fine, but I want to be able to specify what port my client app uses to send messages to my server. Through some digging around I found out about the IDictionary object that the 'server' can use to specify port and proxyPort, but I need to do this for my clientchannel. I am using HttpClientCh ...Show All
BMakari Creating Charts In ASP.NET
hi all, can any one tell me how to create a chart in ASP.net using datas from SQL server. and how it is fetched in Excel sheet format. regards karthik.A Hello, I would recommend posting your question on one of the ASP.NET Developer Forums [ http://forums.asp.net ], which are closely monitored and maintained by the ASP.NET product team and developer community. Hope that helps, Stephen [Microsoft Common Language Runtime: Security - Devel ...Show All
Ido Flatow "Column 'ID' does not allow nulls" exception throw from datagridview
Hi All, I created a table in SQL server and there is a column named "ID" which type is guid and default value is newid(). This column also been set to primary key of the table. I also created a typed dataset in Visual Studio 2005 from preceding table , then in a windows form , used datagridview control to show and add new record to it(set the column of ID to readonly, I hope SQL Server help to set the value of ID column). But when I test i ...Show All
Kory Stack overflow when calling WinAPI function many times per second
Hi, I have serious problem with Stack overflow. In my program I have to communicate with another application through serial port. Because I have to manually set RTS pins during communication to control data flow, I can't use System::IO::Ports::SerialPort class. So I am using calling of native functions of w32 with P/Invoke. Program looks like this: void Rs485Listener::Listener() { array <Byte>^ byte; ...Show All
Ravel ODBC drivers in 64-bit.
I tried to port some code to 64-bit that uses ODBC to connect to the DBase driver but get the message "Data Source not found.". It appears that this driver went away in 64-bit as part of JET (Can anyone confirm this ). Anybody know if there are plans to provide a replacement or if there are any 3rd parties vendors currently providing a 64-bit driver for DBase What about ADO/ADO.NET providers Thanks! ...Show All
GhansonNCR Issue with threading
Hi Buddies, I am using 3rd party adapter to connector MySQL db in C# (VS 2003) for developing a chat app. Using that adapter, I have seen a strange issue that, after executing the SQL quries very fast for some time, all the pending threads in MySQL db is going to a sleep state. After that, no more SQLs are executing. Ie, my C# app is not able to communicate with MySQL db. Because of this reason my applicatio ...Show All
Korol got problem when try to connect a Access database remotely
Hi everyone, I have a c# desktop application, and it connected to a Access database, everyting was fine, my connection string (in app.config) was: <add key="LocalPath" value="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=c:/app1/database/patientRecords.mdb; User Id=admin; Password=;" /> however, now I need to access this database through Internet, so I change my connection string to: <add key="LocalPath" va ...Show All
Commonman Single DLL for 1.1 and 2.0
Hi; We have a dll that we know runs fine under both 1.1 and 2.0. Is there a way that we can build the dll under 1.1 (Visual Studio 2003) but then mark it as ok for 2.0 also If not, then we have to build 2 dlls, one for 1.1 and one for 2.0. Is there a suggested anming for the dlls in this case For example, should it be dave_1_1.dll and dave_2_0.dll thanks - dave Hi, enen. Thanks Mattias. It should have been the other way around. Thanks a ...Show All
David T92166 custom policy assertion and userNameTokens
in the IsSatisfiedBy method of my custom policy assertion how can i access the username token(s) or the principal of the tokens I have a custom generic principal with a list of ClientId and a HasClient method that i am using to set the principal object of my usernamr token when i am doing custom authentication (it already works) and i want my custom policy assertion to be able to test for specific clientId's by using the HasClientId metho ...Show All
