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

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

AlexGold

Member List

robbie__
renyx
Tom B
hwiz
Tin Aung Soe
Sorean
Buddhist
Struan
Perry Choy
KoryS
Kieron Lanning
eschatzy
SteffoS
Edwin Loubser
bslim
msdate
MaggieChan
mrobold
red60man
rtaiss
Only Title

AlexGold's Q&A profile

  • Visual Studio Team System Schema Compare Problem #5

    I am comparing a Database to a Project. One table is showing up as being different. Here is what DBPro reports as the difference: In the Database: [DefaultPerformanceEmailText] [nvarchar] ( max ) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , In the Project: [DefaultPerformanceEmailText] [nvarchar] ( max ) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL CONSTRAINT [DF_HumanResourcesPolicy_DefaultPerformanceEmailText] DEFAULT ( '' ), When I click the 'Write Updates' button to synch my Project, DBPro says everything was successful but when I do a recompare, this same difference reappears. DBPro is not removing the constraint. Thanks - Amos. Chuck, My Specs: Dell Latit ...Show All

  • SQL Server URGENT: symmetric key error

    Is there a quick utility that will allow me to fix this error I just let my computer be auto updated and it bombed my report manager. This is the link from the error... http://www.microsoft.com/products/ee/transform.aspx EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.resources.Strings&EvtID=rsReportServerDisabled&ProdName=Microsoft+SQL+Server+Reporting+Services&ProdVer=8.00 I tried using the disk to modify but it didn't work. I forgot to mention that I am working with SQL2000, VS.net 2003 and Microsoft SQL Server Reporting Services Version 8.00.1038.00 ...Show All

  • SQL Server Exception thrown: database file cannot be found

    Hi, I'm developing a desktop C# app that uses SQL Everywhere as an embedded database. I generated strongly typed DataSet and use that to populate a DataGrid on my app. When the app first loads, it populates the DataGrid with a line like this: this.sTORE_INV_LNTableAdapter.Fill(this.inventoriesDataSet.STORE_INV_LN); That all works fine. Later on, after adding more data to the database (through reading a csv file), I wanted to refresh the display on the DataGrid. I used the same line of code: this.sTORE_INV_LNTableAdapter.Fill(this.inventoriesDataSet.STORE_INV_LN); however, this time, the following exception was thrown: The database file cannot be found. Check the path to the database. [ File name = .\\Inventories.sdf ] ...Show All

  • Visual Studio Express Editions Working with classes

    Hi, I am learning C# and I am still little little confused about classes, methods... here is what I am trying to do: I have a class in seperate file. Inside that class I have a method . From that method I would like to change text property of label on my form . This form is generated with designer and is in different file and in different class but in the same namespace . Any suggestions Change your code like this to make it work properly: namespace Test { class MyClass { private WindowsApplication1.Form1 mForm; public MyClass(WindowsApplication1.Form1 f) { mForm = f; } public void change() { mForm.labelText = "test"; } } } In Form1' ...Show All

  • Software Development for Windows Vista How do i implement this workflow ?

    Hi All, I am trying to make a simple workflow that has 4 parallel activities each getting input from different users (say it takes interger as it's input) and then adds the inputs (integer values). I was thinking of creating a custom activity that takes input from the user and run 4 instances of it parallely so i will get 4 different inputs and then at the end of the parallel activity i have a cusum activity that adds the 4 input. Is this the right approach. Do parallel activities end seperately and can't be merged into another activity Or if they could then in my case how do i send data from the parallel activities into the activity that does addition. Thanks, Sonali Using activity binding ...Show All

  • Visual C# Whatever happened to IExceptionPublisher

    Another interface that has disappeared from the Enterprise Library and I can find no reference as to what to upgrade it to. Do you know what I should do to upgrade this Can we please have a forum for the Enterprise Library - it is now a major part of development. regards, Mark ...Show All

  • .NET Development A big WHY?

    I'm a programmer. So Framework for .net comes out and I d/l and install it via microsoft updates. I've got a single user and have my Windows XP setup to boot me right into windows without a logon. For some reason windows updates installs a new user on my system called .NET and that's where they put this framework package. Now, everytime I boot up I have to go through this dumb logon, where I click on my own name.. mind you, it's the only user-name on the entire system.. but I still have to click on it for some stupid reason in order to log onto windows. WHY Who's the genius who figured that everyone who installs .NET needs an extra mouseclick on the system YEA!!!!!!!!!!!!!!!!!!!! I hate that too.. ...Show All

  • Windows Live Developer Forums Saving message history with contacts

    Hi, I have a new computer with Windows Vista. This morning I tried to save my message history of a chat I had just had with a contact. Highlighting it i tried to right click....nothing comes up at all (no options). When I tried to drag the conversation/message history into a file to save it, it just jumps right back to where i drag it from. I would like to save all of my message histories in a folder how do I do this ...Show All

  • Microsoft ISV Community Center Forums ShellExecute Function

    Is it possible to use the ShellExecute Function to open the Bloomberg program Hello! I know that the Shell can open programs belonging to the Windows family. However I was referring to Bloomberg (not part of the Windows family). Does anyone know if it is possible to open a program not belonging to the Windows family I would have tried it but I am vacation (that I dont have time to enjoy) and I do not have access to Bloomberg from here. I would very much appreciate an answer! Thank you very much! ...Show All

  • SQL Server displaying error message - no rows returned

    Hello, I have a seach on UserID enetred in a textbox by user. When the user types a userID which has no data in the database can I display an error msg instead of the chart and table that is displayed on entering a valid userID. Thanks, Kiran. Hi, For the table there is a property 'NoRows',in this propert you can write the message that is to be displayed when UserID is not matched. Hope this helps ...Show All

  • Windows Forms Creating custom controls

    Hi there, Where is the best place to start learning from scratch how to create custom controls Such as extending the tab control. Cheers here have many examples for custom tab control http://www.codeproject.com/tabctrl/customtab.asp http://www.codeproject.com/cs/miscctrl/yatabcontrol.asp hope it help you ...Show All

  • Visual Studio 2008 (Pre-release) My WPF application doesn't run on a machine which has .Net3.0 but doesnt have VisualStudio2005 and its extensions for WPF/WCF

    Hello, Please let me know what are the minimum requirements for running a WPF application(using XAML) on a machine that doesnt have Visual studio 2005 and orcas Our application end users just have .Net3.0 installed on their machines.When this app.exe is run on a machine with just the .net3.0 framework, we get a msg like : "app.exe has encountered a problem and needs to close.WE are sorry for the inconvenience.If you were in the middle of something,the information you were working on might be lost." This otherwise works fine.Can you please suggest me what I am missing here Do I need to create a deployment package everytime so that all relevant dlls(w.r.t WPF) are also intalled our end user's machine.Am I missing something ...Show All

  • Software Development for Windows Vista Replicator with PolicyActivity hurts my brain

    Even after some help from a kind poster I'm still not getting how to use PolicyActivity within a replicator. I created a new activity derived from SequenceActivity. I added a property to it, with the DependencyProperty gunk around it like the SimpleReplicator SDK sample shows. This all initializes fine. My problem is now I drag a PolicyActivity into my Sequence. How can rules in this PolicyActivity use my custom property on the parent Sequence Activity I've tried GetActivityByName to get the sequence, but it doesn't appear I can cast in a rule condition (or I don't know the syntax) to my derived type to be able to access the property in say, a condition. Even if I could, this would not be a great way to write rules against that property. ...Show All

  • Windows Forms Problem with visual style and controls

    I have problem when visual style of xp theme is change when the application is running. I have two user control (in two module) that have a tab control included, some combobox inside and a calendar inside. I try to create a windows form, have two button and a panel, when button one is clicked, user control from module 1 is added to panel. When button 2 is clicked, user control from module 2 is added to panel. Then problem is that when I run the application, I change the color scheme of windows theme, after changing the scheme, the calander does not change its color, and more, when I click on button 2, the tab control in user control does not draw it self, beside, some combobox inside does not paint itself too. ...Show All

  • Smart Device Development Target Menu, Connectivity Options Menu doesn't respond to selection

    I'm trying to build a CE image using the following environment: Vista RC2, Visual Studio 2005, Platform Builder CE 6.0. When I select the Target menu, Connectivity Options... choice, I get a brief change in the cursor, but no dialog box opens up, so I am unable to go any further. Has anybody any encountered this before Thanks in advance, Andrew Hi i also can not open the Connectivity Options window! Last week it works perfect, and now I can’t change my Connectivity options. How can i solve that problem The solution from Mohit Gogia is not working for me. Thanks Thomas ...Show All

©2008 Software Development Network