I had web application (website?) that was started in VS 08 (this was the VS 08 that comes with SQL Server 2008 - not the full-blown version) and I loaded it in to VS 2010 (this is a recent Professional version upgrade from VS 05 Pro). The web app is a HealthVault application created by the HealthVault Application Manager that ships with the HealthVault SDK.
So, I loaded it in to VS 10 and VS 10 converted it to a VS 10 project and now it won't build. The problem is in the web config file and I normally don't work on web applications so I am completely lost.[code]...
I'm trying to convert an old vb project from 2008 to 2010. Ive tried using vb 2010's convert wizard aswell as changing the .sln file manually. When i try to convert the project automatically using the wizard it gives me an error saying that the project type is not supported. Does anybody know a solution to converting my 2008 project to 2010?
I have the below code that searches through directories and displays the largest file in the directory. the problem is that it displays it in KB - how on earth do I convert it to MB? The file size comes out way too large so want easier reading
I'm analyzing several log files obtained by drive test. I need of an information called "Cell information" and I extract it using analyzer tool. Issue is that this tool extracts this information in DWORD 11214032. So I need to use calculator to convert it to WORD. See image: and after conversion:So I want to convert 11214032 to 7376 number that identifies my cellid. I must repeat this operation for all informations (around 30) Can someone know how to convert number 11214032?
I have an old program from 2002, which was coded in Delphi 7. Now i would like to rewrite the whole program, and expand in Visual Basic. how to convert my old code to VB2010? The code is very simple. I fill a database with Comboboxes and TextBoxes .Text. [Code]
I have downloaded VS Express 2010 edition from Microsoft website. I want to convert a VB 6.0 project into VB.Net using VS Express 2010. Is it possible to do it without the "Upgrade Wizard"? How much will it cost me to get basic VS 2010 Professional with the "Upgrade Wizard" option? What other tools (that I might require during conversion) are missing in the VS Express edition?
I am looking for a sdk with sample code for use in VB2010 to convert text to speech. I have the microsoft sdk but cannot get it working in VB2010 and I cant find any samples to use it. I would like to use this sdk, I just cant find any examples for me to play around with.
I have a very old app that uses a little function that calculates a value and after that i get the hash code of that value, that it's used as a password to unlock some functionalities to the user. Now the manager has a 64 bits computer and the function returns a different value. What i need it's how to convert this function from C# to Vb, i know that I can use the converts, but they don't work, pointers. Code: Can I convert this function?
im trying to upload my image to my database. I've searched and found a way to do this by uploading the image as a blob to the database.On the field IMG on my Database I have set it to BLOB. how can I send a image to the field?
PS. I tried
vb.net Dim sqlquery = "INSERT INTO `decap`.`test` (`MD5`,`img` ,`value`)" _ & "VALUES ('C20E743343GDG'," & (OpenFileDialog1.FileName) & " ,'0')"
I have an existing system that uses an ODBC connection to connect datasets to a SQL Server database. I want to conevrt these to use an OLEdb connection.
i want to get theButton control name from user in a textbox. it means ... every control name that user enter in textbox, the control backcolor will be change.