Build Failed but no errors

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

Guest

Hi,
I'm new to VS2005 beta 2

I've recently converted a VS2003 pocketpc app to VS2005 and I'm having
problems building..

I've fixed all the errors that I get messages for but when i try and build
now the statusbar shows that the build starts and then it fails.. But I'm not
alerted to any error messages..

Any ideas please?
 
I've seen this problem with Beta 2. I believe it is gone in July CTP. The
best way to proceed for you will be to create a new project and import all
files
 
Did you check the "Output" tab besides the "Error" tab. I have gotten some
strange errors by Resgen that do not show in the "Errors" tab.
 
I get the following error in the output

Error: Could not load file or assembly 'file:///c:\program files\microsoft
visual studio
8\smartdevices\sdk\compactframework\1.0\windowsce\microsoft.windowsce.forms.dll'
or one of its dependencies. The given assembly name or codebase was invalid.
(Exception from HRESULT: 0x80131047)

Any idea how i can correct?

Also is there a way i can make my project use the cf 2.0 instead of 1.0 (i
originally created in vs2003 so it was using 1.0)?
 
Thanks, worked like a charm

Alex Feinman said:
I've seen this problem with Beta 2. I believe it is gone in July CTP. The
best way to proceed for you will be to create a new project and import all
files
 
Back
Top