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

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

Candela

Member List

Dhiraj12345
Trisha1802
JDELUNA
pushpraj
ToddOs
KAllbritain
Ravi Santha
Dr.Virusi
bishoycom
gshaf
tody4
publicENEMY
P Colmer
Mike9000
Zia Khan
cr4zykilla
rahoward
280Z28
nwilliams
mareczek84
Only Title

Candela's Q&A profile

  • Visual Studio Urgent - The application failed to initialize properly - 0xc0000005

    4 hours ago while working in Visual Studio 2005 with C# something must have happened to the .Net Framework installation. The last thing I did was deleting a bunch of files from the open solution after which the computer/Visual Studio appeared to work much slower than before. The compiled program did not run anymore instead I just get a dialog box "The application failed to initialize properly - 0xc0000005" which i can only confirm with "OK" and have to do twice to dismiss the close the application. Now no .Net program does run anymore, even a fresh ConsoleApplication with an empty Main function crashes the same way. The error dialog comes up even before the console window opens. No other programs seem to be affected, ...Show All

  • SQL Server Remote Deployment

    What's the easiest way to deploy a project to a remote server Keep in mind there won't be any machine level access to the server housing the sql server. Your question is bit short. If you are talking about deployment of Analysis Services project you have several ways. 1. Change your BI Dev project properties to tell it to deploy to remote machine. 2. Use Deployment utility. 3. deploy your project first to the local Analysis Server and then use Synchronization or Backup/Restore to move data and metadata to a remote server. I am sure you can be quite creative and find other ways to deploy your solution. Edward. -- This posting is provided "AS IS" with no warranties, and confers no ri ...Show All

  • Visual C# how to give online updations for My own software?

    I have done one desktop application in visual c#, i want to give online updations for that software . i need full flow and coding for this. Hi, You might want to take a look at ClickOnce. Here is some info on it: http://www.kirupa.com/net/clickOnce.htm Greetz, Geert Geert Verhoeven Consultant @ Ausy Belgium My Personal Blog ...Show All

  • Visual Studio Express Editions web developer

    Heya- i installed web devloper bout 2 months ago- and i started working on a project- but now i cant get into web devloper when i load software. I downloaded it from this site- and its suppose to be free-, iv already licenced it by giving my email when i first loaded it- but it now comes up with another message saying register and register code- of which i dont have as i downloaded it from here. ANy suggestions also i wanted to know how come- web devloper doesnt use projects rather than indiviual files- because VB.net uses projects. Does Web developer support aspx.vb file as ive got vb code and want to run it as aspx.vb code- but when i complie and run it iun local host it says it cant locate aspx.vb file Any sugesstions welcome- th ...Show All

  • Visual Studio Team System Changes are not shown in the Form

    In my application I do a change of some WorkItem fields. Via the Team Explorer in Visual Studio I want so see the changes of the WorkItem fields. When I select the WorkItem the changes in the Form are not shown. I change another field in the Form and then the next error occurs: "Unable to save all edited documents. 0 saved successfuly. 1 could not be saved. Please correct the unsaved work items and try again." So this means that the changes are committed but are not shown in the Form After about 5 minutes the changes are shown in the Form !! Why does it take so long to show the changes in the Form I closed all open windows in Team Explorer but this doesn't help. Even re-run the quer ...Show All

  • SQL Server Flat file CSV problem

    Hi all, I hope someone can help with a problem i'm having. I want to process a large number of CSV files into various tables in an SQL database. The CSV file contains entries on a row by row basis relating to specific events (indicated by an eventID in column 0). Eventually i think i want to be using a conditional split to process each row seperately depending on the eventID but before i get this far i am having a problem with the source data. Each event can have varying amounts of columns filled in in the CSV file. And each CSV file can have multiple event types in it. The flat file manager seems to merge a number of different rows into one within the preview pane. It seems to ignore the end of row delimiter of CrLf. Can anyone please hel ...Show All

  • Visual Basic need to create an array of classes

    This is probably a fairly strange thing to want to do but it would sure simplify the code. I have many (10 so far and more coming) classes that all derive from the same base. The all process different types of files. The new operation currently is a little expensive and the objects are not small. What I was thinking about doing was creating a SHARED method in each derived object that can look at the input and decide if ir is a file it can process. That way New is only called after determining which of the derived objects will really process it. What I wanted to do was something like: dim processors() as filereader = {processor1, processor2, processor3) dim p as filereader dim realreader as filereader for each p in process ...Show All

  • Visual FoxPro Can't rebuild project after moving from VFP7 to VFP9

    I have several large projects that I developed in VFP7 under Windows 2000 server. I have copied them entire to a new server and I'm trying to convert them to VFP9 to run under SQL 2005. When I open the projects in VFP9 and try to rebuild them I get an error that the project's memo file is missing or invalid. The same projects rebuild under VFP 7 just fine. Does anyone know a workaround or am I going to have to rebuild the entire projects under VFP9 Thanks, Chandler I think this can be changed from Control panel>System>harware>hdd driver properties but I don't trust in solutions who are modifying hardware to match the software. In you case I will try to access all tables and database ...Show All

  • SQL Server Question to ytd()

    Hi, Ihave a Time-Dimension with 2 hierarchies: (a) Year - Semester - Quarter - Month and (b) Year -Week. Than I have a calculated member in my Cube like: CREATE MEMBER CURRENTCUBE .[MEASURES].[Sales Volume KG (kum.)] AS Sum ( ytd (), [Measures].[Sales Volume KG]), FORMAT_STRING = "#,#.00" , VISIBLE = 1 ; When I browse the cube and I use the (a) hierarchy on the colums, all works fine; I get the accumulated sums over Semesters, Quarters, Month. When I use the (b) hierarchy, in each cell I get the normal week-sum and not the accumulated. What's my mistake Thanks Hans   Hello Deepak, Thanks a lot, this works. But please, can you tell me the background, why this c ...Show All

  • SQL Server Navigation using expression

    Hi. I want to navigate from one report to another according to an expression.The expression will look like  "IIF(Fields!Value.ToString() == "A", Report1, nothing) ". Because if a string's value equals to something I want, I don't want to navigate.So I don't want the link select to be shown.But when I wrote the expression like above, an error occured saying that there is no report called nothing. RS see "nothing" as a report.How can I solve this problem Any help would be appreciated. ...Show All

  • Visual C# delete file which is in use by application

    hi everybody, in my application for buttons i set images from directory (ex. C:\Images\), when i run application i set images for buttons from that directory, and i need to do that these pictures automaticaly renew periodicaly... so i tried to run thread in application which gets images from server, and overwrites old files periodicaly, but the problem is that application uses these files in C:\Images\ and i can't no overwrite, no delete and write new file instead... and at least when application runs i go to C:\Images and try to delete images and i can't do this, and it's nothing strange becouse these files are in use by my application :) but maby somebody can tell me how i can work around this and implement images renewing ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cheapest way to create 3d model

    I am very new on this topic- basically because I heard MS is releasing a free game platform development tools so I wanna have a look. If I want to do my own 3d game, what is the cheapest way for me to create the model and render it properly I dont see any tools that being used commonly in the industry are cheap enough for personal use :) You could take a look at www.Blender.org and www.microsoft.com/xna Blender is an aweasome free application you can use to create 3d models and XNA is the easy to use game development platform you were talking about. I hope this helps. take care. ...Show All

  • Software Development for Windows Vista HELP: Adjusting/Controlling Attenuation (Volume) Level

    I need help guys ... How can i adjust the volume of the audio playout in real time For e.g Left Channel Right Channel 50% 50% 30% 30% 0% 0% 30% 0% 0% 30% i really need this program, good if there's an article of it or a source code or at least steps that where can i get this achive. note that im using simple audio playout using directshow that make use of the Quartz.dll thank you in advance shouldnt it be audioControl = graphManager as IBasicAudio; or QuartzTypeLib.IBasicAudio vc = (QuartzTypeLib.IBasicAudio)graphManager; I really cant help you more. I just mess with the video aspect of Dshow. ...Show All

  • Windows Search Technologies WDS 3.0 Beta 2- Cannot index pdf file contents

    Hello, I found this bug a while ago. I tried everything, install, uninstall pdf ifilters, etc..... WDS Beta 2 simply cant index pdf contents. Are anyone aware of this issue Thanks, Marcus It's really a bit issue. For business things, PDF files are widely used. And the ability of searching PDF files are just why we want to use a desktop search tool. ...Show All

  • SQL Server Move SQL server to SQL server 2005 Express

    I'm new in Express Edition. We use SQL 2000 on our SBS2003. For disaster recovery I installed SQL Express on a laptop. How can I move database and application from SQL 2000 to Eexpress edition Many thanks Peter Glenn. Did you mean use SQL server 2000 backup utility to backup all Dbs then setup Express Edition, then use its recovery to restore Dbs One of my friend suggested just copy all .MDF and .LDF files, then use SQL server Management Studio Express to link them. We don't use Sharepoint database. Thank you for your attention. Welcome your further advise. Peter ...Show All

©2008 Software Development Network