Make An Exe File Of The Project?
Apr 1, 2009I have to make an .exe file, which could be installed on other systems.. I'm having a SQl dB project with VB .net 2005. I've searched all through the MSDN but couldn't find..
View 3 RepliesI have to make an .exe file, which could be installed on other systems.. I'm having a SQl dB project with VB .net 2005. I've searched all through the MSDN but couldn't find..
View 3 RepliesI want to make exe file of my project but i don't know how make.P
View 5 RepliesI need to make a setup file for my vb.net project. I use sql server 2005 & VS 2008. I want to make setup file which is write in CD and use any another system.
View 1 RepliesI wanna make a project that's have to import multiple file's at ones how do I do this?The language is visual basic.
View 7 RepliesHow to make a setup file of VB project application
View 1 Replies[code].....
View 3 RepliesI have a solution that contains a WCF service project. In Solution Explorer only the MyService.svc file is shown, but on double clicking it the MyService.svc.vb file opens for editing. That is OK, but Visual HG (based on Mercurial) now doesn't show that the MyService.svc.vb file has changed and I cannot commit any changes without browsing to the Tortoise HG workbench. This is a possible cause for errors when merging code. So, how do I make the MyService.svc.vb file appear in Solution Explorer?
EDIT: The problem seems to be limited to VB WCF projects. In C# there is an arrow before the .svc file that will show the svc.cs file when clicked. Bug?
How i can make an installation file from a VB project developed in VB express edition 2008?So i can give it to someone and they can install it on their system.
View 1 RepliesI am just added new project class library to make dll file. when i write the first line i got this problem
Dim objStreamReader
As
New
StreamReader(Server.MapPath("TextFile.txt"))
name 'server' is not declared
Is there a way that you can export a file from one project directly into another project?
For example, in one project i have a file called authInvalid.vb and i need to export it into another project?
I do one project in visual basic 2010.In visual basic 6 project can be make Package and deployment (setup file or install file) file using Package and deployment wizard.But in visual basic 2010 express edition does not have Package and deployment wizard.how to make Package and deployment (setup file or install file) file in visual basic 2010 project?
View 4 RepliesHow do I fix this error in Visual Studio? "The project file cannot be loaded. The application for project ... is not installed" I have copied a whole project onto my PC, both into My Documents/Visual Studio and into inetpub/wwwroot, but when I try to open the project in Visual Studio, it tries to open just 1 file .vssproj and gives me error messages, like : "The project file cannot be loaded. The application for project ... is not installed.". What am I doing wrong? The VS edition is 2005 as are all the projects aI am trying to load.
View 3 Repliesi've been working on a project. it was working fine. but now i cant make any changes to the project. when i debug the changes i made to the project are not visible. even if i add a button the button is not there when i debug. i cant change my startup form. even if i change the startup form when i debug the same form get loaded.
View 6 Repliesi have completed my application successfully and now i want to deploy it on the Customer End...How i can make an .exe file of the project that also include SQL DB ??
View 5 Repliesmy name is Bogdan and I am having a litte bit of a problem with vb.net.In my computer I have instaled Microsoft Visual Basic 2010 Express...so long everything it's ok.I told one of my friend about this cool program and now we want to make a program together in our free time but from each other computer...soo how do i make a online "vb.net project" (i am not sure if i have express myself correctly)that i can access from each other pc?I google this problem and i didn't find anything and now am starting to think this isn't even possible..
View 4 RepliesHow to make a setup project
View 6 RepliesI'm working in a small project i want to know how to make setup file for my project ,to run the project in another computers i try to make setup file from ,, add new project/setup and i added (Source Files and Primy output) to the setup files ,but it is not working in the another pcs can any one tell me how to make correct setup file to work in another pcs
View 11 Repliesi developed one vb.net project. can i make this exe to be installed a total of two times (once on two different computers).
View 2 Replieshow to make a group project in visual studio. NET ?
View 5 RepliesAll i want to de is make a window like this one (not for networking) just the design. MOstly the top part with the back and foward button witht teh blank spece
View 3 RepliesI want to make a project in which i only use dlls for any kind of work plz tell me how to make a dll i dont know how to make dll.
View 1 RepliesThe project is suppose to total the 8 commissions (in the array) I see the coding but when I try to put in a label at the bottom of the txtReport I get an error now I have deleted the box and am confused as to what my next step should be. Do I create a label box in the txtReport. I am so close to being finished.
The item "objDebugWindowsApplication1.Form1.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter.
[code].....
How can I make my project.exe in visual basic 2008 and how to load an image into PictureBox by clicking a CommanButton.?
View 8 Repliesi cannot make the parking project in vb.net
View 1 RepliesMDI Parent. that behaves same like taskbar, whenever a new form is opened there will be a link for the form, and also having RightClick Menu from which i can close maximize and minimize the form.
is any featcher like this is provided by the microsoft ?
when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.
For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons.I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons...It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed.
Now, when I open my project in VS 2010 (File - Open Project - *.vbproj) my project loads just fine. I can run it just fine. But, when I change something -anything at all- and run the project, nothing is changed. I can even save, close and reopen the project with the new changes, but it still runs the old version.For example: I open the project, with Form1 that has 3 buttons. I run the program and I get Form1 with 3 buttons. I stop running, add button 4 and hit play... I get Form1 with 3 buttons. I save the project, close it and open it again. My Form1 design shows 4 buttons. But when I start it, there are only 3 buttons..It must be something inside the project, cause this happens on 3 different PC's where I have VS 2010 installed. But I can't figure out what it is. Is there some mysterious hidden backup somewhere??
View 2 Repliesgive me anti virus code for vb.net
View 1 Repliescreated a class that adds a TextBox with some custom properties to the toolbox. But it's only available when the project I created it in is opened itself. I'd like to have available it in the toolbox at all times.
View 3 RepliesI was wondering if a project, program, could make .exe files with the stuff u add into it, so basicly another form on a diferent .exe
View 6 Replies