Make Website / Project Portable?
Mar 13, 2009
I have an ASP.net 3.5 website and I am using vb.net in VWD 2008 Express, I am also using MS SQL Server 2008 Express, I used ajax tabs and a textBox charavters counter control develped by [url]...The database is attached with MS SQL Server Management Studio Express and the files are stored in the SQL default "Data" folder.
The whole project's code and forms are stored in a folder in my E drive.I need to hand the whole project to another coworker who have to finish it, please describe in steps how can i make my website portable (like i can put it all in a folder that he can carry around in his flash disk).
View 1 Replies
ADVERTISEMENT
Mar 14, 2009
I have an ASP.net 3.5 website and I am using vb.net in VWD 2008 Express, I am also using MS SQL Server 2008 Express, I used ajax tabs and a textBox characters counter control developed by [URL]..The database is attached with MS SQL Server Management Studio Express and the files are stored in the SQL default "Data" folder.
The whole project's code and forms are stored in a folder in my E drive. I need to hand the whole project to another coworker who have to finish it, please describe in steps how can i make my website portable (like i can put it all in a folder that he can carry around in his flash disk).One more thing, I already finished my side of the project, I need to ship it out to this other programmer.
Can anyone suggest something like a: Checklist or Must Do list to achieve this?PS: I have had a problem trying to move the project from one server to the other, the project seems to look for the dlls of the AJAX control and the textBox counter where i originally unzipped the folders in which they cam in, which i think was on my desktop, although when i added those controls to the Tools tab, i created a new tab, then i choose the dll from the where i unzipped the controls source code, aint that enough?
View 1 Replies
Jan 2, 2010
Is it possible to make an vb.net application portable?
View 6 Replies
Apr 22, 2010
Is it possible to make that an application doesn't have to be installed so it would be portable?
View 5 Replies
Jun 9, 2011
I have a simple app (coded in VB 2008 Express Edition) that uses an SQL Server database (in .mdf format) that works fine on my own machine. I created the database in SQL Server on this machine. I added the DB as a data source and it works fine. But when packaged this app (ClickOnce) and installed this app on a different machine the installer tries to download MS SQL Server Express. Obviously this is because SQL Server is a prerequisite and is not installed on the other machine. But just as obvious is the fact that the download will take a long time to complete before my code even starts installing.
My question is this: Is there an SQL Server reference (using Add Reference...) that I can add to avoid this? I suspect the application just needs one or two DLL files from SQL Server. Downloading the whole product seems like overkill. Is there a way I can included the needed files in my app to avoid this long download process?
View 1 Replies
May 30, 2010
is it possible to make a portable client for a mmorpg with vb 2008 express? somehow put the files inside of it or somthing?
View 15 Replies
Feb 25, 2009
I'm using Microsoft's Portable VB. so far I'm doing my work with the help of my friends. I'm making a project and for that I want to wheter I can have an image as a marquee. If yes then how to make it work like that or what is the coding for it?
View 2 Replies
Oct 21, 2010
I have a program made in vb 2010. The problem is it uses my files on the computer such as different cursors and pictures and I really want to be able to make it portable and stick it on a memory stick and run it on other computers. Is this possible?
View 12 Replies
Oct 23, 2010
Im make a portable program which has a form with a few different pictures like a photo gallery.when you hover the mouse over a picture it will appear enlarged in a floating box infront of the form. Then when the the mouse is taken away from this floating box the box will disapear and leave you with the picture gallery again?
View 3 Replies
Dec 27, 2011
I have several asp.net website projects for various sites.Currently I want to add REST API's to these projects so I can start developing mobile apps (using HTML5/JavaScript/CSS3 and PhoneGap) that make use of these webservices.
Since WCF is far more powerful than regular asp.net webservices (among others with control over the service and authentication/authorization), I'd love to add these to my existing website project.
I did a Google search but cant find anywhere a step-by-step tutorial how this can be done. And also if there's any functionality I'd possibly loose when adding WCF functionality.I was also thinking of creating a new project specifically for WCF, but think I'd rather add it to an existing website project.
View 2 Replies
Aug 18, 2009
After converting a Asp.net website to web application, I receive 'Type MyNameSpace.MyMaster is not defined' error on pages that use the MasterType directive.
eg In the aspx file <%@ MasterType VirtualPath="~/MyMaster.master" %> In the designer.vb file the following code is generated and has the error described above:
Public Shadows ReadOnly Property Master() As MyNameSpace.MyMaster
Get
Return CType(MyBase.Master, MyNameSpace.MyMaster)
End Get
End Property
[Code]...
View 2 Replies
Nov 23, 2009
I have inherited a large VB.NET solution that was created in VS 2003. I am trying to update it to VS 2008 to maintain it. I no longer have access to an install of VS 2003.
The solution contains 15 projects that are console applications and 1 that is a Website application. The website application refers to some assemblies in the other console projects.
When I try to open the solution in VS 2008 all the console applications open but as it tried to open the Web application (or website? -- not sure) I see the dialog "Trying to open http://dmedibiz/dotcom.vbproj". It is unsuccessful in doing so. I don't have a website named http://dmedibiz on my development machine.
I tried changing the name of the website in DotCom.vbproj.webinfo, but that does not have any effect in VS 2008. When I go so far as to change the Hosts file so that the local machine resolves "dmedibiz" to the proper folder on my local machine, I keep getting prompted for a login and cannot access the folder even using the administrator login. I have tried adjusting the security on the Folder and in IIS Manager and even in the Frontpage Extensions, but nothing works.
So, what can I do to open this web project along with the other projects whose classes it references? Is there a way to change the website reference in the upgraded application? I actually do not want Frontpage Extensions in the site, but there was some reference to that also in the erro messages about installing them to "fix" the problem.
Here is the error I am receiving...
Unable to open the Web site '[URL]. Could not find a Web server at 'http://dmedibiz'. check to make sure that the Web server name is valid ...'
Can anyone tell me how to change the website location reference? Or must I remove the Web project from the solution and create a new Website and then copy in the files that need to be worked on?
View 1 Replies
Jan 21, 2012
confirm the forum for this question about Visual Web Developer 2010 Express. I found a VWD Express forum, but it was in Spanish... Lo Siento. My issue is selecting a down-level, 3.5, framework version as I create a new project/website. I have figured out how to CHANGE the target framework version once the website/project is created. I have the 3.5x installed on the system and available. The articles I have seen discussing this issue, refer to a framework version selection drop list in the new project creation dialog/wizard. I do not have that option.
[Code]...
View 5 Replies
Jan 26, 2011
I have Single VB Class inside website project and I need to generate XML Documentation for this class. is there any tool that can generate this documentation?
View 1 Replies
Nov 1, 2010
In asp.net web site project , i have created a .vb class file in App_Code folder. In that class i have created a Shared SubRoutine , in that code i want to use Server.Transfer method to transfer control to another web page .But Server property is unavailable in that code. Where is problem ? can anyone explain this.
View 1 Replies
Jun 28, 2009
was just wondering in the next versions of vb.net, will the default settings designer in be able to make the onfiguration portable ( which i mean by that the user.config file will be in the app folder ? why i am asking ?urrently my application is portable and i use ini files to store the settings within the application folder and i really wanted to use the settings designer instead ofimplementing my own Settings class using ini or xml files
View 7 Replies
Nov 6, 2009
I was wondering about the possiblity of creating a portable application in vb.net, not for anything specific - more out of curiousity than anything else. The only way that i have thought of doing this is creating an application, grabbing it out of /bin and it would save settings in a xml file or text document/whatever.
View 4 Replies
Feb 10, 2010
I have run into a problem with a couple of the "Sync" applications I wanted to create. In both instances, I am trying to connect a Portable Device to my computer and access it using VB.NET. One application would pull the pictures in from my camera, rename them, and put them in folders according to their date taken. The other would place the podcasts I have downloaded onto my Mp3 Player. I have the logic for both so that if I run it on two Windows directories, for example (C:Source and C:Destination) but when I try to access the Portable device using a directory browser, the "OK" button is disabled. Is there any way to access the directories on such a device?
View 2 Replies
Sep 25, 2008
Could you give me an example of how to make a website?Remember, I was trying to make my business in the future.I will accept the codes if you can give me an example of how to make a website.
View 4 Replies
Mar 6, 2011
I would like to use the .NET FileSystemWatcher class to monitor a folder path which is located on a device currently connected to the host computer and is being managed by Windows Mobile Device Center. The environment is Windows 7 Pro, x64.
When connected to the PC, the device is listed under "Computer" -> "Portable Devices", and I can navigate to its filesystem from there. When setting the "Path" property of my VB .NET app's FileSystemWatcher class object instance, however, it only accepts a valid string-representation of a standard filesystem path (eg. c:somedir hisdir), whereas the address bar of a navigable portable device reads "ComputerPocket_PC";a value which throws an exception at runtime.
Am I able to use the FileSystemWatcher class in this context? How else could I get a PC app to monitor file activity on a handheld device while it is attached?
View 1 Replies
Jun 4, 2010
Im trying to make a frame on a website refresh with a new src.
This is my function in a seperate module PHP
Public Function StatusRead()
If Form1.WebBrowser1.ReadyState = WebBrowserReadyState.Complete Then
Dim theStatusCollection As HtmlElementCollection = Form1.WebBrowser1.Document.GetElementsByTagName("frame")
[Code]....
The flag is declared at class level in my form1.vb and the reason for the flag is to stop the frame endlessly refreshing
View 1 Replies
Feb 12, 2011
Is there any way to make a program that gets data from the input site (like the javascript: Time left:, and the bidding page)
my goal is to make a program that will bid your maximum input using your credentials at the last minute... i hate loosing bids...
is this even possible with vb express 2010?
View 1 Replies
Jan 2, 2011
1.i want to grab this image[url] a and load it into a picture box 2.i want to make button1 click a button on a website[url]
View 2 Replies
Aug 10, 2009
1. How do I make a VB button open a website? I want it to open the website using the default browser.
2. Is it possible to me to have VB look for a program? Right now one of my buttons will open a exe, but only if its in the same folder. How can I make it so that it can look for the program?
3. I want to add a "help" button so that when a user clicks it they will see a box with some info.
View 7 Replies
Aug 26, 2011
I am trying to make a program to find some text on a website and fill a text box in the program with that website text.
The website is Generate a Random Name - Fake Name Generator
I would like to take the info generated on that site and fill in text boxes in visual basic.
WebBrowser1.Navigate("http://www.fakenamegenerator.com/")
System.Threading.Thread.Sleep(2000)
Dim theElementCollection As HtmlElementCollection
[Code].....
View 1 Replies
Jun 10, 2011
WebBrowser1.Navigate("http://" + TextBox2.Text + "/robbery/index/humanhunt/1")
How can i make this code execute the times that TextBox1.Text indicated?It should be some kind of loop. but i want it to repeat this every 100 milliseconds?
View 3 Replies
Apr 18, 2010
I have a few questions.
1. What is the best when user doesn't have to see a website: WebBrowser Control, WebClient or something third?
2. How to get element by id in WebClient Class.
3. I am trying to make a program that will read stats of a website from Alexa. How can I make a code that will read Alexa Traffic Rank if code looks like this:
<div class="data up">
<img src="/images/icons/globe-sm.jpg" alt="Global" style="margin-bottom: -2px;">1,126</div>
4. Can someone show me an example of Google parser?
View 1 Replies
Jun 6, 2009
i want to make a website builder which has the html code already written so all you have to do is check which boxes you want and click next or back to go through the process of making a website with specific code implemented in it.
P.s. im using VB 2008 express edition?
View 13 Replies
Nov 1, 2009
I was wondering how I could make an application that searches a certain website for a specific string. Or, if I could, list the search results in a listbox. Reason for: I wan't to make an application that searches serial websites for certain serials. Like 'Craagle'.
View 2 Replies
Nov 15, 2010
I am new in programming.i want to learn programming as i can so I want to Application that can fill website registration form. my target website i
View 6 Replies