Find The Ildasm.exe File Within The Visual Studio 8?
May 2, 2012
Where can I find the ildasm.exe file within the Visual Studio 8Luai Alrantisi, BSc in Computer Engineering, University of Ottawa 2007, Canada. IT Manager of MTN Mobile Telecom.
View 1 Replies
ADVERTISEMENT
Mar 12, 2010
The message "Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version = 2.0.50727.0'." started appearing after I attempted to publish my software. All previous versions of my software are affected as well. I have two projects in the solution. Both are written in vb. All versions used to work fine.
View 2 Replies
Jan 31, 2010
I have visual studio 2008 installed and was using C#. I am now trying to find Visual Basic. I can't find it. Is there a way to download it or should it be somewhere in my visual studio program? I don't want to use vbexpress, just regular VB 2008.
View 1 Replies
Feb 20, 2012
I don't think I can use my student account visual studio for commercial purposes. However, I can't afford eight hundred dollars for visual studio. I talked to a Microsoft rep and they said that with the visual basic express edition I won't be able to code anything or debug anything.
Does everyone here have visual studio professional or above? I was studying hard on my visual basic so that I could get started doing contract work on my own and hopefully start a software company after I get out of school. Now I don't know what to do. My next thought is to keep working on my C++ so that at least I can develop and deploy apps with free IDE's.
View 4 Replies
Feb 23, 2009
I am looking for a website similar to W3Schools that teaches the basics for VB.NET 2008.If none exist I would just like some good tutorials to get me started. I did some basic VB.NET a couple of years ago but I need to refresh myself
View 6 Replies
Mar 11, 2010
I have my .net app running on my home machine, and at one point it threw an exception.Problem is, Windows doesn't tell me what the exception is, just says that it stopped responding and closed it.I want to find the exception and stack trace so I can debug it, since I can't to reproduce the problem inside visual studio.The machine is running Windows 7 x64. I found in the event viewer some minor information:
Problem signature:
P1: server info.exe
P2: 1.4.0.0
[code].....
So based on that I can see there was a null reference. I remember way back when I was on XP, when the application crashed it would show the whole exception stack. Can I find that information somewhere?
View 3 Replies
Oct 25, 2010
I decided to to convert my excel macro in a exe file using visual studio 2010. In excel macro method find is present like this:
[Code]...
View 9 Replies
Jan 27, 2010
I have a vb.net application, and I want to know how to find the coordinates of the pointer (mouse) when it is clicked on the form. Not much else to say, so I'll leave it like that.
View 3 Replies
Oct 12, 2011
WebMatrix is a web development and deployment tool by Microsoft so how is this compared to Visual Studio? which Use C# Razor Syntax is that more better coding.
[Code]...
View 2 Replies
Sep 15, 2009
I have to compile projects which was compiled in Visual Studio 6 in Visual Studio 2005. When i compiled i got a set of same error. I opened the project for VS6 by selecting File->open->project/solution and tried to build a solution by Build option but i am getting the following error.
[Code]...
View 7 Replies
Apr 11, 2011
Is it possible to open visual studio express files with normal visual studio?
View 2 Replies
Nov 27, 2009
I have to develop an application using MS Visual Studio 2005 or above with the following objective:
* The application should allow users to create as many new forms as they want and each form should behave like a MS Visual Studio WinForm. By saying that it should be a container for drag and drop of controls from the toolbox that I will develop....
* Once the user design's each screen to his taste by placing various controls on the form, he should be able to save the form as a screen. Of course I have to provide functionality for each of the controls such as if he drags a button on to the form, he should be able to specify what action it has to perfom when clicked when the application is put into run mode. Quite similar to regular windows form button.
* My application should have two modes: a DESIGN MODE, where user can drag, drop controls and specify what they should do when put into RUN MODE. This is quite similar to MS Visual Studio designer.
* Last but not least is to be able to access the application via the browser with the same look and feel his desktop version.
View 2 Replies
Nov 26, 2009
I have to develop an application using MS Visual Studio 2005 or above with the following
objective:* The application should allow users to create as many new forms as they want and each form should behave like a MS Visual Studio WinForm. By saying that it should be a container for drag and drop of controls from the toolbox that I will develop....
* Once the user design's each screen to his taste by placing various controls on the form, he should be able to save the form as a screen. Of course I have to provide functionality for each of the controls such as if he drags a button on to the form, he should be able to specify what action it has to perfom when clicked when the application is put into run mode. Quite similar to regular windows form button.
* My application should have two modes: a DESIGN MODE, where user can drag, drop controls and specify what they should do when put into RUN MODE. This is quite similar to MS Visual Studio designer.
* Last but not least is to be able to access the application via the browser with the same look and feel his desktop version.
View 3 Replies
Feb 17, 2010
Will i be able to successfully install 2010 beta 2 side by side 2008? because i want to test 2010 features and some development toolkits such as silverlight while i don't want to uninstall my visual studio 2008 professional.
View 2 Replies
Mar 20, 2009
I have a Visual Basic project and when working and modifying code, the compiler will crash and then a message will say something like "Microsoft visual studio encountered a problem and was shut down." I've tried editing code from the solution and the project. Both produce the error. Usually occurs when adding an "IF...Then..." condition. May work for hours but then crash. Solution will compile and build.
View 3 Replies
Nov 28, 2010
trying to input a text file that's tab delimited that looks something like this.
2.2 5.6
3.7 9
1.2 9.1
[code].....
View 1 Replies
Mar 28, 2009
Visual web developer 2008's .sln file is not working in Visual Studio 2008
View 2 Replies
Mar 23, 2010
I have a MS Visual Studio .NET project created. I also went through the basic steps to add a setup project which created both an .MSI and a setup.exe file under the "Release" folder within the Debug folder. When I ran the setup.exe it installed the website on my http:localhost/Program/default.aspx which is fine and all..
My only problem is that the website does not have some of the customized icons that should be displayed, some of the other files are also missing such as "filename.txt" found in the main directory of my program used for specific calculations. I guess my two questions are:How do I add "All" the files inside my project to the .MSI?? The Website works fine, but its missing some files.
My second question, what if I "Remove" the program? Will it delete all directories, even files manually added to some folders AFTER the installation? For example: Lets say that my website contains a folder called "Data" which gathers data for specific purposes. The "Data" folder is often changed to replace outdated "Data", so when I need to make an update to the program the "Data" should not be removed, my 'client' should be able to just Add/Remove the program to update the program but all the other files should remain unchanged.
View 1 Replies
Oct 29, 2009
Im trying to connect a SQL Server file named mybookstore.mdf, i've created this file in a MS SQL Server 2008 Express on the server named SQLEXPRESS when I open Visual Studio and tried to connect to it(assuming im on a project), VS cannot find my server instance when I tried to connect to it(connect to server) in the Server Explorer, i tried typing localhostSQLEXPRESS but it throws a message that it cannot be found i've also tried to open my database using the connect to database button on the Server Explorer but it ask me if I want to create it?
[Code]....
View 4 Replies
Apr 23, 2010
create patch file in visual studio.
View 1 Replies
Jan 11, 2010
i am about to ask what file should i do that could be done in noon time!? can anyone suggest me a topic because i'm getting a hard time out of it.
View 3 Replies
Mar 26, 2010
I am using the book: Programming with Microsoft Visual Basic 2005: An Object Oriented Approach and have a question. It says for instance: "In Visual Studio, open the solution file of the same name appearing in the folder named Chapter.09Chapter09ApplicationLessonPreview." Where in the world do I find this file? Is this something I have to create myself or is it already done and I just don't know where to look.
View 2 Replies
Feb 11, 2012
I have XML which has following content. I am providing only small portion of code below. I need to read this XML file from Visual studio 2008 and display the contents on windows and web.
<Loop
Name="AT"
Count="INF"
[Code].....
View 6 Replies
May 15, 2011
The executable file in binDebug works great when used in a computer with Visual Studio on it. How would someone go about adding some of the libraries to it so it can be run on ordinary computers.
View 5 Replies
Feb 18, 2011
I create a window application using visual studio vb.net which including some textboxes and a button. But my boss wants me to create an executable file which can be run using other tools not just visual studio.
View 2 Replies
Mar 23, 2012
i am having a problem saving the file, when i save the file in the directory (with save as)
C:UsersuserDocumentsvb Toolkit save
Now i try moving the vb files by save as again to
G:Backupvb Toolkit save
When i load the file up it says that my form1.vb missing or deleted but when i check in the files
View 1 Replies
Jun 1, 2011
In Visual Studio, how can I open a source file (from another project) in read-only mode? I want to copy some code from it, but I don't want to modify it by mistake.I don't want to change the file's attributes to read-only, as I will not be able to work on it later, unless I clear read-only.
View 1 Replies
May 9, 2012
I am trying to connect to an Access DB file when I do a drag and drop from the dataset to the form i get the following error [code]
View 1 Replies
Feb 24, 2012
i compile my project in windows form visual studio with flash file or .swf included? My project have many presentations, .txt included in the system. How to compile them to an executable file? I need to be my .swf file still on my .exe file
View 1 Replies
Sep 1, 2010
I want to read a VB or C# Visual Studio project file so I can find out which files the project uses (code source files, not images or whatever).I simply opened a vbproj and csproj file in notepad and found that they are in XML format. A simple example follows. The red parts is what I need:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<blabla... />
[code]....
However, it seems it cannot even find the Project element, because the query errors saying "Sequence contains no elements" on the 'Single' call...
View 4 Replies