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

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

chickplee

Member List

byteguy
PaoloQuadrani
dream123434
Capt
c.w.chambers
Tommief
????? ????????
Luhz
CRChambers
Shai Kariv - MSFT
noname00
Chris Gillotti
poo
Patrick C
Paulo Vinicius
Guillaume J.
Dave Mullard
Jim M.
joan leon
vasko
Only Title

chickplee's Q&A profile

  • SQL Server Backward Compatibility Upgrade failed on Service Pack 1 for SQL Server 2005

    Not sure if this gets fixed on a restart, but the Backward Compatibility upgrade/piece failed on service pack 1 install for SQL Server 2005. Here is the log output. Anyone experience this 05/19/2006 08:58:27.648 ================================================================================ 05/19/2006 08:58:27.648 Hotfix package launched 05/19/2006 09:00:04.368 Attempting to install instance: SQL Server Native Client 05/19/2006 09:00:04.383 Attempting to install target: CLARITY 05/19/2006 09:00:04.383 Attempting to install file: sqlncli.msi 05/19/2006 09:00:04.399 Attempting to install file: \\<server>\s$\917f50731dade382ab1b\H ...Show All

  • SQL Server How can I connect to Microsoft SQL Server 2005 CTP with Microsoft SQL Server 2005 Express Manager?

    I installed Microsoft SQL Server 2005 Express Manager and connect to SQL 2000 normally but when I connect to Microsoft SQL Server 2005 CTP, I failed! when I open SQL Configuration Manager, I find the SQL Server had been running, after I opened "Attribute" window, I find "This account" box had been checked, and "NT AUTHORITY\NETWORK SERVICE" was displayed in Account Name edit box, "**********" was displayed in "Password" edit box. I think that the reason I can't connect to Microsoft SQL Server 2005 CTP is that I can't know the name of  SQL Server 200, account, password. right In Microsoft SQL Server 2000 I can find the name of server fr ...Show All

  • Visual C++ NewVisual C++ Express Help??

    Hey guys I am just new to this forum... Anyway i am starting C++ next year at uni so though i would get a leg up on the language before starting game programming... I have finished programming 1 and 2 in Java so am not a total noob to programming.. I downloaded the new visual studio express C++ and i can compile my hello world program.. It just sits there and does nothing.. I looked at the online tutorial and went through but my vs express does not have the templates that the tutorial says should be there... Any help would be appreciated.. Thanks guys F5 does not work..what is stepping onto it also to create a project that is able to ...Show All

  • .NET Development problem accessing web service

    Hi I am new to ASP.Net world.  I am having problem adding a web reference or even running wsdl.exe.  I get the error - Error: There was an error processing 'http://www.webservicex.net/stockquote.asmx wsdl'.   - There was an error downloading 'http://www.webservicex.net/stockquote.asmx wsdl'.   - The underlying connection was closed: Unable to connect to the remote server I can access the site and see the wsdl contents just fine from IE.  But I can not do so from "Add Web Reference" panel in Visual Studio. I am trying this from my laptop at home which is on a wireless LAN.  In my Lan Settings of IE I have "Autom ...Show All

  • SQL Server Modifing XML document is too slow

    I need insert many dates from tables to XML file, I use T-SQL, everything is OK, but it works too slow. Is there another way Thanks' a lot. I use such sequence T-SQL: Declare @doc XML , @ixml nvarchar ( 4000 ) SELECT @ixml =( SELECT * FROM SAMPLE "d:SAMPLE" for XML AUTO ) SET @ixml = 'SET @Doc.modify('' declare namespace dfs="http://schemas.microsoft.com/office/infopath/2003/dataFormSolution"; declare namespace d="http://schemas.microsoft.com/office/infopath/2003/ado/dataFields"; insert (' + @ixml + ') into (dfs:myFields/dfs:dataFields)[1] '')' exec sp_ExecuteSql @STMT = @ixml ...Show All

  • Windows Forms Interaction between Anchor and Dockstyle on TabPages - Autoscroll doesn't work

    I have a WinForm application that uses a set of UserControls on TabPages. The user controls have different minimum sizes, and I want scroll bars to appear when the TabPage that the control is on is smaller then the minimum size. The UserControls are anchored on the TabPage, so they will grow and shrink with the TabPage. It seems like the Autoscroll property is what I want to use, but I can't get it to work. I've tried using different combinations of Anchors and DockStype.Fill on the UserControls and TabPage, but I can't the scrollbars to appear. Is there something unusual on TabPages in relation to Autoscroll Thanks! Erick   ...Show All

  • Visual Studio Express Editions msvcp80d.dll debug problem

    Hi, im just installing and testing the new visual C++ express, but when i try to run my aplication(debbuging mode), i got this error "the application can start because msvcp80d.dll wasnt found" (i have winXP in spanish language). If i try to run it in release it works. I have WinXP Home Edition SP2 fresh install up to date (have all patches) and visual estudio .net 2003 installed. How can i fix this . Can you find the file msvcp80d.dll any where on your machine Thanks, Ayman Shoukry VC++ Team ...Show All

  • .NET Development ...encountered a type that derives from a generic class and is not marked as [ClassInterface(ClassInterfaceType.None)]

    I am getting this compiler warning in my project and it doesn't seem to make sense.  What am I doing wrong "Type library exporter warning processing 'B, myAssembly'. Warning: Type library exporter encountered a type that derives from a generic class and is not marked as [ClassInterface(ClassInterfaceType.None)]. Class interfaces cannot be exposed for such types. Consider marking the type with [ClassInterface(ClassInterfaceType.None)] and exposing an explicit interface as the default interface to COM using the ComDefaultInterface attribute." Well, class B derives from a generic class, List<C>... but it *IS* marked as [Cla ...Show All

  • Visual Studio 2008 (Pre-release) ASP.NET 2.0 Async Pages + WCF = async exceptions?

    There seems to be an interaction problem between ASP.NET 2.0 async pages and WCF service operations. Has anyone else seen this work or fail ASP.NET 2.0 has a cool feature called async pages which provides very efficient handling of asynchronous methods in a page. This feature is perfect for issuing multiple web service calls, letting them run in parallel, and waiting for them to complete before pages render. The feature is built on top of the familiar .NET AsyncPattern and is explained well  here . The big appeal here is that this approach doesn't waste threads. WCF supports the .NET AsyncPattern too. You can generate a ...Show All

  • SQL Server Data-Driven Subscription not shown

    I am upgradinding to sql 2005 and the Data-Driven subscription is not working. the data-Driven option It is now showing in report manager and in code I get the error " rsOperationisNotSupported".... I have the same security permitions I had before in sql 2000. Does anyone knows if there is another difference that would prevent the subscription from working thank you drey What sku of SQL 2005 are you using Data driven subscriptions are only supported on developer and enterprise editions. ...Show All

  • Microsoft ISV Community Center Forums vba in excel

    Public Sub CopyStuff() Dim lngRow As Long Dim strFileName As String Hi John Try the below, you can amend as necessary, I have added a function which will help name the file as per your example Public Sub CopyStuff() Dim lngRow As Long Dim strFileName As String Dim strRange, StrRow As String On Error Resume Next MkDir ("C:\Files") On Error GoTo 0 For lngRow = 1 To 2 StrRow = Trim$(Str$(lngRow)) strRange = "A" & StrRow & ":B" & StrRow Range(strRange).Select Selection.Copy Workbooks.Add Range("A1:B1").Select ActiveSheet.Paste Application.CutCopyMode = False Appl ...Show All

  • SQL Server Error "No Connection could be made because the target machine actively refuses it (System)"

    I am using SQL 2005 CTP April (Upgrade of a SQL Server) on Windows XP SP2 Setup a New Analysis Project Solution Connected to my Database (ApolloV42) Setup a Data Source View to two tables Event_STS and STS_PostOP Created a cube and used all the defaults. I get the following error when trying to browse the data "No Connection could be made because the target machine actively refuses it (System)" When I look inside the SQL Server Management Studio the word (shutdown) appears next to ApolloV42 but I am able to browse the data on the database. Any help would be fantastic Taylor Maxwell Go to the SQL Server Management Studio. Right click the ...Show All

  • Smart Device Development SQL Server CE DB - Shared

    I understand that SQL CE can only allow one application to connect to it at a time.  If it is to be a shared db that I am to put on the hand held what is the recommended way to marshall access to the DB between the different applications Is there a global mutex in C#/PPC that can be used as a flag to indicate when it is in use (ie: updating etc) and cannot be connected to Thanks. There's a new class called SqlCeResultSet which allows for faster loading and retrieval and also support data binding. Licensing is the same as before. Note it does not work with NETCF V1. ...Show All

  • Windows Forms Ugh... Hosting UserControls in IE...

    I am repeating similar posts here - my apologies to all, but I have tried all of the trouble shooting I can find here and across the net.  I have been unable to resolve my issues.  Fortunately, I have very little hair, or I would have likely pulled it all out. I have a simple control that inherits from UserControl - I obviously want ...Show All

  • .NET Development How to fill one dataset from another dataset

    Does anyone know how to accomplish the above behavior I want to update a database table from a dataset currently populated from another table. I can iterate thru the, filled dataset, and populate the other dataset or directly insert row after row into the other table. I'm hoping to find a 'bulk' way to accomplish this without going row by row. I created one dataset and used it's tableadapter to fill dataset1. Now I created another dataset2 with a 'select * from [other table]. Now I want to bulk insert dataset1's data into dataset2, then use the tableadapter from dataset2.update to insert rows into the other table. ...Show All

©2008 Software Development Network