473,785 Members | 2,326 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HELP: Problems building outside of VS 2005 IDE

I have one project that is giving me an error but only when I build it
outside of VS 2005 IDE:
C:\Code\GUI\For m1.vb(731) : error BC31094: Implementing class
'DSO.ServerClas s' for interface 'DSO.Server' cannot be found.

This is the build commandline that is used by the IDE but it fails when
I run it from the directory where the vbproj file is located:
C:\WINDOWS\Micr osoft.NET\Frame work\v2.0.50727 \Vbc.exe /noconfig
/baseaddress:110 00000
/imports:Microso ft.VisualBasic, System,System.C ollections,Syst em.Data,System. Diagnostics,Sys tem.Drawing,Sys tem.Windows.For ms
/nowarn:42105,42 106,42107 /optioncompare:B inary /optionexplicit+
/optionstrict+ /removeintchecks- /rootnamespace:G UI
/doc:obj\Release \GUI.xml
/define:"CONFIG= \"Release\",TRA CE=-1,_MyType=\"Win dowsFormsWithCu stomSubMain\",P LATFORM=\"AnyCP U\""
/reference:C:\CO DE\BIN\Package. dll,C:\CODE\bin \Core.dll,C:\CO DE\bin\CoreUI.d ll,C:\CODE\bin\ Data.dll,..\..\ PIA\Microsoft\D SO.dll,..\..\PI A\Microsoft\SQL DMO.dll,C:\WIND OWS\Microsoft.N ET\Framework\v2 .0.50727\System .Data.dll,C:\WI NDOWS\Microsoft .NET\Framework\ v2.0.50727\Syst em.dll,C:\WINDO WS\Microsoft.NE T\Framework\v2. 0.50727\System. Drawing.dll,C:\ WINDOWS\Microso ft.NET\Framewor k\v2.0.50727\Sy stem.Windows.Fo rms.dll,C:\WIND OWS\Microsoft.N ET\Framework\v2 .0.50727\System .Xml.dll
/main:GUI.Form1 /debug- /optimize+ /out:obj\Release \GUI.exe
/resource:obj\Re lease\GUI.Form1 .resources /target:winexe /warnaserror-
/win32icon:"prog ram_icon.ico" AssemblyInfo.vb cDay.vb Form1.vb
/warnaserror+:41 999,42016,42017 ,42018,42019,42 020,42021,42022 ,42032,42036

The DSO.dll does exist in the relative path location specified
(..\..\PIA\Micr osoft\DSO.dll). All of the references exist in the
locations specified.

I have another project that use the same reference and it has no
problems building outside of the IDE.

When using MSBUILD, I have tried this:
msbuild gui.vbproj /t:Rebuild /p:Configuration =Release
and it creates the same vbc commandline as above so I assume my msbuild
syntax is correct.

Any ideas? Anyone?

Thanks.

Michael

May 19 '06 #1
0 868

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3479
by: abcd | last post by:
kutthaense Secretary Djetvedehald H. Rumsfeld legai predicted eventual vicmadhlary in Iraq mariyu Afghmadhlaistmadhla, kaani jetvedehly after "a ljetvedehg, hard slog," mariyu vede legai pressed Pentagjetvedeh karuvificials madhla reachathe strategy in karkun campaign deshatinst terrorism. "mudivae maretu winning or losing karkun global varti jetvedeh terror?" Mr. Rumsfeld adugued in a recent memormariyuum. vede velli jetvedeh madhla...
9
2343
by: Jenta | last post by:
A World Beyond Capitalism 2005, An Annual International Multiracial Alliance Building Peace Conference Is Accepting Proposals... ...and Online Registration is now available if you plan to table and participate in the International Grassroots Exhibition: http://www.lfhniivaaaa.info/awbcgrassrootsofpeace We would greatly like some proposals from all people worldwide, especially
1
1292
by: Likhith Areekkal | last post by:
Hi, My background: Passed Bachelors in Computer Science 2 years back with distinction in Canada. Had to do survival jobs for 2 years as the comp. industry was in bad shape. Serious about building a career as .NET Developer. Problem : I downloaded and installed SQL Express 2005 (Beta 2). I want to create tables and see whether I can get the data from the trivial windows based
2
1817
by: leo2100 | last post by:
Hi, I need help with this program. The program is supposed to take a text file and identify the words in it, then it should print them and count how many times a word is repeated. At first main called the function wordcount, and then the function did everything including printing out the results. That worked. Now I want to make the function return an array of pointers to struct palabra so the calling function can manage the data as it...
3
4412
by: Richard Lewis Haggard | last post by:
We are having a lot of trouble with problems relating to failures relating to 'The located assembly's manifest definition with name 'xxx' does not match the assembly reference" but none of us here really understand how this could be an issue. The assemblies that the system is complaining about are ones that we build here and we're not changing version numbers on anything. The errors come and go with no apparent rhyme or reason. We do not...
0
1074
by: michaeldavidcox | last post by:
I have one project that is giving me an error but only when I build it outside of VS 2005 IDE: C:\Code\GUI\Form1.vb(731) : error BC31094: Implementing class 'DSO.ServerClass' for interface 'DSO.Server' cannot be found. This is the build commandline that is used by the IDE but it fails when I run it from the directory where the vbproj file is located: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Vbc.exe /noconfig /baseaddress:11000000...
5
2266
by: samadams_2006 | last post by:
I'm having a problem in accessing a Microsoft Access Database in a VB.NET Web Application. It's so straight forward, I thought I'd walk you through all the details here: 1) I have a .NET Web Application called "Lesson18b" under "C:\Inetpub\wwwroot\Lesson18b". 2) I have one Web Form on this Lesson called "Form18b.aspx" 3) In this same Folder under Inetpub I have the Microsoft NorthWinds
8
1908
by: jen | last post by:
i'm trying to decide what format to use when it comes to building user help and tips. ..chm files, tooltips, custom forms, other...? is there a tool that "easily" lets you build help files (.chm, etc..)? what else is out there? thanks to those who reply...i appreciate the input!
15
2581
by: Jay | last post by:
I have a multi threaded VB.NET application (4 threads) that I use to send text messages to many, many employees via system.timer at a 5 second interval. Basically, I look in a SQL table (queue) to determine who needs to receive the text message then send the message to the address. Only problem is, the employee may receive up to 4 of the same messages because each thread gets the recors then sends the message. I need somehow to prevent...
10
2709
by: kimiraikkonen | last post by:
Visual C#.NET 2005 express has some issues, unlike VB.NET 2005 has none of them: The most annoying one is: For example if there's a coding error, it must be reported at the buttom of the screen in "error list" "REAL-TIME". At least, that was like that in VB.NET 2005 express. But in Visual C# .NET 2005 you won't be able to aware of coding errors till you press "play" build & run button.
0
9647
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9489
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10162
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9959
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7509
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6744
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5528
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4061
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3665
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.