Valhalla Legends Forums Archive | .NET Platform | Er, compiler problem

AuthorMessageTime
Mitosis
Alrright, I am running Visual Studio.Net. When I go to make a new project in Visual Basic, a Windows Application to be specific, I get this error and then there is no form 1.

[img]http://server6.uploadit.org/files/mitosis-classproblem.JPG[/img]

I never have had this problem before, so I am confused on what is going on. Any help will be appreciated.
June 18, 2004, 10:54 AM
Myndfyr
Are you using a COM interop component? ClassFactory only typically comes into play when COM is trying to instantiate a new object via an interface reference.

What's listed in your References list?

Have you tried reinstalling Visual Studio?
June 19, 2004, 12:14 AM
Mitosis
Arg I havent because I don't have a clue of what was going on. Ill reinstall now and see if that works.

[edit] I reinstalled and it still does the same thing, god damnit! [/edit]
June 19, 2004, 12:39 AM
Myndfyr
Is this problem occurring solely with Visual Basic? Do you have the other .NET languages (Visual C#, Visual C++, Visual J#) available? Can you add new forms or classes to the project? Can you download and install Visual J# (if you don't have it) from the MSDN website? Have you done an MSKB search for "ClassFactory cannot supply class Visual Studio 7"?
June 19, 2004, 9:05 AM
Mitosis
Well I tried J#, C#, C++ and they get the same problem too. I searched for ClassFactory cannot supply class Visual Studio 7 on MSDN and there was no success.
June 19, 2004, 11:09 AM
Lobo.id
I searched google, this is something it came up with http://www.code101.com/Code101/DisplayArticle.aspx?cid=51

Hope that helps.
June 19, 2004, 11:45 AM
Mitosis
Dude, thanks a ton man. It works perfectly now. I have that same file in my documents, maybe I installed an older version. Anyways thanks so much.
June 19, 2004, 12:07 PM
Lobo.id
No problem, glad you got it working.
June 19, 2004, 6:03 PM

Search