iDhinesh's Q&A profile
SQL Server The user 'sa' does not have permission to register endpoint 'sql_endpoint' on the specified URL. Please ensure the URL refers t
I am trying to create an endpoint with sa CREATE ENDPOINT sql_endpoint STATE = STARTED AS HTTP ( PATH = '/sql' , AUTHENTICATION = ( INTEGRATED ), PORTS = ( CLEAR ), SITE = 'SERVER' ) FOR SOAP ( WEBMETHOD 'GetSqlInfo' ( name = 'master.dbo.xp_msver' , SCHEMA = STANDARD ), WEBMETHOD 'DayAsNumber' ( name = 'master.sys.fn_MSdayasnumber' ), WSDL = DEFAULT , SCHEMA = STANDARD , DATABASE = 'master' , NAMESPACE = 'http://tempUri.org/' ); GO Hi, http://sqljunkies.com/WebLog/ktegels/archive/2005/04/14/11616.aspx HTH; ...Show All
Visual Studio Other diagrams?
There are UML diagrams that are really only useful during planning, and become obsolete after that. I have found robustness diagrams to be like this, although we can argue whether or not they even count as UML. Other diagrams, sequences in particular, I find to be essential tools that I simply can't live without. I was using Borland Together with great success despite its numerous bugs, and non-existant support. What I found was that I could begin drawing a sequence, and it would make it obvious to me when something had been left out. I could be sequencing a simple lookup, and as I draw the line where the presentation ...Show All
Visual Studio Express Editions VB 2005 Express/MS Access - row is not being added
Has anyone had any success with adding a row to an (external) Access 2.0 database. My code is: ' *** create a new row by calling the NewRow method Dim thisRow As DataRow thisRow = dsACCIMAGE.AccImageTable.NewRow() ' *** manipulate newly added row using column name ' note: can alternatively replace column name with column index ' e.g. thisRow(3) = SelectedPathName ' Code for the 1st column goes here after auto-counter updating is resolved thisRow( "ImageDateTime" ) = somedate & sometime thisRow( "ImagePathName" ) = SelectedPathName thisRow( "ImageFilename" ) = SelectedFileName ' Code for the ...Show All
Visual Basic Click once requires system to be updated to Crystal...ReportSource Version 10.2.3600.0
Should the click once publisher or the build project have built these references and included them in the build Is the Crystal Reports Prerequisites package selected, and does the bootstrapper indicate it is being installed One possible workaround would be to mark the files as Excluded, instead of as Prerequisites. This will turn off the ClickOnce runtime prerequisite check, and should not throw the error. However, if you that, and the Crystal Reports components are not being downloaded and installed, then you'll get a runtime exception when your app loads, or attempts to use the Crystal Reports components. ...Show All
Visual Studio 2008 (Pre-release) Is there Expression Designer Feb CTP?
NO ! Until March CTP I want to use the Expression-Tools for xaml build~~~~ Can you give me a answer Thank you! Don't have one yet. Moving forward, you can expect that the Expression CTP's will always lag a little behind the runtime (they do testing on the final bits before handing it out). Arik Cohen Lead Program Manager Windows Presentation Foundation ...Show All
SQL Server New tool - ISCodeGen
Use this tool to learn about Integration Services programming model or to decrease development time of your application driving Integration Services. http://www.ivolva.com/ssis_code_generator.html So far tested on CTP June. Oleg Ivolva Digital http://www.ivolva.com ...Show All
Visual Basic Difficulties with Data Adapter Configuration Wizard (error)
Whenever I try to use the Data Adapter Configuration Wizard (the OleDBDataAdapter) from the toolbox I get the following error... "An unexpected error has occurred. Error Message: Object reference not set to an instance of an object. Call Stack: at Microsoft.VSDesigner.Data.VS.VsConnectionManager.CheckConnection(Int32 index, ProviderNameInfo nameInfo) at Microsfot.VSDesigner.Data.VS.ConnectionPage.InitInput() at Microsfot.VSDesigner.Data.VS.ConnectionPage.OnEnterPage(EventArgs e) at Microsfot.VSWizards.WizardPage.RaiseEnterPage() at Microsfot.V ...Show All
Windows Forms Communication from WinForm control to Host Application
Hello, I have a .Net 2.0 C# application. When an event is fired this application invokes an embedded WinForm Control. The Winform Control does its stuff and then has some results which it wishes to return to the host application. How do I do this How does a WinForm application return value to its calling application Thanks Shree As far as i think , use public properties and set the values in that public properties, and then access these public propertires thorugh control object. ...Show All
Software Development for Windows Vista Windows Workflow Foundation
How can I get the windows workflow foundation version Yes, I know, but I need to know the Beta version 1.2 or 2, I think that xoml format make the difference. Thanks ...Show All
.NET Development Socket, detect message boundaries for objects - working code?
Hi, I'm stuck with a problem that is bugging me for days. I'm custom serializing objects and sending them across async TCP sockets. However, I have a problem deserializing messages when the receive is split up in different packet sizes and I just can't figure out how to get it right. The problem is, that all works fine for a couple messages but then the header size is read incorrectly (I'm sending a header for each messages that tells the length of the incoming message so I can detect the message boundary): 2005-11-21 16:13:12.0468|INFO|Test.Server.ClientCommunicator.Server|Received connection from: 127.0.0.1:1990 2005-11-21 16:13:12.109 ...Show All
.NET Development "The schema returned by the new query differs from the base query" error
Hello, I have been trying to create search queries: 1) Click on the xxxTableAdaper. 2) Choose a table 3) Name the FillBy field 4) Type in the SELECT fieldname FROM table WHERE field=@key 5) Click OK. Then always I get "The schema returned by the new query differs from the base query" error. Something is fundamentally wrong Any idea Thank you. Athena I'll be moving this to the ".NET Framework Data Access and Storage" Forum as that one has a better chance to provide an answer. I suspect your problem is that your query does not return data of t ...Show All
Windows Forms Connect to Yahoo search
hi is there a way that i can send a word to yahoo search from my application and get the results displayed on my application thanks Yes, but depending on how you wish to use the service it might be a viable option. I would also caution Sami in culling the search results from Yahoo without also entering into a similar agreement& ...Show All
Software Development for Windows Vista Clarification on TrackingChannel.InstanceCompletedOrTerminated
Can anybody explain to me the purpose of this method When a workflow is completed or terminated, the TrackingChannel.Send method is called with a TrackingWorkflowEvent of either Completed or Terminated. Is there some scenario where one of the methods is called and not the other Hi Nate - TrackingChannel.Send is called for all tracking events depending on the tracking profile associated with the running workflow instance. The InstanceCompletedOrTerminated is called only when the workflow instance associated with this tracking channel has either terminated or completed. Thanks, --Moustafa ...Show All
.NET Development Help plz
Hi Davids, Thank you for all your help. I think i will just place that on the c drive for now.Because i'm new to vb studio 2005. So i still have many others problem. Could you help me with it. For instance, how would i select the data from access using vb 2005. Here is the code that i got so far Imports System.Data Imports System.Data.OleDb Imports System.Data.OleDb.OleDbConnection Imports System.Data.OleDb.OleDbDataAdapter Public Class Form1 Public Sub OpenDatabaseConnection() Dim strConnectionString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source ...Show All
SQL Server June CTP: Fantastic! Now...
Ok, so I'm downloading the June CTP from Betaplace right now. And of course I'm greedy :) Will this version interop with Vs.net 2005 b2 Is there a new Vs.net 2005 CTP coming Same old request as always :) Please let me know how did you find out the .net framework version for June CTP The actual version of .net framework in June CTP is 2.0.50215.312 and is ofcourse greater than the .44 in April CTP. Thanks, Vineet Rao ...Show All
