all groups > visual studio .net act > recent posts
RE: Could not display chart. The control is not properly registered.
Posted by Steve Wakefield at 5/13/2010 7:33:36 PM
This may fix the problem, but beware, you are reducing the security of your machine.
The ActiveX Compatability registry keys contain values called "kill bits".
IE uses these to prevent it running dangerous ActiveX controls.
If you need to clear this flag, you should only do so for the time you... more >>
RE: Could not display chart. The control is not properly registered.
Posted by Olivier at 10/20/2009 6:28:07 AM
Oh God it works : )
Thanks Charles
From http://www.developmentnow.com/g/50_2006_4_0_0_745084/Could-not-display-chart-The-control-is-not-properly-registered-.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
You saved my day.
Posted by Tina at 9/24/2009 2:10:12 PM
You saved my day.
From http://www.developmentnow.com/g/50_2006_4_0_0_745084/Could-not-display-chart-The-control-is-not-properly-registered-.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
buy diacount brand shoes and clothing from www.richvipshoes.com
Posted by richvipshoes at 9/1/2009 2:04:04 AM
www.richvipshoes.com wholesaling ,retailing and dropshipping many kinds discount brands on shoes(nike,adidas,puma,gucci,prada,dg,lv,coach,juicy,true religion……) ,clothes, jeans, purses/bag, Sunglasses,brand accessories, etc, which is from Putian city,Fujian province,China.
1.We supply door to doo... more >>
Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:26:46 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com
... more >>
HP Desktop for sale!
Posted by pbdude at 10/14/2007 4:00:30 AM
Hi,
I have an unused HP Pavilion with the fallowing specs:
# Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus)
# Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS))
# Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/s... more >>
Watch NFL Games Online
Posted by Dexter H. at 10/13/2007 9:54:48 PM
Watch NFL Games Online!
For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels
The s... more >>
Mitigation of Service interactive issue
Posted by mahesh at 8/9/2007 4:32:01 AM
Hi Team,
I am using ACT(Application compatibility Tool5.0) for testing applications
in vista. While creating data collection package it is showing service
interative.
For that I have applied Windows XP mode as well as session shim.
But still that issue exist.
What type of other mitigation ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ACT problem
Posted by Florin at 3/19/2007 9:42:12 AM
Hi,
I have been using ACT without problems in the past, but now, using a
similar project I am getting a strange behaviour which makes the test not to
work.
The problem is that I have two sites and a redirect between these. And on
this redirect, instead of receiving the responce from th... more >>
activesync4.2 problems
Posted by Peter6544 at 2/20/2007 2:43:03 PM
I have a HP iPAQ, mobile5, activesync4.2
Outlook2003, ACT!2007
When I sync my contacts, the contacts of ACT2007 combine with the existing
contacts on my mobile. So i run out of memory. Even when I set to "overwrite
contacts on mobile".
Can anyone help me ?
Peter... more >>
ACT and AJAX
Posted by DheerajVerma9 NO[at]SPAM gmail.com at 9/27/2006 5:22:01 AM
I want to use ACT on an application which uses a lot of AJAX
programming. Will it be possible to get good results for performance
testing for such an application. I tried running a few scripts and got
a lot of HTTP 403 errors. Is it because of the async calls or there may
be some other reason fo... more >>
Problem in testing aspx page and COM+ object
Posted by YANESH TYAGI at 7/28/2006 12:20:13 AM
Hi,
I tried to test my COM+ component with ACT. But it does not show the
expected results. My setup is :
1. I create a serviced COM+ component. This component inserts a record
into database.
2. I create a web form to call this component. I use
Server.CreateObject method.
3. I run the stre... more >>
Error Urgent...
Posted by vinodtv at 6/22/2006 12:46:02 PM
I am getting the following error while trying to run a recorded test..
Connecting to the test clients...
Waiting for the test clients to start...
Test client 'xxxxx' did not start. Error value: 0x80000005
Unable to run the test. Either no test clients are available or a
registration error ha... more >>
Re: Could not display chart. The control is not properly registered.
Posted by Charles Babbage at 4/28/2006 12:00:00 AM
In case anyone is interested I finally cracked this after 2 days of
investigations by using SysInternal's Regmon, saving the log files to file,
filtering out timestamp, sequence number and process columns in Excel and
then using Windiff to compare the good and bad registry traces.
Turned o... more >>
Could not display chart. The control is not properly registered.
Posted by Charles Babbage at 4/27/2006 2:41:11 PM
I've seen other people raise this in searching the web but can't find any
definitive answers so apologies if this has been answered previously (but
please point me in that direction).
I have two XP Pro SP2 workstations - one works fine in that it shows the
result graphs in ACT (v1.0.536.0) ... more >>
Simulate a button press
Posted by McGurk at 4/4/2006 1:46:30 PM
Got a test script where I want ACT to log off a user I just logged in
via forms authentication. On one of my forms I have a button called
btnLogout that, when pressed, logs off the user. I recorded myself
logging on and logging off, and from the generated script I see:
oRequest.Body = "__VIE... more >>
Re: ACT Authentication errors
Posted by chen at 3/28/2006 7:46:29 AM
Infact based on the url, i did create a simple ACT script to test the
web method like so...
' VBScript source code
Option Explicit
On Error Resume Next
Dim connection
Dim body
Dim oRequest
Dim oResponse
set connection = Test.CreateConnection("<machine_name>", 80, false)
if ( co... more >>
Re: ACT Authentication errors
Posted by Sathya at 3/28/2006 12:17:10 AM
Hi,
Hope this may solve your problem..
To record by using an application that uses Windows authentication
1. Enable basic authentication, in addition to
Integrated Windows authentication, on your IIS server.
2. Record the ACT test script for testing your
... more >>
ACT Authentication errors
Posted by chen at 3/27/2006 1:48:09 PM
Running into a weird situation wrt using ACT while stress testing web
service. The Web service disallows anonymous access & the ACT script is
setup to use domain account for the users.
When the test is run with 1 connection, authentication requests are
failing on every 3rd attempt. Not sure wh... more >>
Ink
Posted by mshawjr NO[at]SPAM frontiernet.net at 3/20/2006 4:28:22 AM
Man I have found this site that has the cheapest ink for any printer.
You can compare prices and then review the companies on service and
quality. <http://www.imagraphix.com> Let me know what you think... more >>
Ink
Posted by mshawjr NO[at]SPAM frontiernet.net at 3/20/2006 12:00:00 AM
Sorry guys. The spam stuff was not my intent. I do oppoligies and won't
happen again. I have never been on newsgroups before and not sure how to
work them. I hope you guys can forgive a bad choice. Murphey... more >>
Urgent help is needed
Posted by NewBie at 3/19/2006 7:15:51 PM
Hi,
I am new to application center test tool. My requirement is testing the
web application and analyzing the result. After running the ACT test
following are the results of the performance counters.
\\webserver\Processor\% Processor Time\_Total
Minimum: 0.00
Maximum: 100.00
Average:... more >>
Parameterize request attributes
Posted by Yan Zhou at 3/16/2006 3:43:44 PM
Hi,
I am using ACT to load test web service, I think the same question applies
to Web test, too.
My WebService takes a user account id that is associated with the user name.
I can define User Groups in ACT with many different users, but how do I code
their specific user account id in the sc... more >>
Re: ACT Test Run Problem
Posted by S Mosher at 3/10/2006 7:21:39 AM
The problem is that you are missing the Microsoft ACT WMI namespace:
Root/CIMV2/Applications/MicrosoftACT. A simple re-install of Microsoft
Application Center Test (or Visual Studio) will remedy this problem.
You can check WMI by clicking Start > Run... and typing "mmc" (without the
quotes... more >>
Re: Use ACT to do performance testing for ASP.NET app?
Posted by UncleJoe at 2/27/2006 10:44:46 AM
Hello Alvin,
I too am a complete newbie when it comes to ACT. Would you happen to
know if there is a introductory tutorial somewhere? I am completely
baffled by how to get started with this thing. I went with the wizard
to record a session and was able to "test" by replaying it. Yet this
seem... more >>
Re: Use ACT to do performance testing for ASP.NET app?
Posted by Alvin Bruney - ASP.NET MVP at 2/27/2006 9:27:28 AM
ACT contains user groups that u can use to setup tests. That would allow you
to enter different input values from the tool as opposed to hacking it.
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www... more >>
Bug in VC++2005 running an "embeded" devenv cmd?
Posted by Viviana Vc at 2/21/2006 6:21:56 PM
Hi all,
I upgarded to VC++ 2005 and I'm having a problem that didn't occur on
VC++ 2003. I would like to know if there is a way to fix this.
The scenario is like this:
- Create a project e.g. resdll.sln/vcproj, that is a normal application
that might also include resources
- Create a batch... more >>
Authentication Issue
Posted by JasonRhinehart at 2/17/2006 7:18:28 AM
Hi,
I am having problem similar to resolution 322032, but I cannot even get the
first successful test to record. I record the script, hit the logon page of
my app and get the 401 error. The app of course runs great if any other user
with a browser hits the URL. IIS is setup to accept anon... more >>
problem in application center test
Posted by sgr at 2/15/2006 11:27:07 PM
Hello, i'm new in this
I've a problem I can't see the graphic in the result screen
Can Anyone help me?
Thanks in advance.... more >>
Get Rich
Posted by Daun Johnson at 1/31/2006 12:00:00 AM
Take advantage of a great deal
... more >>
|