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

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

Siteadm

Member List

FugersonHall
Mark Benningfield
Jehan Badshah
Mat1t
bioan
careyr
NickMcCrea
Sab2
DotNet_Student
DaSch
The ZMan
Vijay Chegu
Wapper
Ilya Margoulis
ricc
Jesper Ekenberg
Cesar Francisco
Michael Weingartner
Colin Reid
Mateusz Rajca
Only Title

Siteadm's Q&A profile

  • Visual Studio Team System Using Functions as Form Post Parameter values?

    I have a number of Form Post Parameters in a webtest that require the current date as a value. ex: ShipDate=04 Jul 2006 Without having to generate code, is there a way that I can use Format(now(), "DD MMM YYYY") as the value you do not need to use a coded web test,but you will need to use a WebTestRequestPlugin. So you will need to write code to get this to work. Here is a help link for how to create request plugins: http://msdn2.microsoft.com/en-us/library/ms182554.aspx ...Show All

  • SQL Server SP1 Installation Failure for Reporting Services Instances

    The upgrade was alright for my first/default instance of reporting services but failed for the other 3 non-default instances. I was running SP1 using remote desktop connection. I got the following error at the report manager and the reporting services configuration's initialization. Is there any way to get around this The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is 'C.0.8.40'. The expected version is 'C.0.8.43'. To continue, update the version of the report server database and verify access rights. (rsInvalidReportServerDatabase) Extract from RS9_Hotfix_KB913090.log: .... 04/21/2006 13:20:34.652 Successfully open ...Show All

  • SQL Server Sharing an XML configuration file between packages

    Hello, I'm using an XML file to configure my dataBase connection string. I try to deploy my package on a new server and it works perfectly. Then I made a second package which also need a configuration for the dataBase connection string. (I made the connection with the connection manager inside packages). The configuration is the same that for my first package, so I thought to use the same configuration file. I can use the same configuration file but the problem is when I try to generate a deployment for my solution. I got an error which tell me that the xxx.dtsConfig file already exist and can not be copy again. When I made the configuration in the second package I said that I want to reuse the file ... and I thought that for the deploymen ...Show All

  • Windows Live Developer Forums Shape editing revisited

    Hi, I'm new to VE development, so I wanted to confirm a few points. For my app, I need the following: user-editable shapes, scratch pad functionality fetching the shapes' long+lat and storing them in my database checking if a point is within this custom shape Is this true that none of this is currently available in the SDK and has to be implemented independently Are there any plans to add this to the SDK You use VE methods to acheive these functions. There are no "built in" scratchpad, editably shapes or bounds logic but you certianly have the tools to do it yourself allowing this to be very customised. We have been asking for some samples of how the maps.live.com guys did t ...Show All

  • Visual Basic YOU ARE A GENIEUS--Reed Kimble --THANK YOU SO MUCH Just a Minor Ajustment to make it work MAKE E.CANCEL = FALSE ---

    I have this code whre I want to open a new window within browser1 of my form8 Instead I loose control of the browser and by loosing my session Private Sub WebBrowser1_NewWindow( ByVal sender As Object , ByVal e As System.ComponentModel.CancelEventArgs) Handles WebBrowser1.NewWindow e.Cancel = True Form8.Show() 'Form8.WebBrowser1.Name = what goes here I am not sure what to do here 'Here I am forcing the opening of this specific website/I want to open whatever url is clicked Form8.WebBrowser1.Navigate( http://www.accountingonline.us/invoice/index.php page=open ) ' Form8.WebBrowser1.Navigate(sender) this did not work End Sub The solution above catches window opens and set the ad ...Show All

  • .NET Development Simple XML problem (Append Existing SIMPLE XML Doc)

    I am trying to simply add a childNode ( I believe it's called) to an existing XML Document. It is laid out the following way: <FAB> <F12> <PANEL>Number1</PANEL> <PANEL>Number2</PANEL> </F12> <F22> <PANEL>Number1</PANEL> <PANEL>Number2</PANEL> </F22> </FAB> All I want to do is when F22 is entered into a combobox and a new panel to add is in a text box have it add to the appropriate place. For example Number3 is added into panelTextBox and the "ADD" button is clicked. The end result should be: <F22> <PANEL>Number1</PANEL> <PANEL>Number2</PANEL> <PANEL>Number3</PANEL> </F22> BT ...Show All

  • Visual Studio Express Editions Fundamental doubts on DLLs and Lib files on Windows

    Hi, I am a Solaris developer trying to port an application to windows using Visual C++ Express Edition and SDK. The application can be briefed as a module for Apache 2.2. The output I want is a DLL which has a function which will be called by a module in Apache. I have a core set of files which I compile to a static library A.lib. Then I have another set of business logic which uses A.lib and the output is B.lib. Around B.lib I have a set if interface methods which I want to publish as exported function in a shared library say C.dll. When I build I get the size of A.lib < B.lib. I want total logic as a single DLL C.dll and expect it bigger than both A.lib and Blib. But the size is A.lib around 5 MB, B'lib around 4 ...Show All

  • .NET Development email address verification

    How to verify email address While submitting form. Well, you have any another way, that's probably more neat & visual. if you are working with Visual Web Developer, Use Reguler Expression Validation control, drag it next to the email text box, in its properties "ExpressiontoValidate" select "Internet Email Address" & in property "ControltoValidate" select name of the textbox which you use for email input. In its Error property write any message you want to display in case of Wrong email entery, this will work when user will hit "Submit" button on your webform. ...Show All

  • Visual C# I can't see the list of all the events in my code behind

    - When I use VB, if I click the scroll list in the code behind the page editor, I see all the events for the page and the controls. But in C#, If I click the the scroll list on top which is supposed to include all my controls I don t see the controls therefore I can get the events automatically. thanks I don t know the name of that little dropdown box on tghe top of the page when u re in code mode. in VB.Net, when we select a control in the dropdown list on the left side, we should be able to see all the associated events on the dropdownlist of the right. In vb.net that works fine but in csharp i don t see it. am using VS2003. Thanks ...Show All

  • SQL Server Newbie question - Getting the headcount at the beginning of the year using OpeningPeriod

    Hello, Here's a newbie question that I am having a heck of a time figuring out... I want to return only the balance at the begining of the year. My time dimension has a hierarchy as follows: -Fiscal Year --Month ---Period I then created (from the template) a Calculated Member that does return the number. However, as you can see, it is only from Fiscal Year 2006, the first period (Period Number = 1) Aggregate ( OPENINGPERIOD([Dim Row Date Vw].[FiscalYear - EnglishMonth].[Period Number], [Dim Row Date Vw].[FiscalYear - EnglishMonth].[FiscalYear].&[2006].&[1]), [Measures].[ACTIVE] ) How do I change this so it pulls from the first period for each year, at the beginning of that year Thank you for the help. ...Show All

  • Visual Studio Vss data store

    When Vss will use sql server like data store If you have Visual SourceSafe installed, you just need to switch the source control provider in Visual Studio. Start VS2005 Do Tools->Options->Source Control On the Plug-In Selection tab, choose Microsoft Visual SourceSafe Now, any projects you put under source control with use VSS on the back end. -Brad ...Show All

  • Visual Studio Express Editions how can i add gradient color to a usercontrol and or panel backcolor from my.settings

    Hi i'm new to programing. I would like to know how i can add gradient colors to a usercontrol and on a panel. i woul like to select the colors from the my.settings.topcolor and mysetings.bottomcolor. ahmedilyas helped me to set the forms back gradient color. how can i set the back color on a panel and usercontrol. see sample code below for the form gradient background color. i would like to instead of specifying the colors blue and white i would select them from the my.setting Protected overrides sub OnPaint(ByVal e as PaintEventArgs) Dim theBackground as System.Drawing.Drawing2D.LinearGradientBrush theBackground = new System.Drawing.Drawing2D.LinearGradientBrush(new Point(0, 0), new point(0, ClientSize.Height ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. low resolutions not working (<800x600)

    Hey there all! I wonder if someone of you has experienced the same problem like me:  I'd like to set up my game to have a resolution of 640x480 fullscreen (or even lower). When I make a new game project (or open an existing one - doesn't matter) and change the resolution to anything lower than 800x600 fullscreen a messagebox appears (while the game starts fine, but stays a black screen doing nothing) saying that I will have to use a resolution minimum of 800x600 to use this application. I was searching for the text in the messagebox on the net, but to no avail. I'd post a picture here, but since my WindowsXP is a german version, I guess that it wouldn't help a lot. Maybe this even has nothing to do with XNA or C#. My gra ...Show All

  • SQL Server CREATE Assembly with VJSLIB on x64

    I've got a project that requires J#. I know the J# assemblies aren't on the approved list, but I'm ok with that. I've done all the nasty things you're supposed to do to register it, and I've been succesful on my x86 machine. However, when I try the same thing on an x64 machine, it ends in failure. Here's the exact T-SQL I'm running: IF NOT EXISTS (SELECT * FROM sys.assemblies asms WHERE asms.name = 'vjscor') CREATE ASSEMBLY [vjscor] FROM 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vjscor.dll' WITH PERMISSION_SET = UNSAFE IF NOT EXISTS (SELECT * FROM sys.assemblies asms WHERE asms.name = 'vjslib') CREATE ASSEMBLY [vjslib] FROM 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vjslib.dll' WITH PERMISSION_SET = UNSAFE As I said, this runs ...Show All

  • SQL Server how to set the disable property at runtime for sequence container

    I have a package that contains multiple SEQUENCE CONTAINERS, each execute a bunch of tasks. I try to use the script task to dynamically disable or enable each of these SEQUENCE CONTAINERS base on parameters that pass in from parent package, but for some reason, I can’t set the disable value to True/False at runtime. Anyone knows how to do this The Disable property is not accesible from script task. However you can use property expressions in the sequence containers to set the disable property using a variable and in your script task set the variable to True/False Thanks, Ovidiu Burlacu ...Show All

©2008 Software Development Network