IDE :: Crashed When Opening Project Properties -- Compile Tab?
Dec 22, 2010
I got a legacy solution targeting .net framework 2.0. When I open the properties - Compile tab of the VB projects in VS2008 or 2010, the VS always crashes. Other C# legacy projects are working.I am using windows 7 64 bit. (It's working in the xp mode.)
Activity Monitor Log
infos 50
warnings 0
errors 0
# Type Description GUID Hr Source Time
1 Visual Studio Version: 9.0.30729.1 Microsoft Visual Studio 2010/12/22 12:44:57.002
2 Running in User Groups: Administrators Users Microsoft Visual Studio 2010/12/22 12:44:57.004
3 ProductID: 92357-152-0000034-60049 Microsoft Visual Studio 2010/12/22 12:44:57.004
4 Available Drive Space: C: drive has 139105247232 bytes; D: drive has 284777865216 bytes Microsoft Visual Studio 2010/12/22 12:44:57.005
5 Internet Explorer Version: 8.0.7600.16700 Microsoft Visual Studio 2010/12/22 12:44:57.006
6 Microsoft Data Access Version: 6.1.7600.16385 Microsoft Visual Studio 2010/12/22 12:44:57.007
7 .NET Framework Version: 4.0.31106.0 Microsoft Visual Studio 2010/12/22 12:44:57.008
8 MSXML Version: 6.30.7600.16385 Microsoft Visual Studio 2010/12/22 12:44:57.009
9 Loading UI library[code]......
View 1 Replies
ADVERTISEMENT
Jun 24, 2009
I'm not sure what happened. I saved my project last night and everything was in working order. I opened it this morning and it's not recognizing a lot of the System methods and functions
MsgBox
Format
FormatCurrency
InputBox
Even the constants like vbTab and vbCrLf aren't appearing. Any suggestions on this? I'm running VS2008 Express Edition.
View 6 Replies
Jun 16, 2011
I have a simple Win App VB project with a single form in it. I also have an Active X component which I am adding onto this form. This component is made in C++. On building the VB project i get the message "COM Reference 'CPPLib' is the interop assembly for ActiveX control 'AxCPPLib' but was marked to be linked by the compiler with the /link flag. This COM reference will be treated as a reference and will not be linked." but it compiles successfully. When i try rebuilding it or opening the view designer of the form VS2010 crashes. The project is locally creating two dlls namely "Interop.CPPLib.dll" & "AxInterop.CPPLib.dll". I have made the Embed interop types False for both these references.
View 2 Replies
Oct 14, 2010
Depending on a preprocessor directive, I want to set all properties in a class to EditorBrowsableAttribute.Never.
I thought about creating a custom attribute, derived from EditorBrowsableAttribute, but unfortunately that class is sealed.
I've had a look at ICustomTypeDescriptor, but in the GetProperties method, I can get hold of each property descriptor, but the attributes collection is readonly.
View 3 Replies
Sep 18, 2010
I have a project that I have been working on for about a year. I open it up now and it will not run. I am using sharpdevelop. It is erroring on this line of
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = My.Forms.MainForm
End Sub
Here is the stack trace:
[Code]....
View 1 Replies
Nov 2, 2010
I have a VB6 Project which I need to build in VS2008.
i tried to open vbp file in VS2008, it opened a VB Upgrade Wizard and created a new folder with in my VB6 Project Folder.
At this point I am completely stuck.
Is there anyway to build VB6 in VS2008 or Do we have any free tools to convert VB6 to VB.Net.
View 5 Replies
Jun 5, 2011
i am trying to compile my project into a .exe application. this project has already been compiled already but i made some improvements. i tried build>build solution but the program is not working
View 1 Replies
Mar 16, 2010
How do I get my project the compile an exe file instead of an msi file
View 2 Replies
Oct 5, 2010
I'm creating this thread simply because I can't figure out how to compile my .sln file extension project. I've basically created a Win32 application (not cmd.exe dependable) in my current project, but I just can't compile it.I can't really find a compile button?
View 1 Replies
May 7, 2010
Does anyone able to advise on abovementioned error? Under Private Sub UserForm_
[Code]...
View 2 Replies
Mar 18, 2010
I have a VB.NET solution (call it S1) which produces a .vb file (say File1.vb) to be compiled and then included in another solution (S2). S2 is a console app which I want to run from a cmd prompt, not VS. My plan is to shell out from S1 to run a batch file to do the compile and then copy the .dll file, overwriting the old one in S2 (then I can run S2 in a separate operation). Here's the batch file for the compile:
View 4 Replies
Nov 7, 2009
I'm using Visual Studio 2005 (college only has 2005 so..) and I have a very important program to write for college.My problem is, every time I try to compile I get the error: "Error while trying to run project: Could not load file or assembly "Program" or one of its dependencies. The given assembly name or codebase was invalid." We're talking a very simple program - I've only been learning for a few weeks.
View 7 Replies
Nov 23, 2010
When press F5 to compile a project, there are no errors or warnings but the form won't show up. What's up?
View 3 Replies
Apr 20, 2012
I have been developing a Visual Basic 2010 .NET GUI based control application that has been growing over the last six months into quite an albatross. Suddenly, I have reached a brick wall where I cannot even edit a text label in the GUI without the following exception at compile time (debug) :
InvalidOperation Exception was unhandled
An error occurred creating the form. See Exception.InnerException for details. The error is: Index and count must refer to a location within the string.
Parameter name: count
This is entirely code independent - it happens if I simply drag a new control onto the GUI without even any code behind it - Once it happens the project is hosed - even if I undo or remove what I did.I have reinstalled VB from scratch on a new computer, and same problem. I am using Windows 7 and this happens with VB Express, Even with a trial version of Visual Studio Ultimate. I am completely stuck.
View 8 Replies
Jan 18, 2010
My team desperately need the Scrum Solution Starter for MS Project 2003: [URL]
To use this add-in it's needed to be compiled however we don't use Visual Basic (only Visual Studio).
View 1 Replies
Jun 29, 2010
I've been passed a solution that has a vb.Net 2.0 project that references to a .Net 3.5 library. The library compiles with out problem but the vb project does not. It complains of missing objects which are in the library which are correctly added in the imports. Also I see a yellow yield sign next to the reference library also when I add the reference it complains of the framework version difference. Any help is apritiated. Also I'm using VS10. Imported the projects with no errors. A colleague has this working on VS9.
View 1 Replies
Aug 27, 2010
When I try to compile my VB.NET web project, I get an error that reads:[PropertyName] is not a member of '[Namespace.Class]'The class referenced is part of a dll that the project references. The property definitely exists in the referenced class, and its access modifier is Public. What's more, if I update the reference, or just remove it and add it back, the error goes away: the intellisense shows my property -- all is fine.. that is until I try to compile again. Then the error returns. I've even restarted Visual Studio to no avail. What is going on?[UPDATE]After Will's comment, I've changed the namespace to something I am absolutely sure is unique. Now, I am getting more compiler errors of the same genre. The compiler is not recognizing some of the overloads although they are right there in intellisense. Weird!
Dim gis = New MapQuestGeocoder
Dim r = gis.GetResult(address)
originCoord = r.Coordinate
[code].....
View 1 Replies
Mar 24, 2011
I have a VB project using VS 2008 Pro that I have been working on my Win XP SP3 PC for a while now. I am now moving to a different PC with Win 7, 32 bits. I installed VS2008 and VS2010 (also Pro) on the new PC. The source is stored on a server on our network. When I tried to open the project with VS2008 on the new Win 7 I got the following message:The project location is not trusted:
\DevServerProjectsSysMon Running the application may result in security exceptions when it attempts to perform actions that require full trust.I then click Ok and another dialog comes up mentioning:This project includes a password-encrypted key used for signing. Enter the password for the key file to import the key file into the local cryto-store databse for use.The dialog lists a pfx file. Why is it requiring this?
View 5 Replies
Nov 19, 2011
I am working on a project and my system is connected to the server running windows server 2008 r2.
We are 4 people working on the same project on different machine.
Now every one code the project from the own system stored locally
But i want all of us to be working on the same project located at one placed.
So that every one's work is synchronised..
Currently We are using Visual Studio 2010 Ultimate.
But we dont have Team Server
View 3 Replies
Jan 24, 2012
I am developing a account application in VB.NET. While loading the Programe in VB.NET to continue, it automatically closes. Only my one programe is closing but all others opening.
View 7 Replies
Jun 15, 2009
I am trying to get into some programming so have installed Visual Basic Express 2008 on an Vista Home Premium machine and can not get started at all.
When I open a new project (FILE>>New Project) I get some "visual Studio installed templates" Whenever I try any of them eg console application or Windows Forms application I get an error dialog box "Exception of type "System.Exception" was thrown.
I assume it is the templates that are not compatable or corrupted but I dont seem to be able to start without using the template.if it is the template or something else or how to start without using one of the installed templates?
View 1 Replies
Nov 19, 2010
When I create a new project in visual studio the New Project screen only has a Name box at the bottom, Location is missing. Is there a setting somewhere I need to set so this shows up?
View 5 Replies
Jul 24, 2009
I've made a few really simple VS2010 projects. I used .NET 3.5 for the last one. Should I be able to open them in VS2008?
View 3 Replies
Jun 9, 2011
I have an application that I wrote in visual basic 2010 express.I want it to be able to run simply when a click on a shorcut.I have tried 'publishing' it to create a shortcut but this only opens a bunch of files, but no executable files.How can I create an executable file???
View 2 Replies
Jul 10, 2009
I reinstalled my VS2008. But now everytime I open my project this warning always appear. where should i go to avoid this?
View 2 Replies
Oct 11, 2009
I have 2 projects in 1 solution. How do I open a Form from Project2 using a form in project1
View 8 Replies
Dec 4, 2010
I am having trouble opening my vb.net 2005 project from a backed up copy on a hard drive. The original files are on my old XP computer which I no longer have access to. I am trying to open the project in vb.net 2010 on Win7. I have converted the project to vb.net 2010 and when I open the file, nothing shows up, when I try to open them, it tells me the form isn't found in the project directory because it's been moved or deleted. I know that the software on the hard drive didn't back up .exe files, I'm not sure if it did back up other kinds of files. I don't want to restart the project because I've spent over a year on it and have written over 3000 lines of code on it.
View 5 Replies
Apr 6, 2011
Sometimes even if the projects open are totally different they're slow too.
View 4 Replies
Jul 20, 2010
Required registry access not allowed when I try to open new project. What are some solutions to this problem when running operating system Windows 7?
View 9 Replies
Jan 21, 2012
I have a new project , It has two forms, I want to edit the properties so that the second form is the startup form, however, when I go to project properties I see the everything in the application tab is dimmed.
View 3 Replies