Software Development Network Logo
  • Visual FoxPro
  • Visual Basic
  • Smart Device
  • Windows Forms
  • Windows Vista
  • Visual J#
  • Visual C++
  • Game Technologies
  • Visual C#
  • Architecture
  • VS Express Editions
  • Windows Live
  • SQL Server
  • Visual Studio
  • VS Team System

Software Development Network >> memevilas's Q&A profile

memevilas

Member List

stevenb01
Ivan Penkov
Seaxouri
Lars Seger
Daniel2005
nujum
ndasu
kashiro
nethervoid
partnerinflight
Bob Heitzman
Reg J
baziz
error1408
Bmeyer
csgear
harlequinben
Jesse Albert
Devinder Singh
Sachin Agarwal
Only Title

memevilas's Q&A profile

  • .NET Development How to write a client application to comsume a secure web service?

    Hi, I got this coding from the MSDN WSE 2.0 documentation. Then I tried creating a client to invoke this web service. However, I alwiz get the error message the signature u provided is not valid. Can someone plz write a sample client code to let me see how to invoke the web service. I need help coz my boss is bugging me coz the dateline is reaching, This is my first time using WSE 2.0. I want to see a sample client coding so tht I can modify to suit my company;s needs. PLease help needed. Thnx <WebMethod()> _ Public Function SayHello() As String ' Ensure that the request is a SOAP request. Dim requestContext A ...Show All

  • Windows Live Developer Forums Issue with window.external.Channel.SendFile() Method ... Need help Please

    Hello everyone: I have my SendFile tag set to true in my xml.  I can successfully get the file i want to send by using the var fso = new ActiveXObject(" Scripting.FileSystemObject") then calling the getfile(path to file) method.  But, when i try to send this using the code that Microsoft provided in the MSN Messenger Activity API help file as well as microsofts site; I keep getting this error every time I run my activity.  "SendFile failed.  Error Description:  Invalid procedure call or argument"  Below is the code segment that is issuing.  Please if you have any info that can help me that would be gre ...Show All

  • Visual Basic CDate and IsDate functions causes error 13 even though string is a valid date

    Using VB6 Enterprise edition. All of a sudden I'm geeting error 13 when attempting to use the CDate or IsDate fucntions. The string being used is a valid date. Any thoughts as to what's causing this error These forums are intended for VB.Net questions and not really for other products which may have older versions of VB or VB in there name. Some other places to search VB6 and earlier versions answers are . VB6 newsgroups http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general.discussion&lang=en&cr=US as are other web sites such as the following which has forums and is a great source ...Show All

  • SQL Server Changing Fail-safe operator in SQL Server Management Studio

    I have designated an operator as the fail-safe operator in SQL Server Management Studio (SSMS). I now wish to change the fail-safe operator to be a different operator. SSMS allows me to make the changes, but after selecting "OK" and re-opening the SQL Server Agent Properties in SSMS, the changes have not been made. Any idea how to change the fail-safe operator As far as I can tell, there are no stored procedures available, and as I understand it SSMS is already using SMO. Any help would be greatly appreciated. Thanks John Thanks for taking time to report this. I have opened a bug on ...Show All

  • Visual C++ C++ & UNICODE

    Dear MSDN C++ experts, I have Visual Studio 2005 Professional installed, I need a help issue about something annoying a bit. My professor in college asked us to make a report how to write in name in Arabic using UNICODE, in fact I was unable to make such a program as it's so hard for me as I'm still a beginner. Here is a code sample I asked someone to make for me, It's UNIX based, the print out is an empty screen in windows: ================================== //This is a C++ console app to print out name in Arabic using UNICODE #include<cstdio> #include<iostream> using namespace std; int main(int argc,char* argv[] ...Show All

  • Visual Studio Tools for Office MS Access opening exclusivly

    Hi, I am opening an Access DB from my VB.NET application to print a report. The problem is that it opens exclusivly and when then remains locked. How can I open the DB with out locking it or how do I unlock th db when finished. The DB is on a server and I am using VBA code OpenCurrentDatabase(Filename:=DB Path, Exclusive:=False). Any Ideas Thanks Mike Thanks for the help Mike. I solved the problem by adding a Quite cammand in my forms on close event, which unloads the DB and unlocks it. Thanks again. Mike ...Show All

  • Microsoft ISV Community Center Forums Copy and Paste Values

    I cannot figure out how to copy and paste as values using VBA without acually selecting the cells when I paste and using the same code the macro recorder generates when I record a copy and paste as values. What would be the code for copying cells a1:a10 and pasting as values in cells b1:b10 without selecting the cells range("a1:a10).copy Then what This is the acual code, the above post was a tiny bit off, thanks though:   Sub TestDis() Sheets("Sheet1").Range("a1:a10").Copy Sheets("Sheet1").Range("b1:b10").PasteSpecial (xlPasteValues) Application.CutCopyMode = False End Sub ...Show All

  • SQL Server Execution of Package failed

    I am trying to design package which would copy all tables and stored procedures from one server to another. It used to be simple task in SQL 2000, there was wizard. However the new wizard does not work... I wrote SSIS package, but when I execute I get the following error: "Can not apply value null to property Login..." Any idea It seems to me that this new SQl2005 is not that simple to use like 2000. 2000 was a great product. I am considering to rollback to 2000. Very frustrated with the new one...          There should be more to the error message than that. Please can you copy the ...Show All

  • Visual Studio How to add custom control to Visual Studio 2005 Toolbox?

    Hi all, I am working on a Windows Forms custom control now and I would like to place my control right on the Toolbox window after installation, however, this seems to be a problem now. I notice that EnvDTE and EnvDTE80 namespace and the DTE2 interface seem to provide customization of VS IDE environment, and I tried as follows: 1> Get a DTE2 instance by Activator; 2> Use DTE2.ToolWindows.ToolBox.ToolBoxTabs.Add to add a new tab; 3> Use ToolBoxTab.Add(name, object, vsToolBoxItemFormat) to add my control. here name="Control1", ie, and object=@"C:\Control1.dll" as mentioned in MSDN. Here is the problem. this method should retu ...Show All

  • Software Development for Windows Vista ICredentialProvider

    Did anybody make a successful user logon using the new ICredentialProvider interface My credentials are displayed, but I can't make them to logon. And what worse - after 20 or 30 seconds, the winlogon crashes completely with no recovery possible excepting hardware reset. I thought I basically did something wrong and decided to wait for more detailed documentation or some sample code. But MS doesn't seem to put too much effort on improving their SDK documentation and I also found that at least one other programmer has the same problem: http://msdn.microsoft.com/newsgroups/default.aspx query=vista&dg=microsoft. ...Show All

  • Visual Basic reading a string from the right until...

    I thought this would be simple to figure out (and perhaps it is), but I’m not finding it. I want to extract the last part of a string and save it in a variable. The string lengths are never the same, but there are consistent separators, as below: home\work\school\neighbor I need to save “neighbor” in a variable. My idea was to simply read the string from right to left and stop at the first instance of “\” but I am having trouble finding the proper way to do this. BTW, I’m using VB 2005 express Sure that can be done.... There are numerous ways of doing this. Heres a function which ...Show All

  • Visual Studio Team System FxComCmd error code for new messages

    Hi there, In my test I use the baseline report and I am interested in catching the situation when FxCop detects new messages. I am checking ERRORLEVEL in the batch file but FxCopCmd seems to not report any error even if new exceptions were found in the code. Could you tell me what is not correct in my approach and give me some directions Thank you. Set your project options to only write new messages to the output file (but save excluded messages in the project file). Then, after testing, look to see if the output file exists. If it does, there were new unexcluded errors. ...Show All

  • Windows Forms Remote Access

    Hi, I have a windows forms application, developed under .Net 2003. This  application mainly accesses a remote Oracle database to generate reports. To  be able to run my application, I have to install it on every PC that needs to  use it, along with the .Net framework 1.1 and all the libraries it needs. I  made an msi file that does everything I&nb ...Show All

  • Smart Device Development PocketPC Emulator/ActiveSync Error?

    Until about 2 weeks ago I have been using the VS2005 PocketPC WM 5.0 emulator with ActiveSync without any problems. As soon as I would "connect" the emulated device through the Device Emulator Manager ActiveSync would recognize the emulator and sychronize with it. However, during the last 3 weeks this functionality has disappeared and been replaced with this error message . The other member of my project has the exact same problem. Has there been an update recently that we are missing Does anyone know what this is about Thanks Can you please try connecting and cradling after "Clear Save S ...Show All

  • Architecture workflow engine and rule engine performance

    Please give me your criticakl comments on performance degradation issues arising out of usage ofworkflow and rule engine vis a vis increase in scalability and agility Hi Though tools like Biztalk combine both there is a difference between Rule Engines and Workflows BPEL is a specification for Worflow language There are several specifications for Rule langauges such as RuleML and SWRL but not all rule engines support them. Arnon ...Show All

©2008 Software Development Network