Guilherme Cestarolli Seleguim's Q&A profile
.NET Development test form is only available for requests from the local machine?
Using web services i'm receiving a message saying 'The test form is only available for requests from the local machine.' my Service.aspx file is simply: using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols; [WebService(Namespace = "http://bristolmessenger.co.uk")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] public class Service : System.Web.Services.WebService { public Service () { //Uncomment the following line if using designed components //InitializeComponent(); } [WebMethod] public string HelloWorld() { return "Hello World"; } } I was experimenting other day and was working fine. I have not changed anything so mignt be a setting beyond my control as im us ...Show All
Microsoft ISV Community Center Forums use inputbox to choose cells for plots in excel
Hi all, The below code would I like to change so I can use the inputbox arrays 'usr_choice_x' and 'usr_choice_y' (instead of the range "A68:B89" as it is now) for the plot. How do I do that Grateful for ideas usr_choice_x = Application.InputBox(Prompt:="Select x cells ", Type:=64) usr_choice_y = Application.InputBox(Prompt:="Select y cells ", Type:=64) Charts.Add ActiveChart.ChartType = xlXYScatterSmoothNoMarkers ActiveChart.SetSourceData Source:=Sheets("MDO_061013_LHS_HP").Range( _ "A68:B89"), PlotBy:=xlColumns ActiveChart.Location Where:=xlLocationAsObject, Name:= _ "MDO_061013_LHS_HP" With ActiveChart .HasTitle = False .Axes(xlCategory, xlP ...Show All
Visual Basic Getting System Information
I have tryed to search for this question but I really don't no what part of the forum I should be looking in to, I did do a search and never really found what I'm looking for. I'm just making a little project on getting system information and I would like to know what Namespaces, etc I should be looking into, Thanks for the help. "I like to be a part of answering questions. Yours is so broad as to be almost unanswerable." - ReneeC .....lol, I don't really care If its boarding but you should keep it to you're self...... thanks for answering the question. ...Show All
SQL Server Can't create a SQL Server package configuration
I've created the table [SSIS Configurations] and have added a dummy row to this with "XYZ" in the filter name. When I use the package configuration wizard I can see that offered as a filter - so I know my connection is seeing the server ok. The problem I get is when I get through to "Finish" and insert the configuration to the table - I get this error message and I can't find any help on it: Cannot insert configuration information into the configuration table. (Microsoft.DataTransformationServices.Wizards) Could not complete wizard actions. I'm connecting as system administrator and am just foxed as to why it won't insert ... Anyone got any pointers Many thanks Matt ...Show All
Visual Studio 2008 (Pre-release) .Net Remoting two times faster than WCF!
In our healthcare enterprise multitier application the .Net Remoting transports are two times faster then WCF(we have plugable client/server transports): Measuring results for the same couple of client server requests: -> Tcp Remoting: 3.4 seconds -> Http Remoting (IIS-Hosted): 3.5 seconds -> Tcp WCF: 6.5 seconds -> Http WCF (IIS-Hosted): 7.3 seconds -> Http WCF (IIS-Hosted) with MTOM: 10.3 seconds Security: We just use authentication by NTLM Serialization: We use the NetDataContractSerializer, and not the DataContractSerializer (RPC style) Can WCF be tuned to be as fast as remoting The use of MTOM which replaces text by binary data makes the communication slower. Why ...Show All
Visual C++ help!!
hi i really need help on this bcz some how i find it hard and im clueless ** write a program that prompts the user to input a positive integer. it should the output a message indicating whether the number is a prime number. plzzzzzzzzzzzzzzzzzzzz help me asap Most people on this forum are unwilling to do your course work for you. What they are willing to do is to help you answer specific questions you have about some code. If you don't understand the question I suggest talking to who ever is giving the course. He or she should be able to explain in greater detail what is expected. ...Show All
Windows Forms help needed on how to create a spinning wheel using MS VS.NET2003 in vb
hi i need to create a spinning wheel in window form using MS VS.NET2003 in vb. i need to have a wheel which can be spin by clicking on a spin button which is similar to the wheel of fortune but minus off the word puzzle function. hope any one can provide me with any help. thanks to all who replied to my question. Really appreciated but my concern is more on how to create a wheel that can spin by clicking on a button and able to capture the value of which the wheel stop at. ...Show All
SQL Server SSIS data Convertion ??
Hello all Ho can i convert Integer to String in SSIS Derived column. Thanks in Advance Raj Lakamana When using 'Data Convertion' between 'Source table' and 'Destination table' by SSIS, some data could not be transfered to 'Int' or char(1) from Varchar(200). In fact, 98% of them should be int or char(1) or null. I tried to 'redirect row' the rest 2% to a wrong table. However, all data went to the wrong table during 'Data Convertion' and nothing went to the destination table. I checked the ErrorCode is : 0xC020907F -1071607681 DTS_E_TXDATACONVERTSTATIC _CANTCONVERTVALUE The data value cannot be converted for reasons o ...Show All
Visual Basic Adding Item to CheckedListBox
I am trying to add an item to a checked list box after the datasource has been set. I get an error on compile saying this can not be done. How do I go about adding the following at index 0 to my checked list box: (Select All) Sorry about that. The error is Items collection cannot be modified when the DataSource property is set. My code is: Dim dsNames As New DataSet dsNames = Reports.GetNames(conSQL) Me .clbName.DataSource = dsNames.Tables( "tblNames" ) Me .clbName.DisplayMember = "names" Me .clbName.ValueMember = "ssn" Me .clbName.Items.Insert(0, "Select All" ) ...Show All
Visual Studio Express Editions Move pogam
I wat to take my program to a different computer so i put it on a USB key and took it to the computer then when i go to run it, something happened and errors come up and the program doesn't work. How to i pack it up so i can take it to a different computer and edit the code Instead of just copying the files - Do a click once deployment to CD. This will create a proper deployment setup which you can then run on other machines - one of the requirements in the deployment will be .NET 2.0 Framework so if its not on the machines it will install it. Click Once is really neat. A video that shows a lot of the simple stuff on click once and answers a lot of questions is at http://dnrtv.com/default.aspx sh ...Show All
Software Development for Windows Vista Local Communication service events in sequential workflow
When is an event allowed by the local communication service When I'm waiting for an external event, I can deliver an event of the type that is expecting the HandleExternalEventActivity. That's the expected behavior. Now, for example, if a have a delay activity, then a code activity and then a HandleExternalEventActivity I can also deliver the event expected by the HandleExternalEventActivity while I'm currently in the delay activity. So, doing some tests, I realized that the events seems to be allowed to be dispatched if it exists a handleExternalEventActivity with the correspoding event type in whatever part of the workflow Am I right This behavior is completely different in state machines where only specified events are ...Show All
Visual Basic Access 11.0 Object Library
I downloaded Microsoft Office XP PIAs so I could perform some automated tasks in a current Microsoft Access Database. In my VB.Net application I added the reference for the Microsoft 11.0 Object Library. When I do this I get no errors. However, when I look at my current references the Access Object Library reference has an error message saying the system cannot find the reference specified under the path column. Any ideas Thanks Joe ...Show All
SQL Server Problems importing text files with double-quotes as text qualifier
I have text data files from a third party and they use comma as field delimiters and enclose the text for each column in double-quotes. Not a problem for most of the data files until they start sending files where there is " within the column values. SSIS package fails with the error: The column delimiter for column "Column 1" was not found. Any ideas on how to resolve this issue will be greatly appreciated. Thanks pcp I tried pasting the script, but I get the following errors: type 'UserComponent' is not defined type 'InputBuffer' is not defined 'OutputBuffer' is not a member of 'ScriptTask_7a67.......... The dtspipeline doesn't show up as an available reference in the editer.Howeve ...Show All
Visual C++ Return value incorrect
Hi, I've got a very weird thing in my program, const bool getRunning() const { Lock(); bool t = m_bRunning; Unlock(); return t;} Where m_bRunning == true; it returns false. ( lock and unlock handles the thread safety ) after the Unlock(), t contains true. but the return value is always false. even weirder, with code optimalisation on, the function isnt even reachable. it just skips it. //DEBUG 0041B5FE call Gameye::CApplicationInfo::getRunning (411677h) 0041B603 movzx ecx,al 0041B606 cmp ecx,1 ECX contains 205 after this. Please can anyone tell me whats going on const doesnt change a bit, both the constants indicate the the function cant change the objects data ...Show All
.NET Development Using ODP.Net with an XML Service
Hi, I'm developing a software for a three-tier architecture using C# for the client and Oracle 9.2 as the server. I am planning to use an XML web Service (using IIS) as the middle tier application service. Can I do it with Oracle Database Provider(ODP) driver Or can ODP be used instead of the XML service I would prefer the XML service as I'm more familiar with it. Thanx. -------------------- aragon ...Show All
