VS2008 Move To W7 - Compiler Producing Different Size Install File?

Nov 29, 2009

I'm currently moving over to W7 from Vista I've moved my source over (amazingly hassle free), but the Build option on my installer in my solution produces a different size (200K+) setup.exe file.

Initial question are:

1) Is there a log file I can compare betwen the two builds (V7 -v- Vista)

2) I thought that any compiler settings would 'follow the solution' Is this so?

View 3 Replies


ADVERTISEMENT

Install VS 2010 First,then Install VS2008?

Apr 15, 2010

Is it possible to install VS 2010 first,then install VS2008?i am asking this because in many cases(specially while installing the O.S) i see that after installing the higher version the lower version of O.S cant be installed....and if want to install linux then it might be installed after installing all the windows O.S starting from xp,then vista,then win7 and finally fedora 12..

View 8 Replies

File.Move To Rename But File Size Is Gone

Apr 3, 2009

When I rename the file, what happens is that both files stay there, but the renamed file is 0KB and the original that is still there is 14KB[code]...

View 9 Replies

2008 - Why Does The VB Compiler Crash After Move A Project

May 21, 2009

I'm migrating data from an old laptop to a new laptop, including some vb.net projects in visual studio 2008. But when I try to open some of them on the new laptop, I quickly get a dialog stating that the vb compiler has crashed and asking me if I want to close, debug, or check online for solutions. Visual studio then, frustratingly, closes.The projects don't crash when opened on the old laptop, and other migrated projects open without crashing. So it must be some property of the projects that becomes corrupted by moving them.

Error Details:

Problem signature:
Problem Event Name: APPCRASH
Application Name: devenv.exe
Application Version: 9.0.21022.8

[code].....

The old laptop is windows xp and uses visual studio professional. The new laptop is windows vista and uses visual studio team. The 'migration' was a straight copy paste of the source files.

View 2 Replies

Make The Move From Vb6 To Vs2008?

Apr 15, 2010

how to make the move from vb6 to vs2008 and while i was pleased to find alot of stuff intact i started migrating my lovechild project to the new enviroment. Immediately ran into a bunch of problems tho as some of the logic behind data hierarchies has changed alot it seems and its gonna take me some time to work it all out but right now id be happy if you guys could point out what im doing wrong here:

[code]...

its supposed to be your basic grab screenshot and stash it into picturebox thing but it isnt working, i did manage to copy a picture from 1 box to another tho which makes me think the second line is wrong or missing something?

View 12 Replies

Increase Size/move When The Form's Size Changes?

Sep 6, 2011

I want to to increase size/move when the form's size changes....

View 4 Replies

Deployment :: Create Install File Without The Need For User To Install SQL Server?

Jun 6, 2009

I have a project that i have created in Visual Studio express and SQL server express. i want to create an install file so that i can send to others to install. Currently it is requiring the user to install SQL server Express and 3.5 .net framework.what steps can i take to stop the user having to install these 2 so that it is a simple install for them.

View 2 Replies

VS 2010 Tell What The Size Of My Program Is And How Much Disk Space Is Needed To Install?

May 16, 2012

How can I tell what the size of my program is and how much disk space is needed to install. When I publish the program and install it on another machine it will show up in the control panel but does not show what size the program is?Also when I publish updates with it says something like installing 10mb. Is this an additional 10 mb everytime, I guess not, but can someone explain what it all means?

View 10 Replies

VB2010: Which Compiler Errors Can Be Detected Out By VB Compiler/interpreter?

Sep 25, 2009

which compiler errors would be detected out by VB compiler?

I have searched out some compiler errors list for C#, for example, see the website at [URL]

MS provided us the information about C# compiler error. Does MS provide VB compiler errors information as well.VS

View 4 Replies

Obsolete Codedom Compiler New Method Of Compiler?

Nov 11, 2010

Imports System.CodeDom.Compiler
Public Class iCompiler
Public Shared Sub GenerateExecutable(ByVal Output As String, ByVal Source As String, ByVal Icon As String)[code].....

View 4 Replies

Move And Re-size A Window That Has BorderStyle = None With MediaPlayer As Child

Jul 10, 2011

What I am doing is making a Media Player, but I am making it to be some sort like BS Player.

The Video part of the player is on its own with no border and then there is going to be a separate Form for the controls. (I might need help with that later) But the first thing that I have to do is make the window movable and re-sizable by dragging the Media Player (WMP). WMP is taking up the whole screen of the Form so there is no where to click on the original Form. If possible, I would like it to show contents while dragging, ignoring the Windows Appearance and Performance. If that can't be done or is to much work, I will settle for just the border of the Form being showed while moved.

For re-sizing, the media player has to stay the same size as the form, but it also has to stay the same Ratio of the video. So as long as I can specify the current height and width of the window and also get then get the width while the window is being re-sized, I can get the height that the window needs to be by using this formula.

Window.y / Window.x * Sized Window.x = New Window.y .

I know that may sound complicated or maybe I am making it harder then it actually is, this is just how I know how to do it. I will explain what each variable in the Formula means.

Window.y is the current height of the window

Window.x is the current width of the window

Sized Window.x is the width of the window while it is being re-sized

New Window.y is the final height for the new size of the window

View 11 Replies

Move Or Change Size Of A Button At Runtime In Program?

Dec 22, 2011

I am using vb.net,is it possible to change the size or place of a button at run time.I meant we can click and drag the button to increase the size or move?

View 2 Replies

Compiler Executable File Vbc.exe Cannot Be Found?

Sep 3, 2010

I am facing the following error in my VB.NET web app:

compiler executable file vbc.exe cannot be found.

I installed .net framework again and even the IDE, but this error remains.

View 3 Replies

Function Inside Class File Cannot Be Seen By Compiler

Sep 22, 2011

I have written a function inside a class file which I added to my project in VB 2010 Express. Unfortunately, when trying to use this function in the main project, it cannot be seen by the compiler. The function is public. You can probably see from this that query that I don't know much about OO programming (I am assuming that the problem stems from something to do with this).

View 10 Replies

Set Picturebox Size To Size Of Image File?

Feb 13, 2010

Set picturebox size to size of image file?

View 5 Replies

Use .hlp File In VS2008?

May 31, 2010

we are working on migration project VB6.0 to VS2008 ( Vb.NET 9.0) .In Vb6 we have .hlp file it will open appropriate help page/content when I click F1 from any of the forms. The same need to achevie in .NET 2008 . I came to know that .NET 2008 help provider will not support .hlp files. below code used in vb6

App.HelpFile -
Me.HelpContextID

View 2 Replies

Creating An Executable File Using INNO SETUP Compiler 5.3.8

Aug 2, 2010

i have a problem when i create an executable file of my application created using VisualStudio 2010 and MSAccess 2010. I instal the application and I create a shortcut but when i run the application an error is generated saying that the Data Base file is not found in the same directory of the shortcut (when i create a shortcut in desktop : BD.accdb not found in C:UsersAchrafDesktopBD.accdb or when i run the application from Start-> all programs-> MyApp :BD.accdb not found in C:WindowsSystem32BD.accdb) .

View 2 Replies

Does .net Compiler Integrate Crystal Reports Into The Compiled File

Aug 15, 2009

I used Crystal Report in my project, does client need to install Crystal Report to use my app?

View 2 Replies

Create Package And Deployment (setup File Or Install File) File In VB 2010 Project?

Jan 8, 2011

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 Replies

Calling .exe File From VS2008?

Aug 8, 2011

I am programming in both Matlab (Matlab2011a) and Visual Basic (VS2008).I've created a .exe file from my matlab code. It works well when I click on it with my mouse. But I need to run it within Visual Basic. I know it's possible to call .exe files with Shell() or Process.Start(), and it works well for files such as firefox.exe or notepad.exe.

However, it doesn't work when I call my own .exe file ... It's weird because when I look to the Task Manager while trying to call it (within VB), I can see the process starting and ending, but its output doesn't appear.

View 4 Replies

VB Compiler Is Unable To Recover From The Error: System Error &Hc0000005& (VB Internal Compiler Error)

Jul 1, 2011

This error first appear to occur randomly. Steps to recreate:Open Visual Studio and load a solution (some files automatically opened) - this is when the problem occurs Close all open files Restart visual studio and load solution (no issues)Open Exactly the same files again, restart visual studio and load solution so files open automatically (problem occurs!)

However, when trying to narrow it down to a single file (that is automatically opened when the solution is loaded), I couldn't reproduce the problem. Now with all the files open again the problem doesn't occur!!! So it looks like it is fixed - though this happened before and eventually the issue came back.

I think it is to do with one of the user controls with DevExpress controls on it - when the error occurs, the designer displays the error. Though I can't reproduce it at the moment to confirm that.

View 2 Replies

Get Records(Data) From Txt File In VS2008

Dec 25, 2009

I m newbie for VS2008 i want to save my project data to one txt file and load from txt file how can i do this ??

[Code]...

View 1 Replies

Opening Excel File In VS2008?

Jul 23, 2009

how to open an excel 2003 file in VS2008,what i want is to open an excel file there is only one sheet in it and 4 columns of data to read row by row and change certain values. that's it.

View 9 Replies

Is The C# Compiler Smarter Than The .NET Compiler

Feb 9, 2012

If I look at the IL that is created in Linqpad for the two following code snippets, I wonder what happens here.

In c#
int i = 42;

results in the following IL code

IL_0000: ret

whereas in VB

Dim i As Integer = 42

it is

IL_0000: ldc.i4.s 2A
IL_0002: stloc.0

Apparently, the c# compiler understands the the value is never used and thus simply returns nothing. In VB.NET the actual code is translated.Is that due to differences in compiler optimization or is there anything else at work?

Update: Just to clarify this - I just enter this one line into LinqPad and look at the IL it creates (most definitely by running the respective compiler). There is no program.

View 2 Replies

Updating An Project File From VS2008 To VS2010?

Oct 22, 2010

If I create a new project on VS2010, and add the WMP.dll reference place the WMP control on a blank VB form, build and debug the application it will run just fine.But if I upgrade a project that already had the WMP.dll reference in it, I cannot debug the application because I gives me this error

View 4 Replies

Upgrading From VS2008 To VS2010 Breaks XSD File?

Dec 26, 2010

I've upgraded to VS2010 version 10.0.30319.1 RTMRel; when upgrading my VS2008 project, all is well and appears correct until I run the code. Then I get the following error when I run a report that uses an XSD file for the schema"Inconvertible type mismatch between SourceColumn 'TemplateName' of Byte[] and the DataColumn 'TemplateName' of String.".When I look in the original XSD file and in the new XSD file, one of my fields has been converted from a string to a byte and I have no idea why.

View 2 Replies

Expression Not Producing A Value

Dec 16, 2011

Expression not producing a value [code]...

View 7 Replies

[VS2008] Text File Data To Insert Into A Database For Report

Dec 11, 2010

I have a text file data to insert into a database for report

ITEM01,Toy
ITEM02,Card

Let me briefly list down the steps i took to achieve my result.

1) Insert data into Database using text file
2) Display the records from the NEW Database(Item2) using DataGridView
3) Using datagridview, i use to checkboxes to determine the selectedRow
4) Once the selectedRow are selected. I press on Delete Button

Delete Button - Update the Item2 Table field 'Deleted' to 1 - Delete the ItemID by using datagridview selectedrow cell value Which means in 1 loop, i process two database transaction.. Is there something wrong? How do i shorten the process to just delete the item without querying two database.

View 2 Replies

File I/O And Registry :: Publishing Access File And Then Referencing After Install?

Apr 28, 2010

i have a problem where i've hard coded the file path of an access database i'm using with a VB.net program. this means that if i publish the program the database doesn't publish with it and i have to "ship" the program with the the database file separately and create another form so the user can say where the file is held. i don't want to do this.is there any way to get the access database file to publish with the program and then access that file path by code? for example the database file is held in the same folder as the installed program and then is accessed by code so there is no need to use a specific file path.

View 1 Replies

Producing A Synthesized Sound

Aug 18, 2010

How would I go about using certain frequency tones in my program? I need to be able to generate various tones at frequencies from about 90hz to about 2khz or more (audio frequencies). For instance, how would I play a 120hz tone for 10 seconds?

[Code]...

View 12 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved