Software Development Network Logo
  • Visual FoxPro
  • .NET Development
  • Visual Studio
  • SQL Server
  • Audio and Video
  • Microsoft ISV
  • Visual Basic
  • Visual C++
  • Visual C#
  • SharePoint Products
  • Smart Devicet
  • VS Team System
  • Windows Vista
  • Game Technologies
  • IE Development

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

seco

Member List

Jh2007
Drew Marsh
johnny83
BlueBeetle
Slyke
Shirvo
DumbLuck61
Tony B
Blast
Sudheer George
b0bd0gz
flakmonkey
pc_bond
ravi.velu
Gouranga1
Ana Maria Bisbe
GNLuver
katgreen
zingsb1
spshah
Only Title

seco's Q&A profile

  • Visual Studio SourceSafe Web Service cannot be accessed at teh specified address, error 0xC0CE509

    I am trying to setup a test SourceSafe database and access it through the internet plug in (both on the same machine). When I try to add a project to the database through the Add SourceSafe database wizard I get the following error: ************************ The SourceSafe Web Service cannot be accessed at the specified addrees. Address: http://192.168.0.3/SourceSafe/VssService.asmx The server returned the following error: (0xC00CE509) ************************** If I browse directly to the asmx page I get this error: **************************** The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. What is ...Show All

  • SQL Server Refreshing Data in Hyperion Essbase Cubes

    Hi all, Normally I would be using SSAS but our finance department make use of Hyperion Essbase. I was wondering whether it was possible to upload data into an Essbase cube using SSIS in the same way that you can use the Analysis Services processing task I realise there are no specific task for Essbase, but are there any suggestions about what would be the best way of going about this regards   Colin I suggest asking on the Hyperion Developer network. http://dev.hyperion.com/ If it is possible to update a cube using Visual Basic .Net, then you can do this using script in SSIS. It should be possible through their API: http://dev.hyperion.com/techdocs/essbase/essbase_61/Docs/api/api_vb/m ...Show All

  • Microsoft ISV Community Center Forums using dll file

    I have created a dll file using VB.net. And I want to use the function of the dll file in VBA. How can I do it Thank you Now, in my computer, there is an error when I run the function. "automation error , the system cannot find the file specified". Is there any way to solve it thank you ...Show All

  • Visual Studio Team System VS Team Foundation Server on Small Business Server

    Hi, I have VS Team System and Small Business Server 2003 but cannot get things installed. When I try to install the server I get an error saying I need a service pack on my OS, but when I go to Microsoft Update for Small Business Server I am 100% up to date. What gives Thanks in advance. Daryn Wow thanks for your super-fast reply. Ok I understand the rationale. Is it possible to install the application-tier of TFS on a second server but have the data-tier back on the SBS Thanks in advance, Sigol. ...Show All

  • Internet Explorer Development Powerbuilder IE7 embedded webbrowser control

    Our Sybase Powerbuilder application contains an embedded Microsoft Web Browser control, accessing web pages on a local webserver. After installing IE7, dropdown controls within embedded web pages are no longer selectable. The options appear, but none are clickable. I have stripped the html code to a bare minimum, so it does not appear to be related to this. I have also tried noddy apps in various versions of Powerbuilder with the same results. On a machine with IE6 however, all is fine. Our customers have recently installed IE7 with the same result in the deployed application, and have had to revert to IE6 to resolve the problem. I have seen various issues with the IE7 install affecting VB6 apps, relating to shdocvw.dll a ...Show All

  • Visual Basic Select Case statement being evil

    The select case statement is out to get me! Has anyone else run into the trouble of having a Select Case statement and one of the case statements has hit if you look at the data, but refuses to hit anyway That probably doesn't make sense... Put it this way... I have, say, a ListBox control that has three IP addresses in it. For argument's sake we'll say the three items are: 192.168.0.1 192.168.0.2 192.168.0.3 These items have the indices 0, 1 and 2 respectively. Now, inside a function that receives a string of data (T) from a network user I have code that's something like this: Dim X As Integer For X = 0 To (ListBox1.Items.Count - 1) Select Case ListBox1.Items(X) Case T 'Code segment 1 Case Else 'Code ...Show All

  • Windows Forms Is it possible to capture events in a modal form

    Hi, Does anyone know first whether or not it is possible to capture events from a form shown modally using .ShowDialog() If it is possible how can I do it Thanks, Nathan Bingo...it's the KeyPreview property that was causing the problem. Thanks nobugz, I appreciate it. Nathan ...Show All

  • SQL Server sql script entire database

    Im building a site on my pc using SQLExpress and i have a question about something. The database im working on has data inside the tables and i was wondering how i would move that to a different server though a script with all the data in the table. hi, currently SSMS(E) does not support the full feature you can perhaps have a look at 2 free prjs of mine , amScript and amInsert.. the first 1 produces DML sql script where the 2nd is able to produce INSERT INTO ddl sql scripts to be executed on the (remote) destination server.. or, Microsoft is releasing a toolkit to streamline deployment of databases.. regards ...Show All

  • Visual Studio Express Editions Delete History

    I am writing a program at the moment which deletes the IE history from your system but am having problems. I looked at previous posts on this topic in this forum and have got this code: Dim path As String = System.Environment.GetFolderPath(Environment.SpecialFolder.History) ' get files in history folder Dim files() As String = System.IO.Directory.GetFileSystemEntries(path) ' delete files For Each str As String In files System.IO.File.Delete(str) Next It looks as if it would work fine, however it denies access to the folder in runtime. Can anyone tell me how i can get around this problem or better still if there is an easier way of deleting IEs history Please Help, Simon North This site may b ...Show All

  • .NET Development _AppDomain::CreateInstance returns COR_E_TARGETINVOCATION

    Hello, My unmanaged C++ CLR host returns COR_E_TARGETINVOCATION when it attempts to create an instance of an assembly which refers to an external assembly located in a different folder. If I copy the external assembly locally then the error goes away. The external assembly has been created with TLBIMP.EXE. Any idea what could be the problem Thanks for yor help. -mab I've added the path to the assembly in the domain app setup with the PrivateBinPath prop but now I get this error instead. WRN: Not probing location file: ///s:/Rayflex/Debug/bin/xsiom.DLL , because the location falls outside of the appbase. Is there a way to fix that thanks -mab ...Show All

  • Visual C# Convert from C# to VB.Net

    I downloaded the BeerHouse Starter Kit, E-Commerce website, to find it C#, could i convert it to VB.Net If yes, Kindly advise in detail how Thank you actually it is written in C# and compiled to IL you need it in VB.NET and there is no easy way to translate from C# to VB.NET (at least not one that is fully automated) HTH ...Show All

  • Microsoft ISV Community Center Forums How do I open CSV using Excel without deleting leading zeros?

    Hello, Whenever I open up a CSV file or a Text file, Excel treats string like 05710 as a number and turn it into 5710. How do I open up a CSV file and still keep the leading zeros Thank you very much. One way to divine the inner workings of any office document and how to manage it via the interops is to record a macro of the process needed. Once done examine the vba code, it will show settings changes and other items of interest that can lead the way through the tribal knowledge of the interops. If no one has an answer...try posting it in the Discussions in Office Development or for a better responses or Discussions in Automation forum for interop questions. ...Show All

  • Visual C# Little Help

    I have figured out how to open webpages, but, if on the button click you open a webpage, say www.google.com. But, if you have a textbot on the program, and on the button click you want www.google.com/i-typed-this-in-the-textbot, how would you go about coding that Thanks not sure I quite follow your requirement. are you able to explain it a bit clearer If you launched a webpage/site already, you would need to relaunch it containing the new url, I don't believe there is a way to just append the url together when an instance of IE has been opened already for example ...Show All

  • Gadgets The View privilege about my gadget???

    Dear All, I have a question, I test runing a gadget in MyLocalhost, and want to display it in my MSN Space. When I use my own account to login space, I will upload and see my gadget in my space(Whenever edit mode or view mode).But when I log off and I can not see my gadget and its frame. So I guess it must be caused by somehow from Athentication.The similar question is that it can not read the tile from gadget.xml file. So I just want to inquery to all, who can tell me the clearly answer and solution, is it caused by my work is third party gadget Thanks in advance(^_^) pluto This is by design. Only gadgets hosted on Gallery are publicly viewable on Spaces pages. If you load a gadget from elsewhere (localhost, so ...Show All

  • SQL Server Desprate..Please Help

    I wrote an application using Visual Studio 2005. This app requires a login that get that accesses SQL Express Data. I have an XP Pro box set up as a server using DSL Modem and connected to that is a Wireless hub. I used Network Wizard to set up a Home/Small Business Network on all the computers. My laptop has XP Pro and has Visual Studio and that's where I wrote the application. It's connect to the wirless hub with a cat 5 cable. The other laptop has XP Home Edition and is in another room is connected with wirless only. I set up a user called user1 in SQLExpress with a password. I set it up using MIXED MODE. (SQL server and Windows authentication mode) Connection String: myCn.ConnectionString = "Provider=SQLOLEDB;Data Sou ...Show All

©2008 Software Development Network