Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

mysorian

@mysorian
About
Posts
67
Topics
22
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to export charts web part to PDF?
    M mysorian

    Is the chart displayed via an embedded Report Viewer control?

    SharePoint help question sharepoint tutorial

  • Where to start on Sharepoint
    M mysorian

    I think you start downloading SharePoiint 2010 or 2013 whichever is easier for you. On Windows 7 you need the 64 bit version OS to install SharePoint 2010. When you install the software (evaluation edition will do) you will have the administration site, tool to configure and a sharepoint specific command window where you can use Power Shell, a great tool that you should learn to work with SharePoint. Of course you can also work with the administration site using graphic userinterface.

    SharePoint sharepoint tutorial

  • How come fewer files?
    M mysorian

    Thanks a lot for the response. I will get rid of the orphaned version and try. By weapons of mass destruction do you mean windows automatic update which ha caused havoc in recent days?

    .NET (Core and Framework) csharp database xml help question

  • How come fewer files?
    M mysorian

    When I could not compile a database project, there was an error in compilation. -------- vbc : Command line error BC2017 : could not find library 'System.Configuration.d ll' vbc : Fatal error BC2000 : compiler initialization failed unexpectedly: The syst em cannot find the file specified. --------------------------- I have two versions and only one fo them has the dll and not the other. I have no clue why this is so. Can someone point what might have happenned? --------------------------------------------- C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 has system.configuration.dll system.configuration.Install.dll system.configurationInstall.xml system.configuration.xml C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215 has only system.configuration.Install.dll

    .NET (Core and Framework) csharp database xml help question

  • To many SQL Data Sources?
    M mysorian

    You should try looking at 'Factory' class which gives you an idea how to write database agnostic [generic] code.

    Database database csharp asp-net tutorial question

  • can we create stored procedures in MS Access database
    M mysorian

    You need to create an Access Project. You may refer to my article on this at: http://www.angelfire.com/vt2/hodentek/[^] This being said, Access 2003 :cool:does not support Access project with SQL 2005 Server.

    Database database tutorial question

  • Problem accessing a SSIS Package
    M mysorian

    The evaluation edition was completely removed as any new install flags any remnants that needs removing. I was instructed during new install to move my 'Data' to another location which I did. The packages although saved to 'Sql Server' had created 'dtsx' files as well. However, from VS 2005 I can create a package, but cannot see, or access it in the SQL 2005 Management Studio. I wish error messages could have been more friendly [see my comments in the article on SQLCMD]. I am technical writer and I routinely, meticulously document what I do. Here are my recent articles. Thnaks for your fast response. Moving Data from SQL Server 2000 to SQL Server 2005 Querying Databases in SQL Server 2005 SQL2000 Data Transfer is a snap with SQL 2005 On using the SQLCMD in SQL 2005 Server Generating and Hosting a SQL Server Reporting Services Report Using SQL Server 2005 Business Intelligence Development Studio These and other articles may be found at:http://www.angelfire.com/vt2/hodentek/[^]

    Database help sql-server sysadmin csharp c++

  • Problem accessing a SSIS Package
    M mysorian

    One of my statements is wrong. I could create a package in Visual Studio, but I could not access this in SSIS.

    Database help sql-server sysadmin csharp c++

  • Problem accessing a SSIS Package
    M mysorian

    My evaluation copy ran-out and I uninstalled the previous and installed another evaluation edition. The installation was successful. I created a SSIS package importing a table from Oracle 10G XE to the SQL 2005 on my machine. I saved the package on the server. The SSIS service is running but when I try to refresh the node, I get this message. The help link leads to no where(Hello, Microsoft!): -------------------------------------- TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help, click: http://go.microsoft.com/fwlink? ProdName=Microsoft+SQL+Server&LinkId=20476 ------------------------------ ADDITIONAL INFORMATION: Login timeout expired An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. TCP Provider: No connection could be made because the target machine actively refused it. (Microsoft SQL Native Client) ------------------------------ Login timeout expired An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. TCP Provider: No connection could be made because the target machine actively refused it. (Microsoft SQL Native Client) ------------------------------ My efforts so far: :-DI have verified the items in the Surface area screen, everythign looks good. SSIS service has started. :-DBoth the Network Server TCP/IP dynmaic port and the SQL Client TCP/IP dynamic port are the same. :-DI have no problem logging in to any of the services. :mad:But I get this message. :mad:I tried to create a package from Visual Studio, but that also did not succeed. :rolleyes:In my previous set up, I created perhaps 1/ 2 dozen different packages. I am puzzzled. I appreciate if some one could throw some light.

    Database help sql-server sysadmin csharp c++

  • SQLClient related question
    M mysorian

    Is it not true that it is related to the severity of errors, exception reporting taking over in exceptionally severe cases?

    Database question csharp database help

  • SQLClient related question
    M mysorian

    I enter an error(deliberate) in a connection string like a missing password for non-windows logon to SQL 2005 in my VB.NET program. No matter I set the FireInfoMessageEventOnUserErrors to true or false and add a handler to handle the SQLClnt's InfoMessage. But this procedure never gets fired, only the SQLClient's SQLException error is picked up in the try--catch block and the ExceptionAssistnat shows up. When does the FireInfoMessageEventOnUserError really gets to be evaluated?

    Database question csharp database help

  • Related to Web Browser Control
    M mysorian

    In VS 2003 one may find two different looking web browser controls. One from .NET named the AxWebBrowser1 and the other thru' the interop via COM. What is the purpose of this second one whose object name is WebBrowser? Can this be used together with MSHTML for some application? This one has no visiblity except its availability thru code. I am interested in knowing whether it was included to the C++ developers or does it have any other utility.

    COM com question csharp c++ visual-studio

  • Troubleshooting System.Runtime.InteropServices.COMException
    M mysorian

    I get this message when I use mshtml in vb.net. I am trying to declare a variable doc as New mshtml.HTMLTextElement An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in test.exe Additional information: COM object with CLSID {3050F4BA-98B5-11CF-BB82-00AA00BDCE0B} is either not valid or not registered. I find the CLSID in Googles' folder in HKEY_USERS with the same qualification, that is: CLSID {3050F4BA-98B5-11CF-BB82-00AA00BDCE0B} is either not valid or not registered. Could it be Google's search somehow getting into the registry? Any clues? hints? suggestions? links?

    COM csharp com windows-admin question

  • A question on Web Browser Control
    M mysorian

    Hi progload: Wraps have become very popular in Manhattan delis, but this one is really cool. Thanks for the link. After all code reuse is the goal. In case I use this I will definitely reference this one. Thanks Jayaram Krishnaswamy

    Visual Basic question html sysadmin

  • ping a PC using VB.net
    M mysorian

    This is a guess. You may need to add a COM reference. When I find something that really works I will post again.

    Visual Basic question csharp linux

  • A question on Web Browser Control
    M mysorian

    Thanks a lot. The html fragment is only in memory and not in a file. You wll have to call additional programs to commit it to a file before navigating to it. I am looking for a easy way out.

    Visual Basic question html sysadmin

  • A question on Web Browser Control
    M mysorian

    Web browser control's Navigate and Navigate2 methods look for either a file on a web server or a local file(htm) on the application root. Is there a possibility to use this by passing a html fragment( say <h2>Hello</h2>) to it? Simple trial shows you get an Action Cancelled web page with no HTTP errors(possibly it's not http).

    Visual Basic question html sysadmin

  • Is this a bug, or what?
    M mysorian

    Interesting, very interesting, indeed. I think these Folders which have long names(some code) are like Blackholes where you dump in these troubled items so that they somehow gets flushed out. If I find out what is happening, I will let you know. Thanks.

    Web Development visual-studio csharp wcf tools help

  • On installing WSE 3.0
    M mysorian

    OK. The short answer is that VS 2005 Beta 2 is not a supported version for WSE 3.0. The needed steps are: Install IIS 5.0 or above Install SQL 2005 Server --I installed SQL Server 2005 Enterprise-eval 120 days Install VS Studio 2005 - I installed VS 2005 Professional - eval 60 days Install WSE 3.0 In this order. Then it wse 3.0 will install without a problem.

    Visual Studio database sql-server visual-studio sysadmin help

  • Is this a bug, or what?
    M mysorian

    Could you dscribe in what context you got this message?

    Web Development visual-studio csharp wcf tools help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups