Software Development Network Logo
  • .NET Development
  • Visual FoxPro
  • Microsoft ISV
  • Windows Forms
  • Game Technologies
  • Visual Basic
  • Visual C++
  • Architecture
  • SQL Server
  • Windows Live
  • Windows Vista
  • VS Express Editions
  • Visual C#
  • Visual J#
  • Visual Studio

Software Development Network >> J. Clay's Q&A profile

J. Clay

Member List

StuartPreston
Taurus101
DrNecessiter
Abbott
Prayag Gandhi
Rajesh A.S
digitallyskilled01
Saul45521
Sabbas
matthewYoungblood
rebgez
emily13739
WimB
TheRolle
AntonioMaia
tcbh
Zilla
KellyRainmaster
Curt Carpenter
BReisch
Only Title

J. Clay's Q&A profile

  • SQL Server How to open sdf file(2.0) with sql server 2005 standard edition?

    I have an embedded pc which runs windows ce 4.2. I have created an amplication which use sdf file 2.0 version. So i want to copy this database into Desktop PC and open it with Sql Server 2005. Should i upgrade this database Will i have problems after upgrade You cannot open SQL CE 2.0 SDF files in SQL Server 2005 Management Studio. The other issue for you is that the upgrade utility cannot convert a SQL CE 2.0 to a SQL Mobile database on a device running Windows CE.NET 4.2. My suggestion would be to copy your SDF file to a device that supports SQL Mobile (PPC2003, WM5, WCE5) and then run the upgrade utility ...Show All

  • Windows Forms XML writing through VB.Net

    Hi.. I am fairly new to Vb.Net. Can anyone please let me know how to write/append a XML document using Vb.net I have this xml <root> <online>abc</online> <online>dfshgh</online> </root> Now i want to append the <online> tag of the xml file with more such records how can i do that ..if any one give an example code is more prefered as the oth ...Show All

  • SQL Server Need Help about Initial Snapshot

    i have created a publication whereas i have provided a network path to its snapshop folder e.g ( \\server\folder ) at time of creating. When i try to make a Pull Subscription and follow all steps of wizards, it gives me following error " The initial snapshot for publication '---' is not yet available". can you guide me what are causes of this problem and how may i solve it Thanks for help. Regards, After you create the publication, you need to start the snapshot agent.  The snapshot agent is what creates the files available for subscriptions to use. ...Show All

  • .NET Development .NET Remoting v/s Web Services

    In terms of performance, is there a difference between Web Services and .NET Remoting when the latter is hosted by IIS. If I understand correctly, in this case they would both be using SOAP to communicate with their clients, and I would like to know if there will still be a performance difference. I am trying a weird thing. Since web services transmits only certain data types, I am serializing an object into a stream and then converting it into Byte[]. This then is the return type of the web method. The consumer of this web service can deserialize the byte array provided it has dotnet on it. This way I am able to transfer cus ...Show All

  • SQL Server Stored Procedures and SSIS Web Service Task

    I have created a simple Stored Procedure 'hello_world'. This procedure has one argument and returns a string. I exposed this Stored Procudure using ' CREATE ENDPOINT ' and granted access. All fine. Endpoint was called ' hello_world_endpoint '. Next step: call the exposed Stored Procedure from the SSIS Web Service Task. At the 'General' tab of the Web Service Task Editor I define the HHTPConnection, configure the WSDL file. This works as well. Next step is the 'Input' tab. It is weird to see only three lines under the 'Input' on the right (BOL suggests that there are 6 lines). I have 'Service', 'Method' and 'WebMethodDocumentation' ...Show All

  • Visual Studio VISIO 2003 and display of cyrillic letters (Russian)

    Hi all, I have to integrate some already translated technical descriptions into Visio (flow chart embeded in Word) with which I am having some problems. When copying the translated description into Visio I can read the cyrillic letters without any problem, however, when returning to Word to carry out the next "paste and copy", the already copied description is displayed under Visio with "question marks". If I reenter the "cell", I am able to read the cyrillic letters, upon returning to Word, I again only read " ". Digits etc. are displayed OK. Am I overlooking something How can I make Visio ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Mouse / Keyboard Events when using SimpleFramwork on a windows form

    Hi, Has anyone managed to get the latest version of the Sample Framework (Feb 2006 and Dec 2005) to work with full mouse and keyboard events. (I have added my code at the bottom of this post) I have been trying now for 2 weeks with no luck. I can see the mouse messages on the form and by adding hooks to the mouse on InitialiseGraphics() I can also capture the mouse message in the directx application but I am not sure how I can pass this onto the framework to process so that when I press the left mouse button and move the mouse the model will move on screen. This works perfectly if I use CreateWindow but not if I use SetWindow. I am ...Show All

  • Windows Forms Form.Timer freezes

    I want to display a countdown timer in my application. I used Form.Timer, set the interval, enable it then start it. It worked fine except in some part of the application where for example it does something that consume time, my timer freezes. Anybody know how to solve this issue It sounds like your time consuming operation is hogging up the UI thread so your Timer Ticks won't happen until the time consuming operation is done. To fix this, you should put the time consuming operation on a background thread. BackgroundWorker can help with this. http://msdn2.microsoft.com/en-us/library/system.componentm ...Show All

  • Visual Studio Team System Can't view reports from Team Explorer - "403 Forbidden"

    Continuing the saga first encountered here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=4815 I am logged in as TFSSETUP, ensured that TFSSETUP has full permissions to the report site, but I'm unable to view the same reports within VSTS Team Explorer. When I click on any report, I get a "403 Forbidden" error. We've been able to clear up some of our 403 issues with creating projects (Rosetta issue getting a 403) and with viewing reports from the Reports/ site, via disabling anonymous access. Any suggestions on where to look to clear this up Regards, Michael Shorten mshorten@olenick.com To get single-server installation to wor ...Show All

  • .NET Development TableAdapter Update problem

    Hello, i have problem in my application. I create dataset with single table. In MainForm i have 2 texboxes and update button. This is code for update button: [CODE] Klient klient = new Klient(); klient.ShowDialog(); KlientDataSet dataSet = new KlientDataSet(); Serwis.KlientDataSet.KlienciRow klientRow = dataSet.Klienci.NewKlienciRow(); klientRow[0] = Guid.NewGuid(); klientRow[1] = klient.Imie; klientRow[2] = klient.Nazwisko; dataSet.Klienci.AddKlienciRow( klientRow ); int result = this.klienciTableAdapter1.Update( dataSet.Klienci ); [/CODE] I got 1 in result variable so i think that database was updated. No my dat ...Show All

  • Microsoft ISV Community Center Forums Can anyone download VS Team Edition?

    We are a Certified Partner with the ISV Competency. The ISV Competency gives us a license for Visual Studio 2005 Team Edition for Developers but, we can't download that or the Team Server from MSDN. We can download the evaluation editions but not the real thing. Is this a problem for all partners with the ISV Competency or just us Can anyone download the real editions of Team Foundation server and/or VS for Developers Thanks, John Vottero I have encountered the same issue. We are also a Certified Partner w/ an ISV compentency. The download should be available (at least that's what MSDN sp ...Show All

  • .NET Development Windows Service application handled in Service manager.

    Hi Buddies, Can any one please help me to understand how Windows Service application is handled in Service manager Please help. Regards, Vinu.P.K Oh... Ritchie :) what I mean is, how " Windows service manager " detects and executes a .net Windows services installed using Installer also, working background(where the service is running) etc.. I read that, the Service Installer object writes information to registry on installation—specifically, to a sub key under the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services key. Can you please expla ...Show All

  • .NET Development N-Tier Dilemma and Transaction

    Hi all, here is my situation. When I developed my .NET 1.x application (required to be database indipendent and n-tier) I created a structure like this: - Presentation - BusinessLayer - DataModel (referenced in BusinessLayer and DataLayer to communicate entities) - DataLayer DataLayer: n assemblies specialized for the database. MyDal.SQL.dll, MyDal.Oracle.dll etc... DataModel: 1 assemblies with entities and collection MyApp.DataModel.dll BusinessLayer: 1 assembly MyApp.Business.dll, with a method inside to create and instance (Factory) of the specified datalayer class reading from a web.config section the nam ...Show All

  • .NET Development defined in multiple places; using definition

    Hi Guys, I am having an ASP.NET project whose build sucessed but while runing the application i am geting following error CS1595: ' epm.Main ' is defined in multiple places; using definition from 'c :\ WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\epme6.5\5dab944c\8476dd15\assembly\dl2\e5ab45ea\00302640_cd74c601\epmj.DLL' any body have any idea about the solution of this problem or some kind of workaround or any refrence. Thanks Mahesh ...Show All

  • Visual Studio Loading Report data from remote computer

    Hi guys I got a windows application that are on two different servers. The database is on one of the servers. When i open the application on Both Servers they can see the data in the tables. But when I access a report from the app on the one server its gives me a dialog box with a username and password boxes. The reports are stored on the both servers, but the database is on the other. I've set the DataSources ODBC to point to that server with the database on, but When i want to load a report it just keeps giving me that dialogbox with the username and password on. Please if anyone can give me ...Show All

©2008 Software Development Network