Answer Questions
Bill Hunt Is CLR profiler suited for C++ applications?
Hi, Is CLR profiler suited to profile C++ programs If not, is there another C++ profiler that is available I am working with the following tools: Microsoft Development Environment 2003 Version 1.13088 Microsoft .NET Framework Version 1.1.4322 SP1 I'm trying to profile a simple application (built with Visual C++) with CLR Profiler v1.1 The CLR Profiler's dialog box opens OK but when I try to connect to a process through ...Show All
Emiy Updates are not written to the database - please tell me why!
I am at my wits end! I am creating a simple web application in Visual C# 2005 Express Edition Beta 2 by dragging a table from a data source onto a windows form. I have reread numerous articles on MSDN but with the exception of adding a try block this is as far as I can tell all I need to do to create a working form. When I run it all looks good, I can edit fields and click on the save (disk) icon. But when I look in the database again - it is u ...Show All
betolea setspn and delegation
I am having problems getting delegation up and running using a service account running IIS 6.0. My test scenario calls from a XP client through to a webservice on server iis1, through to another web service on iis2, both web servers runing win2003 SP1. The Domain is at a functional level of win2003. Both web services have windows auth and impersonation set, ping methods to the individual webservices do work ok. I have setup 2 ser ...Show All
0x00 Bug? GetObjectData called multiple times for single reference
The following code demonstrates that the BinaryFormatter will call GetObjectData on an reference to an object that has already been serialized. This would appear to be a bug. If the serializer keeps track of circular references and only writes the data out one time for each object, then this call is unncessary and potentially a huge performance hit. If circular references are to be handled correctly, then the serialization process must not chan ...Show All
MGraves Who can help me translate Visual basic 5.0 code in MSaccess 97 to Visual Basic .net 2003 code
Hello to you all... i got a small problem and i do not know how to solve it. Maybe someone of you out there knows the solution. Problem..: The code was taken out of my MSACCESS 97 database and written in visual basic in the modules section of MSaccess 97 This works fine in access... Everytime i call SetVolgnr() the Field REVOLG is updated with one (Read: REVOLG=REVOLG+1) Remark: CurrentDb = Leon-NAW.MDB Remark: Volgnumber = one of the tables ...Show All
EasyRider .net 2.0 uninstall
Downloaded windows installer 3.0 and installed. Tried to uninstall .net 2.0 beta 2.2 as per instructions for installing Sqlserver 2005 from express download page. Get uninstall errors. Any help would be appreciated. thanx I have a machine with the same issue. If i find correction for this, I'll get back to you. Update ,downloaded and installed windows installer 3 ...Show All
codingIntern MXLHTTP 302 status
I am using Microsoft.XMLHTTP to make a request and the response to this request invloves a redirect, is there anyway to capture the header information on the original response before it's redirected I can see the first response's header information using fiddler which comes back with status of 302(redirection) but using the XMLHTTP I only see the header information for final response which is the result of a redirection. oHttp = new Acti ...Show All
Bugsflowers can someone help me pretty please? :)
I saw this game space odyssey... It's combat related, awesome graphics... spaceodyssey.biz It's so interesting, but quite complex... I understand it uses PHP/MySQL.... What can you tell me of those languages I want to lean how to use them... Thank you That is Microsoft site and they have nothing in common with PHP/MySQL. Try to post you request on appropriate forums like http://www.phpbuilder.com/b ...Show All
gunman69 .Net Framework, compiled or translated?
Sorry but I have this basic question, is about plataform .NET Framework, I'd like to know if the final result is a machine compiled code compatible with .NET FW or is a .NET FW code to be translated in runtime as with Java . Too, I'd like to know about the same but with C# and Basic. We know that pure C++ code is optimized machine code, but how works C# or Basic about this . Thanks. I don't have very clear h ...Show All
battleofhalfwits user interaction in windows service
According to msdn, the windows service classes supported by the .NET framework do not support interaction with the user but it can be done by the unmanaged windows API. Can anyone provides some links or relevant examples to the above problem. Any suggestion is appreciated. Ok thanks for the great article..... Pardon me i got another question in mind. If upon calling a function in the windows service to start ...Show All
Lattwell Saveing
Hi, I am using VB.net and I want to save to know how to save a file Like maby if I type something in a textbox and then you push save and you stop Debugging ( Close the form ) and start Debuggung ( open the form ) it will still Say what you had typed earler Please reply as soon as possible Thank you Simon You can also check this videos. I dont remember in wich one bob tabor explai ...Show All
Benjamin Coats XMLInclude attribute abd Webservices in VS2005
I am using vs 2005. When i apply xmlinclude attribute on webservice, it gives me compile time error. I dont know y Hello Shahzad, What compile time error do you get Where exactly are you applying the attribute Could you please post your code Thanks! Daniel Roth When I tried applying the attribute now, it was successfull on this occasion. i dont know wat was wrong there ...Show All
pod Student ConfigurationManager does not read connectionStrings from app.config
Hello, I have created a class library with this app.config: < xml version = " 1.0 " encoding = " utf-8 " > < configuration > < connectionStrings > < add name = " AppConnectionString " connectionString = " Data Source=(local);Initial Catalog=mydb;User ID=myui;Password=mypw " providerName = " System.Data.SqlClient " /> </ connectio ...Show All
Bob Wesolowski ASP.NET 2.0
Hi, I have made the necessary changes in the web.config so that I can get to the security Tab for the ASP.NET configuration. The new error when trying to go to the security Tab is: The following message may help in diagnosing the problem: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'. At present I have started the shopping site to work ok, but I can not get to the security Tab. <connectionStrings> &nb ...Show All
zjvifszedjfkfjsdzkhfljfsGouranga about collection and template variable
Hi: I am using Visual Basic.Net 2005 and Framework 2.0. Now I design a class as following: public class para(of T) dim ab as integer dim content as T end class and also I have another class public class equipment dim id as integer dim name as string public paracol as New System.Collection.Generic.list(of Para) end class Here, I have a problem. Because my class para includes a templ ...Show All
