Ok this SUCKS!!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just installed VB.net 2005 beta, now when I try to create a 2003 windows
form it says
C:\Documents and Settings\Administrator\My Documents\Visual Studio
Projects\WindowsApplication4\WindowsApplication4\AssemblyInfo.vb(13): Import
of type '' from assembly or module '<unknown>' failed.


and
Unable to find property 'LayoutMode' on page 'WindowsFormsDesigner\General'

HELP!!!!!!!!
 
* "=?Utf-8?B?QnJpYW4gQg==?= said:
I just installed VB.net 2005 beta, now when I try to create a 2003 windows
form it says
C:\Documents and Settings\Administrator\My Documents\Visual Studio
Projects\WindowsApplication4\WindowsApplication4\AssemblyInfo.vb(13): Import
of type '' from assembly or module '<unknown>' failed.

So, you have installed both, version 2003 and 2005 Beta 1 on a single
machine? Installing Beta software on a production environment is never
a good idea. The final versions will work together smoothly.
 
So, you have installed both, version 2003 and 2005 Beta 1 on a single
machine? Installing Beta software on a production environment is never
a good idea. The final versions will work together smoothly.
Can we send the bills to your address and get a quick payment when it does
not?

:-)))))))))))))

Cor
 
Can we send the bills to your address and get a quick payment when it does
not?

:-)))))))))))))

Cor

So far, VS.NET 2002, 2003, and 2005 Beta all work fine together on my
system... I expect that they will work smoth on release :) Just stay away
from SP1 for 1.1 if your passing streams to XmlTextReader!
 
Hi Tom,

Because of your message I have searched on Google how many errors there
where already told in the dotNet newsgroups about sp1 framework 1.1 Maybe
you can do that as well it needs to much selecting to show it here.

(However the message to Herfried, was of course for fun and to tell a
studend not to do such messages, which even Microsoft or other companies
like that never can do)

:-)

Cor
 
Hi Tom,

Because of your message I have searched on Google how many errors there
where already told in the dotNet newsgroups about sp1 framework 1.1 Maybe
you can do that as well it needs to much selecting to show it here.

Oh, we did a lot of googling today - though, I wasn't able to find our
particular issue (until someone pointed it out)... Though there were
several similar type issues.
(However the message to Herfried, was of course for fun and to tell a
studend not to do such messages, which even Microsoft or other companies
like that never can do)

:-)

Oh, I know you were just giving Herfried a hard time :) I wish I knew what
was causing the OP's issue - I've actually had pretty good luck so far with
the various .NET versions not stepping on each other...
 
* Tom Shelton said:
Oh, I know you were just giving Herfried a hard time :) I wish I knew what
was causing the OP's issue - I've actually had pretty good luck so far with
the various .NET versions not stepping on each other...

I made the same experience, but I avoid to install beta version on my
system that runs VS.NET 2002 and 2003 ;-).

Products like Microsoft Virtual PC help to safe money because you don't
need lots of computers...
 
Brian,

Thanks from a lot of people however Tom will do it extra I assume extra
thinking how less hair he has over after this.

:-)

Cor
 
I made the same experience, but I avoid to install beta version on my
system that runs VS.NET 2002 and 2003 ;-).

Products like Microsoft Virtual PC help to safe money because you don't
need lots of computers...

I only run them on my home system. Nothing production. I would never,
do that on a production box. Basically, I only do it if I don't mind
reformating :)
 
Ok well Figured out the solution.

There is a switch in the registry they tell you to hit to ensure all apps
run off of the 2.0 framework


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\OnlyUseLatestCLR=dword:00000001

Delete the value and you are good to go with 1.1

Hey, glad to see you figured that out...
 
I've got both installed side-by-side (VB2003 Standard & VB2005 Express Beta)
and haven't had any problems with either. Winxp pro sp2.
 
* "Terry Olsen said:
I've got both installed side-by-side (VB2003 Standard & VB2005 Express Beta)
and haven't had any problems with either. Winxp pro sp2.

I don't doubt that it can work, but I would not have to rely on that.
 
Im having the same problem. Out of all the replies, is the solution to remove
all but one Framework version?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top