ForumCommunity

PROBLEMA WRAPPER FLASH.TATO

« Older   Newer »
  Share  
Andre_flex
view post Posted on 5/9/2007, 17:00




Nel wrapper di flash.tato c'è:
using System.Runtime.InteropServices;
Io con visual c# non riesco a trovare il riferimento System.Runtime.InteropServices
Qualcuno potrebbe postarlo?

 
Top
flash.tato
view post Posted on 5/9/2007, 18:18




Con SharpDevelop (e presumo anche Visual Studio).

Basta aggiungere:
CODICE
using System.Runtime.InteropServices;


E viene importato l'Assembly interessato. :)
 
Top
Andre_flex
view post Posted on 5/9/2007, 18:57




Mi dice che prima di utilizzare using devo insrire un assebly....ora noon lo ho sottomano ma domani ti do più info....
 
Top
flash.tato
view post Posted on 5/9/2007, 19:00




Vai su progetto -> Aggiungi riferimento e aggiungi il riferimento all'Assembly.
 
Top
Andre_flex
view post Posted on 6/9/2007, 09:16




Già...ma mi chiede di selezionarlo e io sul pc ho solo
System.Runtime.Remoting
System.Runtime.Serialization.Formatters.Soap
 
Top
flash.tato
view post Posted on 6/9/2007, 09:27




Ma che versione del Framework hai e che IDE stai usando?

System.Runtime.InteropServices dovrebbe essere disponibile l'apposito namespace
 
Top
Andre_flex
view post Posted on 6/9/2007, 09:43




Non so il framework.
Io uso visual studio 2005 express
 
Top
flash.tato
view post Posted on 6/9/2007, 09:50




Con VS2005 penso che tu abbia il Framework 2.0

Poi quell'Assembly lo si ottiene semplicemente importandolo senza la necessità di dover aggiunger alcun riferimento.

Non capisco perchè non ti vada ho provato proprio adesso con SharpDevelop (con Visual Studio dovrebbe essere lo stess :))
 
Top
Andre_flex
view post Posted on 6/9/2007, 11:57




Null....ora provo SharpDeveloper...
 
Top
Andre_flex
view post Posted on 6/9/2007, 12:15




credevo che fosse tipo visual studio....non fa per me....
io ho anche vb2005....c'è qualcosa??
 
Top
9 replies since 5/9/2007, 17:00   120 views
  Share