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

Software Development Network >> SQL Server Gal's Q&A profile

SQL Server Gal

Member List

matt humes
Billy Anders
Grace Uy
mblanke
Eric Gooden
Skyguard
Gliksman
StefanPe
alien-
Genesis_85
Dimitri Meeuws
Raja_Krish
john thom
sriksdave
hirahih
Bernybon
Ed Hazell
Ced Bufton
Michin1
Spudly
Only Title

SQL Server Gal's Q&A profile

  • Windows Live Developer Forums OnRemoteAppLoaded

    After testing on various computers and not finding any bugs, I submitted my application. I recieved a response saying that the application was just "sitting there" on a particular screen and not advancing.  The person who contacted me refuses to give any detail and won't even tell me if both clients have the same problem.  However from what little description he gave me, it seems as if either Channel_OnRemoteAppLoaded or Channel.Initialize are not triggering on his machine. Has anyone had a similar or problem   Any help at all would be greatly appreciated. My app is working without any prob ...Show All

  • SQL Server I believe I have installed SQLExpress ok but using the command prompt after that does not track with the instructions

    I am at the command prompt after installing SQLExpress and typing in the following: sqlcmd -S roger-xp-x2\SQLExpress -E and I get the following response: 1> and at that point I type in sp_grantlogin [roger-xp-x2\Roger and I get the following response: 2~ and not 2> I then type go and get a 3~ which I am guessing the tildes indicate errors. Any ideas where I am going amuck Roger Thanks Dan, It only sounds too simple but I am hopefull that is all it is. ...Show All

  • Visual Studio Team System Problems moving TFS from Domain A to Domain B

    I have been using the docs here ( http://blogs.msdn.com/vstsue/articles/558098.aspx ) to try and move our existing TFS from a test domain to a live domain but I have trouble getting the warehouse and reports working again. As we have only been using TFS for version control up to now, I was wondering; is there a way for me to create a clean install of TFS on the new domain and import the version controls items from the old server, keeping all the history We have no work items or reports to move. Any help would be great, thank you. Graham Thanks for getting back to me guys, but I have now managed to ...Show All

  • Visual Studio Team System MsTest command line publish code coverage

    The MSDN2 article How to: Publish Test Results says how to publish code coverage using the UI but it does not say how to do it using the command line. Anyone got any brilliant ideas please Here you have how to publish results from command line, if you want to pulish to TFS, or to data store: http://msdn2.microsoft.com/en-us/library/ms243151(VS.80).aspx If you just want to publish to file, you only need to say to mstest the test run config file you want to use (and has the code coverage configuration enabled) with /runconfig: and also, if you want to another file than the default one with /resul ...Show All

  • Windows Forms HowTo? Application with no main form

    I  don't mean a windows service. Something more like how Netscape or (the older)IE applications used to run with multiple main windows, but the application wouldn't terminate until all of the windows were actually closed. It seems like in my .NET WinForms application, the application context is bound to the lifetime of the ApplicationContext.MainForm, or the lifetime ...Show All

  • .NET Development EventLogPermission

    I am getting an EventLogPermission exception when calling my assembly from an ASP.NET 2.0 app. I tried setting the assembly to FullTrust via caspol.exe, but I still get this exception. Firstly, I am not attempting to log from ASP.NET directly, but from a dependent assembly (albeit in the same process space - effectively the same thing, I assume).  I am loading the web app and assemblies over UNC. I am also impersonating a Domain Admin account in my web.config. My trust level is the default setting of "Full". I have tried various caspol commands such as "caspol -m -fulltrust \\mydomain\dfsroot\dfslink\myapp\bin\myassembly.dll " with n ...Show All

  • .NET Development serialization stopped working? help! invalidoperation

    Hi. All of a sudden just now the serialization I have been using on my test environments seems to work but when implemented into another project, they have stopped working, this is without me modifying any code. I have a server, and it serializes all objects and sends them down the wire to the client (smartphone running WM5 and .NET CF 2.0) This worked fine until just now. I get an invalidOperationException on the client when it tries to deserialize. This is the line of code where the exception is being thrown on the Client: ProgrammeTimes [] temp = ( ProgrammeTimes [])theXmlSerializer.Deserialize(theStreamReader); &nbs ...Show All

  • Windows Forms want to connect to dB using connectionString saved in app.config file

    Dear all, Me and my friend are new to visual studio 2005 express edition. We are trying to build a simple desktop database application. Now both of us have different connectionString to the database in our computers (which is quite obvious).At first, we used hardcoded connection strings in our apps. So it was a huge task to replace all those lines as we shifted our computers to share our works. For compatibality, we were trying to use the app.config file for the connectionString, which looks like : (in my computer) < xml version = " 1.0 " encoding = " utf-8 " > < configuration > < co ...Show All

  • Windows Forms Tab Pages and Visual Styles !!!

    Hello there. This forum is my last resort as I have tried almost anything I could think to resolve this issue. I am creating an windows forms application with Visual Styles enabled. I have a tab control with a couple of tab pages.  The problem is that tab pages do not show the fill gradient that shows on tab pages of components of windows xp.  ...Show All

  • Visual Studio Express Editions Basic Array Help

    If i was to make a socket array like Dim Sockets(1000) as socket Then in form_load i put For a as integer = 1 to 1000 sockets(a) = new socket next a How would i go about handling when it connects and stuff I don't think you'd want to do that. I do think you'd want to create a thread pool with connections and use then as needed. ...Show All

  • Software Development for Windows Vista Dependency Property

    I have a custom activity derived from HandleExternalEventActivity that I have generated from a interface using the wca.exe tool. On this activity there is a dependencyproperty Approved (type bool) generated. The value of the property is set in the eventhandler for the activity. I have placed my activity inside a while activity that I have set up to have a Declarative Rule Condition that is set up like !this.pageApproved.Approved When I debug my custom activity and more precisely the get/set of the dependencyproperty. I see that when I send an event to the workflow that sets the property to true everything seems nice [ ValidationOpti ...Show All

  • Visual Studio 2008 (Pre-release) Can someone provide an example of XOML only Sequential workflow that loads several Workflow dlls?

    Tom, Can you please provide a similar example to your ASP.NET client calling XOML only State workflow (after adding a typeprovider to the Workflow runtime) I need an example of XOML only Sequential workflow called from ASP.NET client that depends on several Activity and Workflow dlls. Thanks in advance, John Portnov You've posted a Workflow question in the WPF forum. The Workflow forum is located here: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=122&SiteID=1 Thx, Rob ...Show All

  • Visual Studio disconnect sourcesafe from visual C++

    Is there an easy way to disconnect and reconnect a project in Visual C++ 6 from the sourcesafe We have a very large project with lots of directories and subprojects. I branched the project to another directory tree, but VS6 insists on checking out from the original branch. Is there an easy solution Thanks, Maor If you script a little code to read the DSP and DSW files, you can scrub the control info very quickly. A DSW may have something like this: Project: "ADORecordSet"=.\ADORecordSet\ADORecordSet.dsp - Package Owner=<4> Package=<5> {{{     begin source code control &nbs ...Show All

  • Visual C# C# and MS SQL 2005

    I have 1 table "Uplate"with atributes: UplateID:int Datum:datatime Iznos:int Opis: nvarchar On win-form I have 2 DataTimePickers: dtPoc and dtKraj and in them I select begining and end date. I want to sum Iznos between these 2 dates. So I added query in the UplateTableAdapter: UpitUplate(@Parameter1,@Parametr2): SELECT SUM(Iznos) FROM Uplate WHERE Datum>=@Parameter1 AND Datum<=@Parameter2 and in the main application I call this query like this: int ZbirU = 0; dtPoc.Format = DateTimePickerFormat.Custom; dtKraj.Format = DateTimePickerFormat.Custom; ZbirU= (int)UplateTableAdapter.UpitUplate(dtPoc.Value, dtK ...Show All

  • Windows Forms Generate SQL Script

    This is more of a SQL question, but how do you generate the CREATE script that was used to create a table that already exists   I thought it was DESCRIBE but I might be getting my DB's mixed up. Thanks! The simplest solution  In Visual Studio .NET, display the Server Explorer. Navigate to your table, right click, and select Generate&n ...Show All

©2008 Software Development Network