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

Software Development Network >> .NetRocks's Q&A profile

.NetRocks

Member List

Stefnany
Fourge
roel_1984
wcottee
sal p
Tom Freeland
RLHayesxx
MarcStevenson
Anthony Wong2
Dan400Man
Jacob Christ
keyur mistry
tgif_sf
Randy Foo
bSathish
LA-3243 Jerry
Foolios
SekharPC
sdfeaf
Bassam Adil
Only Title

.NetRocks's Q&A profile

  • SQL Server Create New SQL Server Mobile Edition Database

    Hi, I follow the instruction to install SQL Server 2005 Mobile Edition, but when I try to change the Data Source to add a new connection, I don't find "Create New SQL Server Mobile Edition Database". Does anyone know how to fix this Thanks Paolo Giorgio DEVTOOLS ==> Microsoft SQL Server 2005 Mobile [ENU] Beta 3 or Microsoft SQL Server 2005 Mobile [ENU] Developer Tools Uninstall & Reinstall&nb ...Show All

  • Visual C++ using Microsoft VC++ IDE

    I was using Microsoft Visual c++ IDE. I started a new project. In the new project was a three c++ files. How can I get it to start without these. I do not know what these are or need them. One had tmain, so I guess that is why my program would not work right because there was already a main(not sure what tmain is). Then I tried moving my code under the tmain that was already there. I went to build to build the whole project. Now when I try to ru ...Show All

  • Visual C# What determines DateTime.Today.ToString() output?

    I have the situation where in a simple console application, DateTime.Today.ToString() returns .. "2/9/2005" on one machine and ... "2.9.2005" on another. (the date separator is changed). It's important that I get the date in the first format (slashed), and change my code everywhere is a challenging task. I'm looking for a configuration solution to this problem, not a code solution. Does anyone know what determines the format of the ToStr ...Show All

  • Software Development for Windows Vista Changes from Windows SDK Beta 2 and last release

    Where can I find the what changes are between the last WinFX and Windows SDK and Beta 2 of WinFX and Windows SDK. The last version of WinFX that I am building and testing is version 3.0.50727.358 and my application has been working perfectly. I recently installed Windows Vista Beta 2 and my application crashes immediately. Not a problem. I can rebuild the application with new WinFX, Windows SDK, and component for VS 2005. Now I am getting ...Show All

  • Visual Studio Team System How to delete a new project that failed to create properly?

    Hi, I tried to add a new Team Project and an error occurred when it treid to configure the sharepoint portal. It said it tried to roll-back the changes, but that didn't work. I'm not shown this project anywhere to delete it. If I try and create a new one with the same name it won't let me as the name is not unique. Is there a way to delete this 'dead' project from the server THanks Chunda tfsdeleteproject might ...Show All

  • .NET Development unable to connect to SQL server

    hi everybody! I am just a beginner in asp.net. i am trying to connect to the sql server and getting an error: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. the code line for connection is : cn.ConnectionString = "Data Source=DENVER; Initial catalog=pubs; user id=sa ; Pwd=" right click on the server name - properties gives a message saying  only sysadmin can access this feature.  do i need to ...Show All

  • Visual Basic PHP SCRIPT TRANSLATE IN VISUAL BASIC 6.0

    Hi class Astro { var $jd; var $dec; var $ra; var $sid; var $dra; var $rsum; function Astro() { $this->jd = 0.0; $this->dec = array(0.0, 0.0, 0.0); $this->ra = array(0.0, 0.0, 0.0); $this->sid = array(0.0, 0.0, 0.0); $this->dra = array(0.0, 0.0, 0.0); $this->rsum = array(0.0, 0.0, 0.0); } function copyFrom(&$source) { $this->jd = $source->jd; $this->dec = array_values($sour ...Show All

  • Windows Forms WINFORMS

    I have a small question: I have a form(a){Main Form} and form(b){login form}. I want to load form(b) as dialog to form(a), when form(a) is loaded. Please help..! The reason that the UI of Form A is not visible is because ShowDialog blocks all commands after it until the dialog (Form B) is closed.  Just move the ShowDialog code to the Form_Load method instead of the constructor like so: priv ...Show All

  • SQL Server calling a store procedure (with an INSERT statement) from ADO in results in closed recordset

    I have a stored procedure that contains an INSERT statement (I am inserting into temporary a table that forms part of the result of the stored proc). When calling this stored proc from C++/ADO, I get back a closed record set when running in VS2005/Windows XP x64 (this has previously worked on VS2003/WindowsXP). The stored proc below is a contrived example for demonstration of the problem.    CREATE PROCEDURE TestStoredProc @Param1 ...Show All

  • SQL Server Unable to connect to SSAS

    On my local machine i'm unable to connect to my ssas. I'm working with a developper license and the service is running. It is working with a default instance, browser is running. I'm able to connect to the database server, ssrs, ssis, .... This is my error... TITLE: Connect to Server ------------------------------ Cannot connect to BI_DEV. ------------------------------ ADDITIONAL INFORMATION: A connection cannot be made. En ...Show All

  • SQL Server Get UserName of Windows Account for Report Parameter

    We would like to automatically pass the username as a parameter to reports. By username, I mean the username from the Windows account used to access the virtual directory containing the report (which uses Integrated Windows Authentication).  Sort of like the User.Identity.Name property in ASP.NET.  Is this going to be possible Thanks User!UserID has the fully qualified user name, i.e. MYDOMAIN\M ...Show All

  • Visual Basic Creating Arrays

    I have an array that is filled with strings, about 250 to be approximate. Now this is tons of typing as you might think. I already have all the strings in a text file, one string per line. Is there a way of filling the array with the strings from the file. I want each line in the text file to be a seperate value in the array. So, line 1 in the text file would be value 0 in the array, line 2 would be value 1 and so on. Thanks. Nevermind ...Show All

  • Visual Studio Team System can not access database after generating code in web test.

    hi, there I created a web test using data source to repeat runs, it worked fine. But when i generated code and run this test i got following error message: Could not run web test 'xxx_Coded' on agent 'xxx': Could not access table 'xxx' in data source 'xxx' of test case '00000000-0000-0000-0000-000000000000': Login failed for user 'xxx'. i can run xxx_Coded without data source. and i don't change anything in xxx_Coded.cs. How can i ...Show All

  • Visual Basic Flicker MSCHART - In loop

    Am stumbled on a MSCHART flickering problem, this one to do with the "Do Loop". After each iteration in the loop the code reads the data and plots it on the Chart frame. But it flickers crazily. Is there a way to avoid it Pl let me know, thanks! This code is in a loop, i is initialized to "0".. Open "res.txt" For Input As #1 If Not EOF(1) Then Line Input #1, Datas values(i + 1, 1) = CDbl(Datas) i = i + 1 ...Show All

  • Visual C++ Printing Multiple Images using DrawImage

    I'm having problems printing multiple images. I have the following code: for (i=0;i<total_images;i++) { char arr[20]; string name = "Image"; name += atoi(i+1, arr, 10) name +=".jpg"; ev->Graphics->DrawImage(Image::FromFile(name.c_str()), x,y,w,h); if ((i+1) < total_images) ev->HasMorePages = true; else ev->HasMorePages = false; } total_images = 0; This snippet of code is running constant ...Show All

©2008 Software Development Network

powered by phorum